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

/frameworks/base/docs/html/
H A Djd_extras_es.js10 * Static metadata collections for this language.
12 METADATA['es'].collections = {
H A Djd_extras_ru.js10 * Static metadata collections for this language.
12 METADATA['ru'].collections = {
H A Djd_extras_zh-tw.js10 * Static metadata collections for this language.
12 METADATA['zh-tw'].collections = {
H A Djd_extras_zh-cn.js4 Resources listed here are referenced from sitemap sections and collections,
241 * Static metadata collections.
243 METADATA['zh-cn'].collections = {
H A Djd_extras_ja.js4 Resources listed here are referenced from sitemap sections and collections,
163 * Static metadata collections.
165 METADATA['ja'].collections = {
H A Djd_extras_ko.js4 Resources listed here are referenced from sitemap sections and collections,
98 * Static metadata collections.
100 METADATA['ko'].collections = {
H A Djd_extras_en.js22 The extras, collections, carousel overrides, and static search results
3828 * Static metadata collections.
3830 METADATA['en'].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
261 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
204 _script_to_font_map = collections.defaultdict(set)
342 output_dict = collections.defaultdict(set)
/frameworks/base/tools/apilint/
H A Dapilint.py29 import re, sys, collections, traceback, argparse namespace
719 known = collections.defaultdict(int)
830 overloads = collections.defaultdict(list)
840 count = collections.defaultdict(int)
892 by_name = collections.defaultdict(list)

Completed in 1586 milliseconds