Searched defs:collections (Results 76 - 100 of 120) sorted by relevance

12345

/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractEmptyIterator.java17 package org.jivesoftware.smack.util.collections;
/external/chromium_org/build/android/gyp/
H A Djava_cpp_enum.py7 import collections namespace
20 self.entries = collections.OrderedDict(entries or [])
66 self.entries = collections.OrderedDict(entries)
/external/chromium_org/build/android/pylib/perf/
H A Dtest_runner.py49 import collections namespace
103 device_total_time = collections.defaultdict(int)
/external/chromium_org/build/android/pylib/symbols/
H A Delf_symbolizer.py5 import collections namespace
225 self._request_queue = collections.deque()
/external/chromium_org/tools/cr/cr/
H A Dvisitor.py8 import collections namespace
151 self._children = collections.deque()
257 self._children = collections.deque()
/external/chromium_org/tools/perf/metrics/
H A Dtimeline.py4 import collections namespace
26 events_by_name = collections.defaultdict(list)
192 slices_by_category = collections.defaultdict(list)
/external/chromium_org/tools/perf/page_sets/
H A Dpresubmit_unittest.py5 import collections namespace
107 counts = collections.defaultdict(int)
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dlocal_server.py5 import collections namespace
15 NamedPort = collections.namedtuple('NamedPort', ['name', 'port'])
H A Dbitmap.py13 import collections namespace
58 collections.namedtuple('ColorHistogram', ['r', 'g', 'b', 'default_color'])):
86 class RgbaColor(collections.namedtuple('RgbaColor', ['r', 'g', 'b', 'a'])):
/external/chromium_org/tools/telemetry/telemetry/results/
H A Dpage_test_results.py5 import collections namespace
50 if isinstance(v, collections.Container):
/external/chromium_org/ui/gl/
H A Dgenerate_bindings.py10 import collections namespace
1900 extensions = collections.defaultdict(lambda: [])
/external/clang/tools/clang-format/
H A Dgit-clang-format27 import collections namespace
54 Range = collections.namedtuple('Range', 'start, count')
/external/mockito/src/org/mockito/internal/util/collections/
H A DHashCodeAndEqualsSafeSet.java5 package org.mockito.internal.util.collections;
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dmux_client_for_testing.py45 import collections namespace
394 self._channel_slots = collections.deque()
/external/chromium_org/build/android/buildbot/
H A Dbb_device_steps.py6 import collections namespace
45 I_TEST = collections.namedtuple('InstrumentationTest', [
/external/chromium_org/build/android/pylib/
H A Dconstants.py8 import collections namespace
23 PackageInfo = collections.namedtuple('PackageInfo',
/external/chromium_org/device/hid/
H A Dhid_service_mac.cc97 CFArrayRef collections = IOHIDDeviceCopyMatchingElements( local
99 CFIndex collectionsCount = CFArrayGetCount(collections);
103 const_cast<void*>(CFArrayGetValueAtIndex(collections, i)));
143 hid_device, &device_info->has_report_id, &device_info->collections);
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dstorage_api.py25 import collections namespace
628 self._buffer = collections.deque()
/external/chromium_org/tools/binary_size/
H A Drun_binary_size_analysis.py13 import collections namespace
275 tree['children'][file_key] = {'sizes': collections.defaultdict(int),
303 dirs['children'][key] = {'sizes': collections.defaultdict(int),
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dcommon.py7 import collections namespace
477 class OrderedSet(collections.MutableSet):
/external/fonttools/Lib/fontTools/misc/
H A DpsLib.py6 import collections namespace
146 if isinstance(attr, collections.Callable) and name[:3] == 'ps_':
/external/fonttools/Tools/fontTools/misc/
H A DpsLib.py6 import collections namespace
146 if isinstance(attr, collections.Callable) and name[:3] == 'ps_':
/external/chromium_org/build/android/
H A Dtest_runner.py9 import collections namespace
856 CommandFunctionTuple = collections.namedtuple(
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dport_testcase.py31 import collections namespace
475 self.assertTrue(isinstance(port.virtual_test_suites(), collections.Iterable))
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
H A Dwww_server.py22 import collections namespace
59 _cached_objs = collections.OrderedDict()
241 snapshots = collections.OrderedDict((time, classifier.Classify(dump, rules))
451 _proc_stats_history[proc_uri] = collections.deque(maxlen=_STATS_HIST_SIZE)

Completed in 3612 milliseconds

12345