HomeSort by relevance Sort by last modified time
    Searched refs:collections (Results 1 - 25 of 718) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/python/
pyabc.i 4 %pythoncode {import collections};
5 %pythonabc(std::vector, collections.MutableSequence);
6 %pythonabc(std::list, collections.MutableSequence);
7 %pythonabc(std::map, collections.MutableMapping);
8 %pythonabc(std::multimap, collections.MutableMapping);
9 %pythonabc(std::set, collections.MutableSet);
10 %pythonabc(std::multiset, collections.MutableSet);
  /external/chromium-trace/catapult/devil/devil/android/constants/
chrome.py 5 import collections
7 PackageInfo = collections.namedtuple(
  /external/skia/infra/bots/flavor/
ssh_devices.py 9 import collections
17 SlaveInfo = collections.namedtuple('SlaveInfo',
  /external/autotest/client/cros/image_comparison/
comparison_result.py 5 from collections import namedtuple
  /frameworks/base/docs/html/
jd_extras_ja.js 4 Resources listed here are referenced from sitemap sections and collections,
163 * Static metadata collections.
165 METADATA['ja'].collections = {
jd_extras_ko.js 4 Resources listed here are referenced from sitemap sections and collections,
98 * Static metadata collections.
100 METADATA['ko'].collections = {
jd_extras_zh-cn.js 4 Resources listed here are referenced from sitemap sections and collections,
241 * Static metadata collections.
243 METADATA['zh-cn'].collections = {
jd_extras_es.js 10 * Static metadata collections for this language.
12 METADATA['es'].collections = {
jd_extras_ru.js 10 * Static metadata collections for this language.
12 METADATA['ru'].collections = {
jd_extras_zh-tw.js 10 * Static metadata collections for this language.
12 METADATA['zh-tw'].collections = {
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /external/mockito/src/org/mockito/internal/util/collections/
ArrayUtils.java 5 package org.mockito.internal.util.collections;
IdentitySet.java 5 package org.mockito.internal.util.collections;
  /external/testng/src/main/java/org/testng/collections/
SetMultiMap.java 1 package org.testng.collections;
CollectionUtils.java 1 package org.testng.collections;
ListMultiMap.java 1 package org.testng.collections;
  /external/autotest/client/cros/video/
frame_checksum_utils.py 6 import collections
35 d = collections.OrderedDict()
  /external/autotest/server/site_tests/video_VDAStress/
generate_controlfiles.py 7 import collections
9 Testdata = collections.namedtuple('Testdata', 'gs, decoder, access')
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
net_configs.py 25 import collections
28 NetConfig = collections.namedtuple('NetConfig', ['down', 'up', 'delay_ms'])
  /external/mockito/src/org/mockito/internal/verification/
RegisteredInvocations.java 9 import org.mockito.internal.util.collections.ListUtil;
10 import org.mockito.internal.util.collections.ListUtil.Filter;
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
CollectionAndMapModifyStreamTest.java 56 @DataProvider(name = "collections")
60 List<Collection<Integer>> collections = new ArrayList<>(); local
61 collections.add(new ArrayList<>(content));
62 collections.add(new LinkedList<>(content));
63 collections.add(new Vector<>(content));
65 collections.add(new HashSet<>(content));
66 collections.add(new LinkedHashSet<>(content));
67 collections.add(new TreeSet<>(content));
71 collections.add(stack);
72 collections.add(new PriorityQueue<>(content))
    [all...]
  /external/autotest/site_utils/
host_history_utils_unittest.py 5 import collections
23 expected = collections.OrderedDict(
33 expected = collections.OrderedDict(
42 expected = collections.OrderedDict(
52 expected = collections.OrderedDict(
  /external/jcommander/src/test/java/com/beust/jcommander/args/
ArgsMainParameter1.java 24 import org.testng.collections.Lists;
  /external/testng/src/main/java/org/testng/asserts/
LoggingAssert.java 3 import org.testng.collections.Lists;

Completed in 2412 milliseconds

1 2 3 4 5 6 7 8 91011>>