/development/tools/winscope/spec/utils/ |
D | tree.js | 25 const keys = Object.getOwnPropertyNames(Object.assign({}, theClass)); 26 return keys.reduce((classAsObj, key) => {
|
/development/tools/repo_diff/service/repodiff/interactors/ |
D | strings.go | 86 keys := make([]string, totalCount) 90 keys[index] = k 94 return keys
|
/development/samples/browseable/BasicAndroidKeyStore/ |
D | _index.jd | 10 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/ |
D | AsmAnalyzer.java | 85 Set<String> keys = classes.keySet(); in filter() local 86 for(Iterator<String> it = keys.iterator(); it.hasNext(); ) { in filter()
|
/development/tools/axl/ |
D | chewie.py | 46 keys = extractMe.keys() 85 if x[2] not in keys: continue
|
D | chewperf.py | 71 top = max(buckets.keys()) 73 if x not in buckets.keys():
|
/development/tools/winscope/src/ |
D | localstore.js | 23 Object.keys(this.$data).forEach((k) =>{
|
D | main.js | 150 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.jd | 9 before proceeding some actions such as purchasing an item. This version uses asymmetric keys.
|
/development/vendor_snapshot/ |
D | update.py | 156 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/ |
D | system_image_diff.py | 92 vendor_prefixes = VENDOR_PATH_MAP.keys() 153 if package in module_info.keys():
|
/development/tools/repo_pull/ |
D | repo_pull.py | 103 '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/ |
D | ProvisioningValuesLoader.java | 141 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/ |
D | MonkeySourceNetworkVars.java | 176 Set<String> keys = VAR_MAP.keySet(); in translateCommand() local 178 for (String key : keys) { in translateCommand()
|
D | MonkeySourceRandom.java | 212 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/ |
D | ObjectFormatter.ts | 176 const knownFlagValues = Object.keys(mapping).reverse().map(x => parseInt(x));
|
/development/tools/mkstubs/src/com/android/mkstubs/stubber/ |
D | MethodStubber.java | 149 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { in visitLookupSwitchInsn() argument
|
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
D | SimpleWikiHelper.java | 158 JSONObject page = pages.getJSONObject((String) pages.keys().next()); in getPageContent()
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
D | SimpleWikiHelper.java | 151 JSONObject page = pages.getJSONObject((String) pages.keys().next()); in getPageContent()
|
/development/vndk/tools/header-checker/src/repr/json/ |
D | ir_dumper.cpp | 403 const std::string keys[] = { in JsonIRDumper() local 418 for (auto key : keys) { in JsonIRDumper()
|
/development/tools/winscope/src/utils/ |
D | diff.js | 140 return Object.keys(obj).length === 0 && obj.constructor === Object;
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
D | MethodSourcer.java | 217 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { in visitLookupSwitchInsn() argument
|
/development/gsi/repack_super_image/ |
D | repack_super_image.py | 212 parts_not_found = args_part_imgs.keys() - set(part_list)
|
/development/vndk/tools/definition-tool/tools/ |
D | update_dataset.py | 229 for path in list(data.keys()):
|
/development/tools/repo_diff/service/repodiff/ |
D | Makefile | 129 gcloud iam service-accounts keys create $(TMP_CREDENTIAL_FNAME) --iam-account $(SERVICE_ACCOUNT)
|