Home
last modified time | relevance | path

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

12

/development/tools/winscope/spec/utils/
Dtree.js25 const keys = Object.getOwnPropertyNames(Object.assign({}, theClass));
26 return keys.reduce((classAsObj, key) => {
/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) =>{
Dmain.js150 if (Object.keys(traceFiles).length > 0 && typeInfo.constructor) {
183 if (Object.keys(dumpFiles).length > 0 && typeInfo.constructor) {
191 if (!state.activeFile && Object.keys(traces).length > 0) {
/development/samples/browseable/AsymmetricFingerprintDialog/
D_index.jd9 before proceeding some actions such as purchasing an item. This version uses asymmetric keys.
/development/vendor_snapshot/
Dupdate.py156 def remove_keys_from_dict(keys, d): argument
158 for k in list(d.keys()):
159 if k in keys:
162 remove_keys_from_dict(keys, d[k])
199 for k in list(common_prop.keys()):
362 for k in list(prop.keys()):
433 for f in sorted(installed_files.keys()):
526 for f in sorted(file_to_info.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.py103 'unknown fetch protocols: ' + str(list(fetch.keys())))
198 for project in sorted(projects.keys()):
380 choices=sorted(_MERGE_COMMANDS.keys()),
385 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/winscope/src/flickerlib/
DObjectFormatter.ts176 const knownFlagValues = Object.keys(mapping).reverse().map(x => parseInt(x));
/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.cpp403 const std::string keys[] = { in JsonIRDumper() local
418 for (auto key : keys) { in JsonIRDumper()
/development/tools/winscope/src/utils/
Ddiff.js140 return Object.keys(obj).length === 0 && obj.constructor === Object;
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
DMethodSourcer.java217 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { in visitLookupSwitchInsn() argument
/development/gsi/repack_super_image/
Drepack_super_image.py212 parts_not_found = args_part_imgs.keys() - set(part_list)
/development/vndk/tools/definition-tool/tools/
Dupdate_dataset.py229 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)

12