Searched refs:collections (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/cmds/installd/ |
D | matchgen.py | 17 import collections, sys 63 …collections.defaultdict(lambda: collections.defaultdict(lambda: collections.defaultdict(lambda: co…
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | LeakDetector.java | 136 TrackedCollections collections = new TrackedCollections(); in create() local 137 return new LeakDetector(collections, new TrackedGarbage(collections), in create() 138 new TrackedObjects(collections)); in create()
|
/frameworks/native/services/inputflinger/host/ |
D | InputDriver.cpp | 85 … std::unordered_map<input_collection_id_t, input_collection, InputCollectionIdHasher> collections; member 162 report->collections[id] = {.arity = arity}; in inputReportDefinitionAddCollection() 168 if (report->collections.find(id) != report->collections.end()) { in inputReportDefinitionDeclareUsageInt() 169 report->collections[id].intUsages.push_back({ in inputReportDefinitionDeclareUsageInt() 176 if (report->collections.find(id) != report->collections.end()) { in inputReportDefinitionDeclareUsagesBool() 178 report->collections[id].boolUsages.push_back(usage[i]); in inputReportDefinitionDeclareUsagesBool()
|
/frameworks/base/tools/localedata/ |
D | extract_icu_data.py | 20 import collections 263 script_organized_dict = collections.defaultdict(dict)
|
/frameworks/native/opengl/tools/glgen2/ |
D | glgen.py | 19 import collections 142 self.enums = collections.OrderedDict()
|
/frameworks/base/tools/fonts/ |
D | fontchain_lint.py | 3 import collections 209 _script_to_font_map = collections.defaultdict(set) 357 output_dict = collections.defaultdict(set)
|
/frameworks/rs/tests/lldb/tests/harness/ |
D | util_android.py | 24 import collections 47 self._prop_stacks = collections.defaultdict(list)
|
/frameworks/base/tools/apilint/ |
D | apilint.py | 29 import re, sys, collections, traceback, argparse 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/ |
D | run_tests.py | 26 import collections 530 status_handlers = collections.defaultdict(lambda: ('error', log.error), (
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 144 // Represents a collections of DNS lookup latencies and counters for a
|