/build/soong/sdk/ |
D | testing.go | 235 info := &snapshotBuildInfo{ 255 info.snapshotContents = append(info.snapshotContents, dest) 264 info.snapshotContents = append(info.snapshotContents, dest) 270 info.outputZip = android.NormalizePathForTesting(bp.Output) 274 info.intermediateZip = info.outputZip 276 if info.intermediateZip != mergeInput { 278 info.intermediateZip, mergeInput) 283 info.outputZip = android.NormalizePathForTesting(bp.Output) 286 info.mergeZips = android.NormalizePathsForTesting(bp.Inputs) 290 info.copyRules = copyRules.String() [all …]
|
/build/make/tools/releasetools/ |
D | ota_package_parser.py | 36 logging.info("already stashed {}: {}".format(SHA1, blocks)) 78 logging.info("\nSimulating commands in '{}':".format(name)) 83 logging.info("(version: {})".format(lines[0])) 135 logging.info("blocks written: {} (expected: {})".format( 137 logging.info("max blocks stashed simultaneously: {} (expected: {})". 139 logging.info("total blocks stashed: {}".format(my_stash.blocks_stashed)) 140 logging.info("blocks stashed implicitly: {}".format( 144 logging.info("\nReading data info for {} partition:".format(partition)) 147 logging.info("{:<40}{:<40}".format(new_data.filename, patch_data.filename)) 148 logging.info("{:<40}{:<40}".format( [all …]
|
D | img_from_target_files.py | 75 info = OPTIONS.info_dict = common.LoadInfoDict(input_zip) 77 OPTIONS.put_super = info.get('super_image_in_update_package') == 'true' 78 OPTIONS.dynamic_partition_list = info.get('dynamic_partition_list', 80 OPTIONS.super_device_list = info.get('super_block_devices', 82 OPTIONS.retrofit_dap = info.get('dynamic_partition_retrofit') == 'true' 83 OPTIONS.build_super = info.get('build_super_partition') == 'true' 84 OPTIONS.sparse_userimages = bool(info.get('extfs_sparse_flag')) 99 logger.info('Writing %d entries to archive...', len(entries)) 159 logger.info('Building super image...') 169 logger.info('Writing super.img to archive...') [all …]
|
D | img_from_target_files | 75 info = OPTIONS.info_dict = common.LoadInfoDict(input_zip) 77 OPTIONS.put_super = info.get('super_image_in_update_package') == 'true' 78 OPTIONS.dynamic_partition_list = info.get('dynamic_partition_list', 80 OPTIONS.super_device_list = info.get('super_block_devices', 82 OPTIONS.retrofit_dap = info.get('dynamic_partition_retrofit') == 'true' 83 OPTIONS.build_super = info.get('build_super_partition') == 'true' 84 OPTIONS.sparse_userimages = bool(info.get('extfs_sparse_flag')) 99 logger.info('Writing %d entries to archive...', len(entries)) 159 logger.info('Building super image...') 169 logger.info('Writing super.img to archive...') [all …]
|
D | test_verity_utils.py | 133 generator.hashtree_info = info = HashtreeInfo() 134 info.filesystem_range = RangeSet(data=[0, 991232 // 4096]) 135 info.hashtree_range = RangeSet( 137 info.hash_algorithm = self.hash_algorithm 138 info.salt = self.fixed_salt 139 info.root_hash = self.expected_root_hash 149 generator.hashtree_info = info = HashtreeInfo() 150 info.filesystem_range = RangeSet(data=[0, 991232 // 4096]) 151 info.hashtree_range = RangeSet( 153 info.hash_algorithm = self.hash_algorithm [all …]
|
D | validate_target_files.py | 60 logging.info('Validating the SHA-1 of %s', file_name) 73 logging.info('Checking %s image.', which) 119 logging.info('Validating file consistency.') 173 logging.info('%s does not exist in input_tmp', script_path) 176 logging.info('Checking %s', script_path) 237 logging.info('Done checking %s', script_path) 277 logging.info('Verifying Verified Boot images...') 298 logging.info( 319 logging.info('Verified the content of /verity_key') 331 logging.info('Verified the content of /verity_key in ramdisk') [all …]
|
D | check_target_files_vintf.py | 99 logger.info('Skipping kernel config checks because ' 149 logger.info("Command `%s` returns 'compatible'", ' '.join(command)) 151 logger.info("Command `%s` returns 'incompatible'", ' '.join(command)) 157 logger.info("stdout: %s", out) 158 logger.info("stderr: %s", err) 214 logger.info('Checking VINTF compatibility extracted target files...') 218 logger.info('Checking VINTF compatibility target files...')
|
D | build_super_image.py | 144 logger.info("Done writing images to directory %s", output) 146 logger.info("Done writing image %s", output) 184 logger.info("Building super image from info dict...") 189 logger.info("Building super image from extracted target files...") 193 logger.info("Building super image from target files...") 199 logger.info("Building super image from info dict...")
|
D | ota_from_target_files | 344 logger.info("%s outputs the maximum signature size: %s", cmd[0], 533 logger.info( 537 logger.info("two-step package: using recovery.img in stage 1/3") 1116 info = zip_file.getinfo(name) 1117 offset = info.header_offset 1119 offset += len(info.extra) + len(info.filename) 1120 size = info.file_size 1500 logger.info( 1563 logger.info("writing full boot image (forced by two-step mode)") 1568 logger.info("boot image changed; including full.") [all …]
|
D | ota_from_target_files.py | 344 logger.info("%s outputs the maximum signature size: %s", cmd[0], 533 logger.info( 537 logger.info("two-step package: using recovery.img in stage 1/3") 1116 info = zip_file.getinfo(name) 1117 offset = info.header_offset 1119 offset += len(info.extra) + len(info.filename) 1120 size = info.file_size 1500 logger.info( 1563 logger.info("writing full boot image (forced by two-step mode)") 1568 logger.info("boot image changed; including full.") [all …]
|
D | blockimgdiff.py | 92 def patch_info(self, info): argument 93 if info: 95 self._patch_info = info 189 logger.info(header) 190 logger.info('%s\n', separator * len(header)) 199 logger.info(''.join([' {}\n'.format(name) for name in values])) 586 logger.info( 591 logger.info( 610 logger.info("Revising stash size...") 658 logger.info("%10d %9s %s", sr.size(), "explicit", use_cmd) [all …]
|
D | test_validate_target_files.py | 258 info = line.split() 259 self.assertEqual(2, len(info)) 260 image_ranges = image_ranges.union(RangeSet(info[1])) 261 file_map_list[info[0]] = RangeSet(info[1]) 304 info = line.split() 305 self.assertEqual(2, len(info)) 306 ranges = RangeSet(info[1]) 309 file_map_list[info[0]] = ' '.join([str(block) for block in blocks])
|
D | add_img_to_target_files.py | 154 logger.info("system.img already exists; no need to rebuild...") 174 logger.info("Building new recovery patch on system at system/vendor") 191 logger.info("system_other.img already exists; no need to rebuild...") 203 logger.info("vendor.img already exists; no need to rebuild...") 223 logger.info("Building new recovery patch on vendor") 239 logger.info("product.img already exists; no need to rebuild...") 257 logger.info("system_ext.img already exists; no need to rebuild...") 273 logger.info("odm.img already exists; no need to rebuild...") 289 logger.info("vendor_dlkm.img already exists; no need to rebuild...") 304 logger.info("odm_dlkm.img already exists; no need to rebuild...") [all …]
|
D | add_img_to_target_files | 154 logger.info("system.img already exists; no need to rebuild...") 174 logger.info("Building new recovery patch on system at system/vendor") 191 logger.info("system_other.img already exists; no need to rebuild...") 203 logger.info("vendor.img already exists; no need to rebuild...") 223 logger.info("Building new recovery patch on vendor") 239 logger.info("product.img already exists; no need to rebuild...") 257 logger.info("system_ext.img already exists; no need to rebuild...") 273 logger.info("odm.img already exists; no need to rebuild...") 289 logger.info("vendor_dlkm.img already exists; no need to rebuild...") 304 logger.info("odm_dlkm.img already exists; no need to rebuild...") [all …]
|
/build/soong/finder/fs/ |
D | fs_linux.go | 24 func (osFs) InodeNumber(info os.FileInfo) (number uint64, err error) { 25 sys := info.Sys() 33 func (osFs) DeviceNumber(info os.FileInfo) (number uint64, err error) { 34 sys := info.Sys() 42 func (osFs) PermTime(info os.FileInfo) (when time.Time, err error) { 43 sys := info.Sys()
|
D | fs_darwin.go | 24 func (osFs) InodeNumber(info os.FileInfo) (number uint64, err error) { 25 sys := info.Sys() 33 func (osFs) DeviceNumber(info os.FileInfo) (number uint64, err error) { 34 sys := info.Sys() 42 func (osFs) PermTime(info os.FileInfo) (when time.Time, err error) { 43 sys := info.Sys()
|
D | fs.go | 57 InodeNumber(info os.FileInfo) (number uint64, err error) 58 DeviceNumber(info os.FileInfo) (number uint64, err error) 59 PermTime(info os.FileInfo) (time time.Time, err error) 413 func (m *MockFs) dirToFileInfo(d *mockDir, path string) (info *mockFileInfo) { 426 func (m *MockFs) fileToFileInfo(f *mockFile, path string) (info *mockFileInfo) { 438 func (m *MockFs) linkToFileInfo(l *mockLink, path string) (info *mockFileInfo) { 503 func (m *MockFs) InodeNumber(info os.FileInfo) (number uint64, err error) { 504 mockInfo, ok := info.(*mockFileInfo) 508 return 0, fmt.Errorf("%v is not a mockFileInfo", info) 510 func (m *MockFs) DeviceNumber(info os.FileInfo) (number uint64, err error) { [all …]
|
/build/make/tools/ |
D | filter-product-graph.py | 28 def info(m): function 33 (info, re.compile(r'"(.*)"(\s*\[.*\])')), 56 infos = [info for info in infos if info[0] in included] 62 for info in infos: 63 print '"%s"%s' % info
|
/build/soong/ui/build/ |
D | config_linux.go | 20 var info syscall.Sysinfo_t 21 err := syscall.Sysinfo(&info) 26 return uint64(info.Totalram) * uint64(info.Unit)
|
/build/soong/java/ |
D | prebuilt_apis.go | 179 info, ok := m[key] 182 } else if len(apiver) > len(info.apiver) || (len(apiver) == len(info.apiver) && 183 strings.Compare(apiver, info.apiver) > 0) { 184 info.apiver = apiver 185 info.path = localPath 186 m[key] = info 197 info := m[k] 198 createFilegroup(mctx, info.module, info.scope, "latest", info.path)
|
/build/make/packaging/ |
D | main.mk | 26 $(info [1/3] initializing packaging system ...) 33 $(info [2/3] including distdir.mk ...) 37 $(info [3/3] writing packaging rules ...)
|
/build/make/core/ |
D | device.mk | 23 $(info ==== $(1) ====)\ 25 $(info DEVICES.$(1).$(v) := $(DEVICES.$(1).$(v))))\ 26 $(info --------)
|
D | dynamic_binary.mk | 97 my_strip_module := mini-debug-info 105 ifeq ($(my_strip_module),mini-debug-info) 106 my_strip_args += --keep-mini-debug-info 111 ifeq (,$(filter no_debuglink mini-debug-info,$(my_strip_module))) 122 valid_strip := mini-debug-info keep_symbols true no_debuglink
|
D | cleanbuild.mk | 99 $(info *** A clean build is required because of a recent change.) 101 $(info *** Done with the cleaning, now starting the real build.) 108 $(info Clean step: $(INTERNAL_CLEAN_STEP.$(step))) \ 120 $(info Clean step: $(_crs_new_cmd))\
|
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 2428 #api-info-block { 2432 #api-info-block a, #api-info-block a:active, #api-info-block a:visited { 2435 #api-info-block a:hover, #api-info-block a:focus { 3459 #api-info-block { 3472 #api-info-block div.api-level { 5353 .card-info { 5366 .card-info .section { 5372 .card-info .title { 5381 .card-info .description { 5384 .card-info .description .text { [all …]
|