Home
last modified time | relevance | path

Searched refs:info (Results 1 – 25 of 111) sorted by relevance

12345

/build/kati/testcase/
Ddeprecated_var.mk7 $(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 …]
Dif.mk4 $(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))
Dor.mk7 $(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))
Dautovar_assign.mk6 $(info $(x))
7 $(info $(flavor x))
8 $(info $(origin x))
13 $(info $(x))
14 $(info $(flavor x))
15 $(info $(origin x))
Dand.mk7 $(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))
Dfile_func.sh33 \$(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)
Dassign_with_trailing_space.mk2 $(info X$(a)Z)
4 $(info X$(a)Z)
6 $(info X$(a)Z)
10 $(info X$(a)Z)
12 $(info X$(a)Z)
Dquine.mk2 $$(info define q)
3 $$(info $$(subst $$$$,$$$$$$$$,$$q))
4 $$(info endef)
5 $$(info $$$$(eval $$$$q))
Descaped_backslash.mk9 $(info echo $(no_comment))
10 $(info echo $(two_backslash))
11 $(info echo \\)
12 $(info echo \\ foo)
Difdef_rec_var.mk1 empty=$(info FAIL)
5 $(info PASS)
7 $(info FAIL)
Dshell_var.mk1 $(info $(SHELL))
5 $(info $(shell foo))
10 $(info $(shell bar))
Dposix_var.mk13 $(info $(shell echo foo))
15 $(info $(shell echo bar))
17 $(info $(shell echo baz))
Difdef_with_trailing_space.mk8 $(info PASS)
13 $(info PASS)
19 $(info PASS)
Dmultiline_define.mk37 $(info $(var))
38 $(info $(var2))
39 $(info $(var3))
Dinfo.mk2 echo $(info "%s:%s" foo bar)xxx
3 $(info baz)
/build/make/tools/releasetools/
Dota_package_parser.py36 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 …]
Dimg_from_target_files57 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 …]
Dimg_from_target_files.py57 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 …]
Dtest_verity_utils.py131 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 …]
Dvalidate_target_files.py59 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/
Dfs_darwin.go24 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()
Dfs_linux.go24 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/
Dfilter-product-graph.py28 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/
Dprebuilt_apis.go154 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/
Dmain.mk26 $(info [1/3] initializing packaging system ...)
33 $(info [2/3] including distdir.mk ...)
37 $(info [3/3] writing packaging rules ...)

12345