Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 35) sorted by relevance

12

/build/make/target/product/gsi/
DAndroid.mk35 .PHONY: check-vndk-list
38 droidcore: check-vndk-list
40 check-vndk-list-timestamp := $(call intermediates-dir-for,PACKAGING,vndk)/check-list-timestamp
44 check-vndk-list: ;
48 check-vndk-list: ;
50 check-vndk-list: $(check-vndk-list-timestamp)
60 $(check-vndk-list-timestamp): $(INTERNAL_VNDK_LIB_LIST) $(LATEST_VNDK_LIB_LIST) $(HOST_OUT_EXECUTAB…
/build/make/core/tasks/
Dboot_jars_package_check.mk23 intermediates := $(call intermediates-dir-for, PACKAGING, boot-jars-package-check,,COMMON)
38 .PHONY: check-boot-jars
39 check-boot-jars : $(stamp)
42 droidcore : check-boot-jars
/build/soong/cc/
Dcheck.go137 for _, check := range checks {
138 if strings.Contains(check, " ") {
139 ctx.PropertyErrorf("tidy_checks", "Check `%s` invalid, cannot contain spaces", check)
140 } else if strings.Contains(check, ",") {
141 … "Check `%s` invalid, cannot contain commas. Split each entry into it's own string instead", check)
Dmakevars.go349 for i, check := range config.DefaultLocalTidyChecks {
350 rets[i] = check.PathPrefix + ":" + check.Checks
Dpylintrc173 # Tells whether we should check for unused import in __init__ files.
198 no-space-check=trailing-comma,dict-separator
263 # instance to not check methods defines in Zope's Interface base class.
/build/soong/android/
Dneverallow.go342 check := func(v string) bool {
346 if matchValue(propertiesValue, check) {
353 func matchValue(value reflect.Value, check func(string) bool) bool {
360 return check("")
367 return check(value.String())
369 return check(strconv.FormatBool(value.Bool()))
371 return check(strconv.FormatInt(value.Int(), 10))
378 if check(v) {
Drule_builder_test.go394 check := func(t *testing.T, params TestingBuildParams, wantOutput string) {
413 check(t, ctx.ModuleForTests("foo", "").Rule("rule"),
417 check(t, ctx.SingletonForTests("rule_builder_test").Rule("rule"),
Dmakevars.go194 # $(1): Name of the variable to check
238 $(error Soong variable check failed)
Dpaths_test.go122 check(t, "validateSafePath", p(testCase.in), out, ctx.errors, testCase.out, testCase.err)
135 check(t, "validatePath", p(testCase.in), out, ctx.errors, testCase.out, testCase.err)
164 func check(t *testing.T, testType, testString string, func
/build/make/tools/zipalign/
DZipAlign.cpp227 bool check = false; in main() local
250 check = true; in main()
277 if (!((check && argc == 2) || (!check && argc == 3))) { in main()
289 if (check) { in main()
DREADME.txt6 -c : check alignment only (does not modify file)
/build/soong/cc/config/
Dtidy.go116 for i, check := range in {
117 ret[len(in)-i-1] = check
/build/make/core/
Dhost_java_library.mk94 javac-check : $(full_classes_compiled_jar)
95 javac-check-$(LOCAL_MODULE) : $(full_classes_compiled_jar)
96 .PHONY: javac-check-$(LOCAL_MODULE)
Dsoong_java_prebuilt.mk130 javac-check : $(full_classes_jar)
131 javac-check-$(LOCAL_MODULE) : $(full_classes_jar)
132 .PHONY: javac-check-$(LOCAL_MODULE)
Dcheck_elf_file.mk44 check-elf-files: $(check_elf_files_stamp)
Dmain.mk838 define add-elf-file-check-shared-lib
843 define resolve-shared-libs-for-elf-file-check
861 $(eval $(call add-elf-file-check-shared-lib,$(stamp),$(deps)))\
865 $(call resolve-shared-libs-for-elf-file-check,TARGET_)
867 $(call resolve-shared-libs-for-elf-file-check,TARGET_,true)
1267 check-apex-libs-absence :=
1268 check-apex-libs-absence-on-disk :=
1291 define check-apex-libs-absence
1297 APEX libraries found in system image (see comment for check-apex-libs-absence in \
1305 define check-apex-libs-absence-on-disk
[all …]
DMakefile16 define check-product-copy-files
31 $(call check-product-copy-files,$(cf),$(_dest)) \
2250 $(call check-apex-libs-absence-on-disk)
3181 define check-and-set-avb-args
3193 $(eval $(call check-and-set-avb-args,boot))
3196 $(eval $(call check-and-set-avb-args,system))
3199 $(eval $(call check-and-set-avb-args,vendor))
3203 $(eval $(call check-and-set-avb-args,product))
3207 $(eval $(call check-and-set-avb-args,product_services))
3211 $(eval $(call check-and-set-avb-args,odm))
[all …]
/build/soong/scripts/
Dsetup_go_workspace_for_soong.sh264 function check() { function
283 check "${bin}"
Dpackage-check.sh22 package-check.sh <jar-file> <package-list>
/build/soong/ui/build/
Dninja.go98 checker.check(ctx, config, logPath)
113 func (c *statusChecker) check(ctx Context, config Config, pathToCheck string) { func
/build/make/common/
Dstrings.mk36 $(error to-lower sanity check failure)
40 $(error to-upper sanity check failure)
/build/kati/testcase/
Ddeprecated_var.mk43 $(info All of the previous variable references have been basic SymRefs, now check VarRefs)
51 $(info And check VarSubst)
/build/blueprint/proptools/
Dextend_test.go949 check(t, testType, testString, got, err, testCase.out, testCase.err)
979 check(t, testType, testString, got, err, testCase.out, testCase.err)
1275 check(t, testType, testString, got, err, testCase.out, testCase.err)
1305 check(t, testType, testString, got, err, testCase.out, testCase.err)
1309 func check(t *testing.T, testType, testString string, func
/build/soong/docs/
Dperf.md30 #### Regen check is slow
34 The `$OUT_DIR/soong.log` contains statistics from the regen check:
37 .../kati.go:127: *kati*: regen check time: 1.699207
61 make a performance impact -- many calls to check if `26 > 20` can add up. We've
/build/make/tools/releasetools/
Dpylintrc262 no-space-check=trailing-comma,dict-separator
280 # Logging modules to check that the string format arguments are in logging
287 # Tells whether we should check for unused import in __init__ files.

12