Searched defs:collections (Results 51 - 75 of 120) sorted by relevance

12345

/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
H A Dvars_dict_lib.py8 import collections namespace
100 class VarsDict(collections.namedtuple('VarsDict', VAR_NAMES)):
/external/chromium_org/third_party/skia/tools/
H A Dcompare_codereview.py17 import collections namespace
60 Status = collections.namedtuple('Status', ['status', 'url'])
179 Result = collections.namedtuple('Result', ['text', 'url'])
H A Dgen_bench_expectations_from_codereview.py11 import collections namespace
30 TryBuild = collections.namedtuple(
/external/chromium_org/tools/android/
H A Dmempressure.py6 import collections namespace
/external/chromium_org/tools/memory_inspector/memory_inspector/classification/
H A Dnative_heap_classifier.py27 import collections namespace
114 blamed_dirs = collections.Counter() # '/s/path' : bytes_from_this_path (int)
117 dir_histogram = collections.Counter()
/external/chromium_org/tools/
H A Dmulti_process_rss.py21 import collections namespace
80 pageframes = collections.defaultdict(int)
/external/chromium_org/tools/perf/benchmarks/
H A Dsunspider.py4 import collections namespace
108 r = collections.defaultdict(list)
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dsysfs_power_monitor.py5 import collections namespace
161 cumulative_times = collections.defaultdict(lambda: (0, 0))
166 cpu_stats[cpu] = collections.defaultdict(int)
H A Dpowermetrics_power_monitor.py5 import collections namespace
97 RunningAverage = collections.namedtuple('RunningAverage', [
/external/skia/platform_tools/android/gyp_gen/
H A Dvars_dict_lib.py8 import collections namespace
100 class VarsDict(collections.namedtuple('VarsDict', VAR_NAMES)):
/external/skia/tools/
H A Dcompare_codereview.py17 import collections namespace
60 Status = collections.namedtuple('Status', ['status', 'url'])
179 Result = collections.namedtuple('Result', ['text', 'url'])
H A Dgen_bench_expectations_from_codereview.py11 import collections namespace
26 TryBuild = collections.namedtuple(
/external/chromium_org/build/android/buildbot/
H A Dbb_run_bot.py7 import collections namespace
24 _BotConfig = collections.namedtuple(
27 HostConfig = collections.namedtuple(
31 TestConfig = collections.namedtuple('Tests', ['script', 'tests', 'extra_args'])
/external/chromium_org/chrome/test/ispy/common/
H A Dispy_utils.py10 import collections namespace
178 Expectation = collections.namedtuple('Expectation', ['expected', 'mask'])
289 Failure = collections.namedtuple(
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dbuild_version_test.py8 import collections namespace
23 ProcInfo = collections.namedtuple('ProcInfo', ['returncode', 'output'])
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dupdate_sdktools.py19 import collections namespace
61 return json.loads(json_string, object_pairs_hook=collections.OrderedDict)
/external/chromium_org/native_client_sdk/src/doc/doxygen/
H A Dgenerate_docs.py7 import collections namespace
22 ChannelInfo = collections.namedtuple('ChannelInfo', ['branch', 'version'])
/external/chromium_org/third_party/simplejson/
H A D__init__.py114 import collections namespace
116 return collections.OrderedDict
365 example, :func:`collections.OrderedDict` will remember the order of
421 example, :func:`collections.OrderedDict` will remember the order of
/external/chromium_org/tools/clang/scripts/
H A Drun_tool.py38 import collections namespace
47 Edit = collections.namedtuple(
81 edits = collections.defaultdict(list)
143 self.__edits = collections.defaultdict(list)
/external/chromium_org/tools/grit/grit/format/
H A Ddata_pack.py10 import collections namespace
34 DataPackContents = collections.namedtuple(
/external/chromium_org/tools/perf/measurements/
H A Dpage_cycler.py11 collections are performed in between the page loads (in the beforeunload event).
18 import collections namespace
47 self._has_loaded_page = collections.defaultdict(int)
/external/chromium_org/tools/perf/metrics/
H A Dspeedindex.py5 import collections namespace
259 event_area_dict = collections.defaultdict(int)
303 result = collections.defaultdict(list)
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dmonsoon.py11 import collections namespace
25 Power = collections.namedtuple('Power', ['amps', 'volts'])
/external/clang/docs/tools/
H A Ddump_ast_matchers.py6 import collections namespace
29 ids = collections.defaultdict(int)
H A Ddump_format_style.py6 import collections namespace

Completed in 600 milliseconds

12345