Searched refs:info (Results 1 – 25 of 111) sorted by relevance
12345
/build/kati/testcase/ |
D | deprecated_var.mk | 7 $(info Writing to an undefined deprecated variable) 10 $(info Makefile:8: B has been deprecated.) 13 $(info Reading from deprecated variables - set before/after/never the deprecation func) 14 $(info Writing to an undefined deprecated variable) 17 $(info Makefile:15: A has been deprecated.) 18 $(info Makefile:15: B has been deprecated.) 19 $(info Makefile:15: C has been deprecated.) 20 $(info Makefile:15: D has been deprecated.) 23 $(info Writing to a reset deprecated variable) 26 $(info Makefile:24: D has been deprecated.) [all …]
|
D | if.mk | 4 $(if ${TRUE}, $(info PASS1)) 5 $(if ${FALSE}, $(info FAIL1)) 6 $(if ${TRUE}, $(info PASS2), $(info FAIL2)) 7 $(if ${FALSE}, $(info FAIL3), $(info PASS3)) 8 $(info $(if ${TRUE}, PASS4, FAIL4)) 10 $(info $(if ${FALSE}, FAIL5, PASS5, PASS6)) 11 $(info $(if ${FALSE} , FAIL6, PASS7))
|
D | or.mk | 7 $(or ${FALSE}, $(info PASS_1)) 9 $(info $(or ${TRUE}, $(info FAIL_2))) 11 $(info $(or ${FALSE}, PASS, PASS)) 13 $(info $(or ${FALSE}, $(X) )) 14 $(info $(or ${FALSE}, $(Y) )) 15 $(info $(or ${FALSE} , PASS, PASS))
|
D | autovar_assign.mk | 6 $(info $(x)) 7 $(info $(flavor x)) 8 $(info $(origin x)) 13 $(info $(x)) 14 $(info $(flavor x)) 15 $(info $(origin x))
|
D | and.mk | 7 $(and ${TRUE}, $(info PASS_1)) 8 $(and ${FALSE}, $(info FAIL_2)) 10 $(info $(and ${TRUE}, PASS, PASS)) 12 $(info $(and ${TRUE}, $(X) )) 13 $(info $(and ${TRUE}, $(Y) )) 14 $(and ${FALSE} , $(info FAIL_3))
|
D | file_func.sh | 33 \$(info Read not found: \$(if \$(file <notfound),FAIL,PASS)) 34 \$(info Read: \$(file < testfile)) 35 \$(info Read back: \$(file <testwrite)) 38 \$(info Read not found: PASS) 39 \$(info Read: PASS) 40 \$(info Read back: PASS)
|
D | assign_with_trailing_space.mk | 2 $(info X$(a)Z) 4 $(info X$(a)Z) 6 $(info X$(a)Z) 10 $(info X$(a)Z) 12 $(info X$(a)Z)
|
D | quine.mk | 2 $$(info define q) 3 $$(info $$(subst $$$$,$$$$$$$$,$$q)) 4 $$(info endef) 5 $$(info $$$$(eval $$$$q))
|
D | escaped_backslash.mk | 9 $(info echo $(no_comment)) 10 $(info echo $(two_backslash)) 11 $(info echo \\) 12 $(info echo \\ foo)
|
D | ifdef_rec_var.mk | 1 empty=$(info FAIL) 5 $(info PASS) 7 $(info FAIL)
|
D | shell_var.mk | 1 $(info $(SHELL)) 5 $(info $(shell foo)) 10 $(info $(shell bar))
|
D | posix_var.mk | 13 $(info $(shell echo foo)) 15 $(info $(shell echo bar)) 17 $(info $(shell echo baz))
|
D | ifdef_with_trailing_space.mk | 8 $(info PASS) 13 $(info PASS) 19 $(info PASS)
|
D | multiline_define.mk | 37 $(info $(var)) 38 $(info $(var2)) 39 $(info $(var3))
|
D | info.mk | 2 echo $(info "%s:%s" foo bar)xxx 3 $(info baz)
|
/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 | 57 info = OPTIONS.info_dict = common.LoadInfoDict(input_file) 59 OPTIONS.put_super = info.get("super_image_in_update_package") == "true" 60 OPTIONS.dynamic_partition_list = info.get("dynamic_partition_list", 62 OPTIONS.super_device_list = info.get("super_block_devices", 64 OPTIONS.retrofit_dap = info.get("dynamic_partition_retrofit") == "true" 65 OPTIONS.build_super = info.get("build_super_partition") == "true" 66 OPTIONS.sparse_userimages = bool(info.get("extfs_sparse_flag")) 105 logger.info("writing %s to archive...", os.path.join("IMAGES", image)) 133 logger.info("writing %s to archive...", os.path.join("OTA", image)) 139 logger.info("building super image %s...", super_file) [all …]
|
D | img_from_target_files.py | 57 info = OPTIONS.info_dict = common.LoadInfoDict(input_file) 59 OPTIONS.put_super = info.get("super_image_in_update_package") == "true" 60 OPTIONS.dynamic_partition_list = info.get("dynamic_partition_list", 62 OPTIONS.super_device_list = info.get("super_block_devices", 64 OPTIONS.retrofit_dap = info.get("dynamic_partition_retrofit") == "true" 65 OPTIONS.build_super = info.get("build_super_partition") == "true" 66 OPTIONS.sparse_userimages = bool(info.get("extfs_sparse_flag")) 105 logger.info("writing %s to archive...", os.path.join("IMAGES", image)) 133 logger.info("writing %s to archive...", os.path.join("OTA", image)) 139 logger.info("building super image %s...", super_file) [all …]
|
D | test_verity_utils.py | 131 generator.hashtree_info = info = HashtreeInfo() 132 info.filesystem_range = RangeSet(data=[0, 991232 / 4096]) 133 info.hashtree_range = RangeSet( 135 info.hash_algorithm = self.hash_algorithm 136 info.salt = self.fixed_salt 137 info.root_hash = self.expected_root_hash 146 generator.hashtree_info = info = HashtreeInfo() 147 info.filesystem_range = RangeSet(data=[0, 991232 / 4096]) 148 info.hashtree_range = RangeSet( 150 info.hash_algorithm = self.hash_algorithm [all …]
|
D | validate_target_files.py | 59 logging.info('Validating the SHA-1 of %s', file_name) 72 logging.info('Checking %s image.', which) 116 logging.info('Validating file consistency.') 162 logging.info('%s does not exist in input_tmp', script_path) 165 logging.info('Checking %s', script_path) 226 logging.info('Done checking %s', script_path) 251 logging.info('Verifying Verified Boot images...') 269 logging.info( 293 logging.info('Verified the content of /verity_key') 313 logging.info( [all …]
|
/build/soong/finder/fs/ |
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_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()
|
/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/java/ |
D | prebuilt_apis.go | 154 info, ok := m[key] 157 } else if len(apiver) > len(info.apiver) || (len(apiver) == len(info.apiver) && 158 strings.Compare(apiver, info.apiver) > 0) { 159 info.apiver = apiver 160 info.path = localPath 161 m[key] = info 172 info := m[k] 173 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 ...)
|
12345