Searched defs:defaultdict (Results 1 - 22 of 22) sorted by relevance

/external/protobuf/jenkins/
H A Dmake_test_output.py23 from collections import defaultdict namespace
26 tests = defaultdict(dict)
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
H A Dps_util.py10 from collections import defaultdict namespace
23 child_dict = defaultdict(list)
/external/toolchain-utils/user_activity_benchmarks/
H A Dbenchmark_metrics.py6 from collections import defaultdict namespace
89 function_groups_metrics = defaultdict(lambda: (0, 0.0, 0.0, 0.0, 0.0))
165 set_groups_functions = defaultdict(set)
223 set_unique_functions = defaultdict(lambda: defaultdict(lambda: float('inf')))
234 groups_distance_variations = defaultdict(lambda: (0.0, 0.0))
283 set_unique_functions = defaultdict(lambda: defaultdict(lambda: 0.0))
295 groups_scores = defaultdict(lambda: (0.0, 0.0))
H A Dprocess_hot_functions.py25 from collections import defaultdict namespace
278 cwp_function_groups_statistics = defaultdict(lambda: ([], '', 0, 0.0))
H A Dselect_optimal_benchmark_set.py48 from collections import defaultdict namespace
107 cwp_functions_grouped = defaultdict(list)
144 benchmark_functions_grouped = defaultdict(dict)
H A Dutils.py6 from collections import defaultdict namespace
120 cwp_inclusive_count_statistics_cumulative = defaultdict(int)
247 pprof_tree_statistics = defaultdict(lambda: defaultdict(float))
316 cwp_inclusive_count_statistics = defaultdict(lambda: ('', 0, 0.0, 0))
375 pairwise_inclusive_count_statistics = defaultdict(lambda: defaultdict(float))
/external/chromium-trace/catapult/telemetry/telemetry/value/
H A Dsummary.py5 from collections import defaultdict namespace
75 num_successful_pages_for_key = defaultdict(int)
103 per_page_values_by_key = defaultdict(list)
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
H A Drendering_frame.py5 from collections import defaultdict namespace
66 begin_frame_events_by_id = defaultdict(list)
/external/skia/tools/skpbench/
H A Dskiaperf.py11 from collections import defaultdict namespace
H A Dsheet.py11 from collections import defaultdict, namedtuple namespace
71 self.rows = defaultdict(dict)
72 self.cols = defaultdict(dict)
/external/autotest/client/site_tests/platform_UdevVars/
H A Dplatform_UdevVars.py12 from collections import defaultdict namespace
40 self.devices_with_role = defaultdict(list)
/external/autotest/server/site_tests/firmware_PDProtocol/
H A Dfirmware_PDProtocol.py8 from collections import defaultdict namespace
36 ECTOOL_CMD_DICT = defaultdict(lambda: 'ectool usbpdpower')
/external/toolchain-utils/automation/clients/report/dejagnu/
H A Dsummary.py5 from collections import defaultdict namespace
140 summary = defaultdict(int)
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dfirmware_summary.py57 from collections import defaultdict namespace
216 merged = defaultdict(list)
267 fw_stats_values = defaultdict(dict)
H A Dfirmware_log.py53 from collections import defaultdict, namedtuple namespace
483 self.metrics_values = defaultdict(list)
484 self.metrics_dict = defaultdict(list)
518 self._table = defaultdict(list)
578 self.fw_validators = defaultdict(set)
H A Dtest_conf.py9 from collections import defaultdict namespace
255 finger_tips_required = defaultdict(lambda:default_tips_required,
H A Dmtb.py14 from collections import defaultdict, namedtuple, OrderedDict namespace
357 tmp_errors = defaultdict(_errors_factory)
1025 displacements = defaultdict(dict)
/external/toolchain-utils/crosperf/
H A Dschedv2.py13 from collections import defaultdict namespace
236 self._lock_map = defaultdict(lambda: Lock())
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/
H A Dtimeline_based_measurement.py6 from collections import defaultdict namespace
93 threads_to_records_map = defaultdict(list)
127 interactions_by_label = defaultdict(list)
/external/webrtc/webrtc/video/
H A Dfull_stack_plot.py29 from collections import defaultdict namespace
106 self.samples = defaultdict(list)
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
H A Dhttparchive.py61 from collections import defaultdict namespace
93 self.responses_by_host = defaultdict(dict)
102 self.responses_by_host = defaultdict(dict)
277 'Domains': defaultdict(int),
278 'HTTP_response_code': defaultdict(int),
279 'content_type': defaultdict(int),
280 'Documents': defaultdict(int),
/external/flatbuffers/tests/
H A Dpy_test.py21 from collections import defaultdict namespace
239 stats = defaultdict(int)

Completed in 573 milliseconds