Searched refs:collections (Results 176 - 200 of 205) sorted by relevance

123456789

/external/chromium_org/third_party/jinja2/
H A Dlexer.py20 from collections import deque
H A Dnodes.py17 from collections import deque
H A Druntime.py247 from collections import Mapping
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py38 from collections import deque
/external/chromium_org/third_party/protobuf/python/
H A Dmox.py62 from collections import deque
/external/chromium_org/v8/tools/
H A Drun-tests.py31 from collections import OrderedDict
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
H A Dsched-migration.py17 from collections import defaultdict
/external/protobuf/python/google/protobuf/
H A Dtext_format.py38 from collections import deque
/external/protobuf/python/
H A Dmox.py62 from collections import deque
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractReferenceMap.java22 package org.jivesoftware.smack.util.collections;
H A DAbstractHashedMap.java17 package org.jivesoftware.smack.util.collections;
/external/chromium_org/build/android/pylib/device/
H A Ddevice_utils_test.py14 import collections namespace
81 MockOSStatResult = collections.namedtuple('MockOSStatResult', [
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibcython.py12 import collections namespace
656 self.functions_by_name = collections.defaultdict(list)
/external/chromium_org/tools/gyp/test/lib/
H A DTestGyp.py9 import collections namespace
738 if not isinstance(status, collections.Iterable): status = (status,)
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas342 /// with small collections. Since small collections are more typical in these
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DE_B_L_C_.py9 from collections import deque
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DE_B_L_C_.py9 from collections import deque
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py28 import collections namespace
30 return collections.OrderedDict
H A Dninja.py5 import collections namespace
481 link_deps = collections.defaultdict(list)
/external/clang/bindings/python/clang/
H A Dcindex.py66 import collections namespace
1658 class ArgumentsIterator(collections.Sequence):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_expectations_unittest.py38 from collections import OrderedDict
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dautopep8.py43 import collections namespace
1248 counter = collections.defaultdict(int)
1442 Token = collections.namedtuple('Token', ['token_type', 'token_string',
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase.py45 from collections import OrderedDict

Completed in 969 milliseconds

123456789