Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 23 of 23) sorted by relevance

/development/tools/repo_diff/service/repodiff/interactors/
Dstrings.go86 keys := make([]string, totalCount)
90 keys[index] = k
94 return keys
/development/samples/browseable/BasicAndroidKeyStore/
D_index.jd10 encryption keys that only your application can access. You can also sign data
11 using those keys.\n\n
/development/tools/mkstubs/src/com/android/mkstubs/
DAsmAnalyzer.java85 Set<String> keys = classes.keySet(); in filter() local
86 for(Iterator<String> it = keys.iterator(); it.hasNext(); ) { in filter()
/development/tools/axl/
Dchewie.py46 keys = extractMe.keys()
85 if x[2] not in keys: continue
Dchewperf.py71 top = max(buckets.keys())
73 if x not in buckets.keys():
/development/tools/winscope/src/
Dlocalstore.js23 Object.keys(this.$data).forEach((k) =>{
Dtransform.js109 Object.keys(obj).forEach((key) => {
/development/samples/browseable/AsymmetricFingerprintDialog/
D_index.jd9 before proceeding some actions such as purchasing an item. This version uses asymmetric keys.
/development/vndk/tools/
Dsystem_image_diff.py92 vendor_prefixes = VENDOR_PATH_MAP.keys()
153 if package in module_info.keys():
/development/tools/repo_pull/
Drepo_pull.py139 'unknown fetch protocols: ' + str(list(fetch.keys())))
230 for project in sorted(projects.keys()):
413 choices=sorted(_MERGE_COMMANDS.keys()),
418 choices=sorted(_PICK_COMMANDS.keys()),
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DProvisioningValuesLoader.java141 Set<String>keys = new HashSet(values.keySet()); in gatherAdminExtras() local
142 for (String key : keys) { in gatherAdminExtras()
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetworkVars.java176 Set<String> keys = VAR_MAP.keySet(); in translateCommand() local
178 for (String key : keys) { in translateCommand()
DMonkeySourceRandom.java212 private static boolean validateKeyCategory(String catName, int[] keys, float factor) { in validateKeyCategory() argument
216 for (int i = 0; i < keys.length; ++i) { in validateKeyCategory()
217 if (PHYSICAL_KEY_EXISTS[keys[i]]) { in validateKeyCategory()
/development/tools/mkstubs/src/com/android/mkstubs/stubber/
DMethodStubber.java149 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { in visitLookupSwitchInsn() argument
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
DSimpleWikiHelper.java158 JSONObject page = pages.getJSONObject((String) pages.keys().next()); in getPageContent()
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DSimpleWikiHelper.java151 JSONObject page = pages.getJSONObject((String) pages.keys().next()); in getPageContent()
/development/vndk/tools/header-checker/src/repr/json/
Dir_dumper.cpp411 const std::string keys[] = { in JsonIRDumper() local
426 for (auto key : keys) { in JsonIRDumper()
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
DMethodSourcer.java217 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { in visitLookupSwitchInsn() argument
/development/vndk/tools/definition-tool/tools/
Dupdate_dataset.py248 for path in list(data.keys()):
/development/tools/repo_diff/service/repodiff/
DMakefile129 gcloud iam service-accounts keys create $(TMP_CREDENTIAL_FNAME) --iam-account $(SERVICE_ACCOUNT)
/development/tools/repo_diff/
Drepo_diff_trees.py178 unmatched_upstream_projects = set(upstream_projects.keys())
/development/tools/winscope/
Dyarn.lock490 babel-plugin-transform-es2015-duplicate-keys@^6.22.0:
492 …arnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-
643 babel-plugin-transform-es2015-duplicate-keys "^6.22.0"
909 camelcase-keys@^2.0.0:
911 …resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf281190…
2557 camelcase-keys "^2.0.0"
2771 sort-keys "^1.0.0"
3754 sort-keys@^1.0.0:
3756 …resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920a…
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py2156 def keys(self): member in ELFLibDict
2157 return itertools.chain(self.lib32.keys(), self.lib64.keys())
2740 exts = set(lib.imported_ext_symbols.keys())