Lines Matching refs:append

140         events.append(v)
147 events.append(v)
165 data_points[k].append(v['value'])
171 kernel_timing_points[k].append(v)
176 logcat_timing_points[k].append(v)
181 boottime_points[k].append(v)
227 average_with_stddev.append((item[0], sum(item[1])/len(item[1]), stddev(item[1]),\
241 averaged_timing_points.append((item[0], average, std_dev, len(item[1])))
323 results.append(dmesg_events)
324 results.append(kernel_timing_events)
347 logcat_stop_events.append("FsStat")
349 logcat_stop_events.append(CARWATCHDOG_BOOT_COMPLETE)
389 diffs.append((logcat_event_time[KERNEL_TIME_KEY], logcat_event_time[KERNEL_TIME_KEY]))
392 diffs.append((logcat_event_time[BOOT_ANIM_END_TIME_KEY],\
400 diffs.append((logcat_event_time[LOGCAT_BOOT_COMPLETE],\
411 events_to_correct.append(k)
582 zygote_pids.append(primary_pid)
583 zygote_pids.append(secondary_pid)
588 move_to_secondary.append((k, l))
599 zygote_pids.append(pid)
627 lines.append(line)
750 timing_events[timing_event].append(line)
931 build_info.append('Build information: ')
932 build_info.append('-' * 20)
933 build_info.append('fingerprint: ' + fingerprint)
934 build_info.append('brand: ' + brand)
935 build_info.append('product: ' + product)
936 build_info.append('device: ' + device)
937 build_info.append('version.release: ' + version_release)
938 build_info.append('id: ' + id)
939 build_info.append('version.incremental: ' + version_incremental)
940 build_info.append('type: ' + type)
941 build_info.append('tags: ' + tags)
942 build_info.append('sdk: ' + sdk)
943 build_info.append('platform minor version: ' + platform_minor)
944 build_info.append('codename: ' + codename)
945 build_info.append('carwatchdog collection interval (s): ' + carwatchdog_collection_interval)
946 build_info.append('carwatchdog post event duration (s): ' + carwatchdog_post_event_duration)
947 build_info.append('carwatchdog top N packages: ' + carwatchdog_top_n_category)
948 build_info.append('carwatchdog top N processes: ' + carwatchdog_top_n_subcategory)