Lines Matching refs:append

212         ret.append(b)
223 ret.append(x & 0x7f)
225 ret.append((x | 0x80) & 0xff)
226 ret.append((x >> 7) & 0x7f)
228 ret.append((x | 0x80) & 0xff)
229 ret.append(((x >> 7) | 0x80) & 0xff)
230 ret.append((x >> 14) & 0x7f)
232 ret.append((x | 0x80) & 0xff)
233 ret.append(((x >> 7) | 0x80) & 0xff)
234 ret.append(((x >> 14) | 0x80) & 0xff)
235 ret.append((x >> 21) & 0x7f)
237 ret.append((x | 0x80) & 0xff)
238 ret.append(((x >> 7) | 0x80) & 0xff)
239 ret.append(((x >> 14) | 0x80) & 0xff)
240 ret.append(((x >> 21) | 0x80) & 0xff)
241 ret.append((x >> 28) & 0x0f)
248 ret.append(x & 0x7f)
250 ret.append((x | 0x80) & 0xff)
251 ret.append((x >> 7) & 0x7f)
253 ret.append((x | 0x80) & 0xff)
254 ret.append(((x >> 7) | 0x80) & 0xff)
255 ret.append((x >> 14) & 0x7f)
257 ret.append((x | 0x80) & 0xff)
258 ret.append(((x >> 7) | 0x80) & 0xff)
259 ret.append(((x >> 14) | 0x80) & 0xff)
260 ret.append((x >> 21) & 0x7f)
262 ret.append((x | 0x80) & 0xff)
263 ret.append(((x >> 7) | 0x80) & 0xff)
264 ret.append(((x >> 14) | 0x80) & 0xff)
265 ret.append(((x >> 21) | 0x80) & 0xff)
266 ret.append((x >> 28) & 0x7f)
268 ret.append((x | 0x80) & 0xff)
269 ret.append(((x >> 7) | 0x80) & 0xff)
270 ret.append(((x >> 14) | 0x80) & 0xff)
271 ret.append(((x >> 21) | 0x80) & 0xff)
272 ret.append(((x >> 28) | 0x80) & 0xff)
273 ret.append((x >> 35) & 0x7f)
275 ret.append((x | 0x80) & 0xff)
276 ret.append(((x >> 7) | 0x80) & 0xff)
277 ret.append(((x >> 14) | 0x80) & 0xff)
278 ret.append(((x >> 21) | 0x80) & 0xff)
279 ret.append(((x >> 28) | 0x80) & 0xff)
280 ret.append(((x >> 35) | 0x80) & 0xff)
281 ret.append((x >> 42) & 0x7f)
283 ret.append((x | 0x80) & 0xff)
284 ret.append(((x >> 7) | 0x80) & 0xff)
285 ret.append(((x >> 14) | 0x80) & 0xff)
286 ret.append(((x >> 21) | 0x80) & 0xff)
287 ret.append(((x >> 28) | 0x80) & 0xff)
288 ret.append(((x >> 35) | 0x80) & 0xff)
289 ret.append(((x >> 42) | 0x80) & 0xff)
290 ret.append((x >> 49) & 0x7f)
292 ret.append((x | 0x80) & 0xff)
293 ret.append(((x >> 7) | 0x80) & 0xff)
294 ret.append(((x >> 14) | 0x80) & 0xff)
295 ret.append(((x >> 21) | 0x80) & 0xff)
296 ret.append(((x >> 28) | 0x80) & 0xff)
297 ret.append(((x >> 35) | 0x80) & 0xff)
298 ret.append(((x >> 42) | 0x80) & 0xff)
299 ret.append(((x >> 49) | 0x80) & 0xff)
300 ret.append((x >> 56) & 0x7f)
302 ret.append((x | 0x80) & 0xff)
303 ret.append(((x >> 7) | 0x80) & 0xff)
304 ret.append(((x >> 14) | 0x80) & 0xff)
305 ret.append(((x >> 21) | 0x80) & 0xff)
306 ret.append(((x >> 28) | 0x80) & 0xff)
307 ret.append(((x >> 35) | 0x80) & 0xff)
308 ret.append(((x >> 42) | 0x80) & 0xff)
309 ret.append(((x >> 49) | 0x80) & 0xff)
310 ret.append(((x >> 56) | 0x80) & 0xff)
311 ret.append((x >> 63) & 0x7f)
317 ret.append(x & 0xff)
318 ret.append((x >> 8) & 0xff)
319 ret.append((x >> 16) & 0xff)
320 ret.append((x >> 24) & 0xff)
326 ret.append(x & 0xff)
327 ret.append((x >> 8) & 0xff)
335 ret.append(i)
341 ret.append(ord(i))
561 event_list.append([])
567 process_list.append(process)
570 process.children.append(thread)
573 process_list.append(process)
578 process.children.append(thread)
640 process_list.append(process)
658 process_dict[tgid].children.append(thread)
668 event_list[cpu_id].append(event)
669 unified_event_list.append(event)
768 self.per_cpu_name.append(per_cpu_name)
772 append("^" + per_cpu_name + "\s+[\d\.]+")
773 self.per_cpu_regex.append(re.compile("^" + per_cpu_name + \
775 self.values.append([])
776 self.per_cpu_found.append(False)
780 self.values[per_cpu_index].append(str(val))
782 self.values.append(str(val))
794 self.stats_list.append(StatsEntry(name, group, group_index, per_cpu, \
805 regex_strings.append(entry.per_cpu_regex_string[i])
807 regex_strings.append(entry.regex_string)
921 stats.tick_list.append(tick)
937 stat.values[i].append(str(0))
946 stat.values.append(str(0))
967 stat.values[i].append(value)
983 stat.values.append(value)
1059 thread_list.append(thread)
1101 timestamp_list.append(ticksToNs(tick))