Searched refs:collections (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/cmds/installd/
H A Dmatchgen.py17 import collections, sys namespace
63 trie = collections.defaultdict(lambda: collections.defaultdict(lambda: collections.defaultdict(lambda: collections.defaultdict(lambda: collections.defaultdict(lambda: collections.defaultdict(lambda: ""))))))
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DLeakDetector.java70 * The LeakDetector will monitor and keep weak references to such collections, dump
136 TrackedCollections collections = new TrackedCollections();
137 return new LeakDetector(collections, new TrackedGarbage(collections),
138 new TrackedObjects(collections));
/frameworks/native/services/inputflinger/host/
H A DInputDriver.cpp85 std::unordered_map<input_collection_id_t, input_collection, InputCollectionIdHasher> collections; member in struct:input_report_definition
162 report->collections[id] = {.arity = arity};
168 if (report->collections.find(id) != report->collections.end()) {
169 report->collections[id].intUsages.push_back({
176 if (report->collections.find(id) != report->collections.end()) {
178 report->collections[id].boolUsages.push_back(usage[i]);
/frameworks/base/tools/localedata/
H A Dextract_icu_data.py20 import collections namespace
263 script_organized_dict = collections.defaultdict(dict)
/frameworks/native/opengl/tools/glgen2/
H A Dglgen.py19 import collections namespace
142 self.enums = collections.OrderedDict()
/frameworks/base/tools/fonts/
H A Dfontchain_lint.py3 import collections namespace
209 _script_to_font_map = collections.defaultdict(set)
357 output_dict = collections.defaultdict(set)
/frameworks/rs/tests/lldb/tests/harness/
H A Dutil_android.py24 import collections namespace
47 self._prop_stacks = collections.defaultdict(list)
/frameworks/base/tools/apilint/
H A Dapilint.py29 import re, sys, collections, traceback, argparse namespace
732 known = collections.defaultdict(int)
849 overloads = collections.defaultdict(list)
859 count = collections.defaultdict(int)
911 by_name = collections.defaultdict(list)
/frameworks/rs/tests/lldb/
H A Drun_tests.py26 import collections namespace
530 status_handlers = collections.defaultdict(lambda: ('error', log.error), (

Completed in 973 milliseconds