Searched defs:collections (Results 1 - 25 of 454) sorted by relevance

1234567891011>>

/external/autotest/client/cros/video/
H A Dframe_checksum_utils.py6 import collections namespace
35 d = collections.OrderedDict()
/external/chromium-trace/catapult/devil/devil/android/constants/
H A Dchrome.py5 import collections namespace
7 PackageInfo = collections.namedtuple(
/external/libmojo/third_party/catapult/devil/devil/android/constants/
H A Dchrome.py5 import collections namespace
7 PackageInfo = collections.namedtuple(
/external/python/cpython3/Lib/json/
H A Dtool.py14 import collections namespace
41 object_pairs_hook=collections.OrderedDict)
/external/testng/src/main/java/org/testng/collections/
H A DSetMultiMap.java1 package org.testng.collections;
H A DCollectionUtils.java1 package org.testng.collections;
H A DListMultiMap.java1 package org.testng.collections;
H A DSets.java1 package org.testng.collections;
/external/autotest/client/common_lib/brillo/
H A Dlogcat_utils.py5 import collections namespace
11 LogcatLine = collections.namedtuple('LogcatLine', ['pid', 'tag', 'message'])
/external/autotest/client/cros/chameleon/
H A Dchameleon_info.py9 import collections namespace
15 ChameleonInfo = collections.namedtuple(
/external/autotest/server/site_tests/video_VDAStress/
H A Dgenerate_controlfiles.py7 import collections namespace
9 Testdata = collections.namedtuple('Testdata', 'gs, decoder, access')
/external/autotest/site_utils/stats/
H A Dmysql_stats_unittest.py5 import collections namespace
22 mysql_stats.QueryAndEmit(collections.defaultdict(lambda: 0), connection)
/external/chromium-trace/catapult/devil/devil/utils/
H A Drun_tests_helper.py7 import collections namespace
16 _WrappedLoggingArgs = collections.namedtuple(
/external/skia/infra/bots/recipe_modules/flavor/resources/
H A Dsymbolize_stack_trace.py7 import collections namespace
32 logs = collections.deque(maxlen=500)
/external/skqp/infra/bots/recipe_modules/flavor/resources/
H A Dsymbolize_stack_trace.py7 import collections namespace
32 logs = collections.deque(maxlen=500)
/external/trappy/tests/trappy/plotter/
H A DUtils.py19 import collections namespace
54 data = collections.defaultdict(list)
/external/trappy/trappy/plotter/
H A DUtils.py19 import collections namespace
54 data = collections.defaultdict(list)
/external/autotest/client/common_lib/cros/
H A Dprocess_watcher.py5 import collections namespace
14 MinijailConfig = collections.namedtuple('MinijailConfig', ['user', 'group'])
/external/autotest/client/common_lib/cros/tendo/
H A Dwebserver_config.py5 import collections namespace
13 ProtocolHandler = collections.namedtuple('ProtocolHandler',
/external/clang/tools/scan-build-py/libscanbuild/
H A Dcompilation.py10 import collections namespace
70 result = collections.namedtuple('Compilation',
/external/mockito/src/main/java/org/mockito/internal/util/collections/
H A DIdentitySet.java5 package org.mockito.internal.util.collections;
H A DIterables.java5 package org.mockito.internal.util.collections;
H A DSets.java5 package org.mockito.internal.util.collections;
/external/mockito/src/test/java/org/mockito/internal/util/collections/
H A DListUtilTest.java6 package org.mockito.internal.util.collections;
10 import org.mockito.internal.util.collections.ListUtil.Filter;
/external/python/cpython3/Lib/test/
H A Dtest_xmlrpc_net.py1 import collections.abc namespace
21 self.assertIsInstance(builders, collections.abc.Sequence)

Completed in 606 milliseconds

1234567891011>>