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

12

/external/mockito/src/org/mockito/internal/util/collections/
H A DArrayUtils.java5 package org.mockito.internal.util.collections;
H A DIdentitySet.java5 package org.mockito.internal.util.collections;
H A DHashCodeAndEqualsMockWrapper.java5 package org.mockito.internal.util.collections;
H A DListUtil.java6 package org.mockito.internal.util.collections;
H A DSets.java5 package org.mockito.internal.util.collections;
H A DHashCodeAndEqualsSafeSet.java5 package org.mockito.internal.util.collections;
/external/chromium-trace/trace-viewer/tracing/build/
H A Dupdate_gypi.py5 import collections namespace
104 file_groups = collections.defaultdict(lambda: [])
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
H A Dfake_fs.py8 import collections namespace
110 pending_prefixes = collections.deque()
H A Dproject.py5 import collections namespace
173 module_referrers = collections.defaultdict(list)
182 pending = collections.deque()
/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
30 TryBuild = collections.namedtuple(
/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
/external/guava/guava-tests/benchmark/com/google/common/collect/
H A DSortedCopyBenchmark.java83 int collections(int reps) { method in class:SortedCopyBenchmark
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
H A Dfsdiff.py18 import collections.UserDict as IterableUserDict namespace
/external/clang/tools/clang-format/
H A Dgit-clang-format27 import collections namespace
54 Range = collections.namedtuple('Range', 'start, count')
/external/jetty/src/java/org/eclipse/jetty/util/component/
H A DAggregateLifeCycle.java413 public static void dump(Appendable out,String indent,Collection<?>... collections) throws IOException argument
415 if (collections.length==0)
418 for (Collection<?> c : collections)
424 for (Collection<?> c : collections)
/external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
H A Dstorage_api.py25 import collections namespace
650 self._buffer = collections.deque()
/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-trace/trace-viewer/third_party/WebOb/webob/
H A Dcookies.py1 import collections namespace
34 class RequestCookies(collections.MutableMapping):
/external/v8/tools/
H A Dll_prof.py31 import collections namespace
134 self.self_ticks_map = collections.defaultdict(lambda: 0)
140 self.callee_ticks = collections.defaultdict(lambda: 0)
/external/clang/bindings/python/clang/
H A Dcindex.py66 import collections namespace
1711 class ArgumentsIterator(collections.Sequence):
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jar ... stubbing/defaultanswers/ org/mockito/internal/util/ org/mockito/internal/util/collections/ org/mockito/internal/util/junit/ org/mockito/internal/util/reflection ...

Completed in 691 milliseconds

12