/build/make/target/product/gsi/ |
D | Android.mk | 35 .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/ |
D | boot_jars_package_check.mk | 23 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/ |
D | check.go | 137 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)
|
D | makevars.go | 349 for i, check := range config.DefaultLocalTidyChecks { 350 rets[i] = check.PathPrefix + ":" + check.Checks
|
D | pylintrc | 173 # 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/ |
D | neverallow.go | 342 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) {
|
D | rule_builder_test.go | 394 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"),
|
D | makevars.go | 194 # $(1): Name of the variable to check 238 $(error Soong variable check failed)
|
D | paths_test.go | 122 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/ |
D | ZipAlign.cpp | 227 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()
|
D | README.txt | 6 -c : check alignment only (does not modify file)
|
/build/soong/cc/config/ |
D | tidy.go | 116 for i, check := range in { 117 ret[len(in)-i-1] = check
|
/build/make/core/ |
D | host_java_library.mk | 94 javac-check : $(full_classes_compiled_jar) 95 javac-check-$(LOCAL_MODULE) : $(full_classes_compiled_jar) 96 .PHONY: javac-check-$(LOCAL_MODULE)
|
D | soong_java_prebuilt.mk | 130 javac-check : $(full_classes_jar) 131 javac-check-$(LOCAL_MODULE) : $(full_classes_jar) 132 .PHONY: javac-check-$(LOCAL_MODULE)
|
D | check_elf_file.mk | 44 check-elf-files: $(check_elf_files_stamp)
|
D | main.mk | 838 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 …]
|
D | Makefile | 16 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/ |
D | setup_go_workspace_for_soong.sh | 264 function check() { function 283 check "${bin}"
|
D | package-check.sh | 22 package-check.sh <jar-file> <package-list>
|
/build/soong/ui/build/ |
D | ninja.go | 98 checker.check(ctx, config, logPath) 113 func (c *statusChecker) check(ctx Context, config Config, pathToCheck string) { func
|
/build/make/common/ |
D | strings.mk | 36 $(error to-lower sanity check failure) 40 $(error to-upper sanity check failure)
|
/build/kati/testcase/ |
D | deprecated_var.mk | 43 $(info All of the previous variable references have been basic SymRefs, now check VarRefs) 51 $(info And check VarSubst)
|
/build/blueprint/proptools/ |
D | extend_test.go | 949 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/ |
D | perf.md | 30 #### 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/ |
D | pylintrc | 262 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.
|