/build/soong/android/ |
D | namespace.go | 42 items []*Namespace member 52 s.items = append(s.items, namespace) 60 return s.items[i].Path < s.items[j].Path 62 sort.Slice(s.items, less) 65 return s.items
|
/build/make/core/tasks/check_boot_jars/ |
D | check_boot_jars.py | 51 items = stdout.split() 52 for f in items:
|
/build/soong/finder/ |
D | finder.go | 1313 func (f *Finder) pruneCacheCandidates(items *DirEntries) { 1315 for _, fileName := range items.FileNames { 1318 items.FileNames = []string{} 1319 items.DirNames = []string{} 1327 for _, fileName := range items.FileNames { 1331 items.FileNames[writeIndex] = fileName 1338 items.FileNames = items.FileNames[:writeIndex] 1341 for _, dirName := range items.DirNames { 1342 items.DirNames[writeIndex] = dirName 1357 items.DirNames = items.DirNames[:writeIndex]
|
/build/make/tools/releasetools/ |
D | common.py | 530 for k, v in sorted(d.items()): 1403 def GetPasswords(self, items): argument 1419 for i in items: 2379 collections.Counter(e.partition for e in block_diffs).items() 2384 for p, block_diff in block_diff_dict.items(): 2388 for p, progress in progress_dict.items(): 2415 block_diffs_with_target = set(p for p, u in self._partition_updates.items() 2423 block_diffs_with_source = set(p for p, u in self._partition_updates.items() 2450 for p, u in self._partition_updates.items(): 2468 for p, u in self._partition_updates.items(): [all …]
|
D | sign_target_files_apks.py | 185 for apex, key in OPTIONS.extra_apex_payload_keys.items(): 194 for apex, (payload_key, container_key) in keys_info.items(): 198 for apex, key in OPTIONS.extra_apks.items(): 865 items = [] 868 items.append('%s=%s' % (key, misc_info[key])) 869 common.ZipWriteStr(output_zip, "META/misc_info.txt", '\n'.join(items))
|
D | sign_target_files_apks | 185 for apex, key in OPTIONS.extra_apex_payload_keys.items(): 194 for apex, (payload_key, container_key) in keys_info.items(): 198 for apex, key in OPTIONS.extra_apks.items(): 865 items = [] 868 items.append('%s=%s' % (key, misc_info[key])) 869 common.ZipWriteStr(output_zip, "META/misc_info.txt", '\n'.join(items))
|
D | test_ota_from_target_files.py | 222 items = target_info.items() 223 self.assertIn(('property1', 'value1'), items) 224 self.assertIn(('property2', 4096), items)
|
D | check_target_files_signatures | 378 for (old, new), packages in sorted(by_certpair.items()):
|
D | check_target_files_signatures.py | 378 for (old, new), packages in sorted(by_certpair.items()):
|
D | ota_from_target_files | 354 def items(self): member in BuildInfo 355 return self.info_dict.items() 1987 for src, dst in replace.items():
|
D | ota_from_target_files.py | 354 def items(self): member in BuildInfo 355 return self.info_dict.items() 1987 for src, dst in replace.items():
|
D | add_img_to_target_files | 438 for partition, path in partitions.items():
|
D | add_img_to_target_files.py | 438 for partition, path in partitions.items():
|
D | blockimgdiff.py | 1768 for tgt_fn, tgt_ranges in sorted(self.tgt.file_map.items()):
|
/build/make/core/tasks/ |
D | find-shareduid-violation.py | 72 for uid, app_infos in shareduid_app_dict.items():
|
/build/soong/bpfix/bpfix/ |
D | bpfix_test.go | 31 func printListOfStrings(items []string) (text string) { 32 if len(items) == 0 { 35 return fmt.Sprintf("[\"%s\"]", strings.Join(items, "\", \""))
|
D | bpfix.go | 847 func filterExpressionList(patchList *parser.PatchList, items *parser.List, removals *parser.List) { 849 for _, item := range items.Values { 862 items.Values[writeIndex] = item 868 items.Values = items.Values[:writeIndex]
|
/build/make/tools/ |
D | fat16copy.py | 562 lfn = lfn_entries.items() 664 free_zones = free_zones.items()
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | android_3p-bundle.js | 2662 …gable"),e=d.options;d.snapElements=[],a(e.snap.constructor!=String?e.snap.items||":data(draggable)… 2678 …items:"> *",opacity:!1,placeholder:!1,revert:!1,scroll:!0,scrollSensitivity:20,scrollSpeed:20,scop… property 2690 …items:":button, :submit, :reset, :checkbox, :radio, a, :data(button)"},_create:function(){this.ele… property
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.css | 485 /* special list items */
|
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 283 /* don't highlight child items */ 773 /* special list items */ 2298 /* don't highlight child items */ 3036 /* hide nested list items; companion to hideNestedLists() */ 6318 /* Single row items, might be simpler to just apply a class */ 6342 /* Double row items */ 6364 /* 1/3 row items */ 6410 /* 1/2 row items */
|
/build/make/core/ |
D | LINUX_KERNEL_COPYING | 340 mouse-clicks or menu items--whatever suits your program.
|