/build/make/tools/warn/ |
D | tidy_warn_patterns.py | 52 def analyzer_high_check(check): argument 53 return analyzer_high(check, [r'.*: .+\[' + check + r'\]$']) 56 def analyzer_group_high(check): argument 57 return analyzer_high(check, [r'.*: .+\[' + check + r'.+\]$']) 69 def analyzer_warn_check(check): argument 70 return analyzer_warn(check, [r'.*: .+\[' + check + r'\]$']) 73 def analyzer_group_check(check): argument 74 return analyzer_warn(check, [r'.*: .+\[' + check + r'.+\]$'])
|
/build/make/target/product/gsi/ |
D | Android.mk | 23 .PHONY: check-vndk-list 26 droidcore: check-vndk-list 28 check-vndk-list-timestamp := $(call intermediates-dir-for,PACKAGING,vndk)/check-list-timestamp 29 check-vndk-abi-dump-list-timestamp := $(call intermediates-dir-for,PACKAGING,vndk)/check-abi-dump-l… 33 check-vndk-list: ; 35 check-vndk-list: ; 38 check-vndk-list: ; 40 check-vndk-list: $(check-vndk-list-timestamp) 42 check-vndk-list: $(check-vndk-abi-dump-list-timestamp) 53 $(check-vndk-list-timestamp): $(INTERNAL_VNDK_LIB_LIST) $(LATEST_VNDK_LIB_LIST) $(HOST_OUT_EXECUTAB… [all …]
|
/build/make/tools/ |
D | exercise_compare_builds | 27 --no-check-out-dir --detect-embedded-paths 38 --no-check-out-dir 40 --no-build --no-check-out-dir --subdirs 42 --no-build --no-check-out-dir --subdirs system 59 --incremental --no-check-out-dir 61 --no-build --incremental --no-check-out-dir --subdirs 63 --no-build --incremental --no-check-out-dir --subdirs system
|
/build/make/tools/zipalign/ |
D | ZipAlignMain.cpp | 54 bool check = false; in main() local 77 check = true; in main() 104 if (!((check && argc == 2) || (!check && argc == 3))) { in main() 116 if (check) { in main()
|
/build/soong/jar/ |
D | jar_test.go | 140 check := func(t *testing.T, ch rune, i int, want bool) { 151 check(t, ch, 0, true) 159 check(t, ch, 0, false) 169 check(t, ch, 1, true) 177 check(t, ch, 1, false)
|
/build/soong/cc/ |
D | check.go | 144 for _, check := range checks { 145 if strings.Contains(check, " ") { 146 ctx.PropertyErrorf("tidy_checks", "Check `%s` invalid, cannot contain spaces", check) 147 } else if strings.Contains(check, ",") { 148 … "Check `%s` invalid, cannot contain commas. Split each entry into it's own string instead", check)
|
D | sanitize_test.go | 103 check := func(t *testing.T, result *android.TestResult, variant string) { 202 t.Run("host", func(t *testing.T) { check(t, result, result.Config.BuildOSTarget.String()) }) 203 t.Run("device", func(t *testing.T) { check(t, result, "android_arm64_armv8-a") })
|
D | makevars.go | 344 for i, check := range config.DefaultLocalTidyChecks { 345 rets[i] = check.PathPrefix + ":" + check.Checks
|
D | Android.bp | 26 "check.go",
|
/build/soong/scripts/ |
D | check_do_not_merge.sh | 24 If this check is mis-triggering or you know Merged-In is incorrect in this 25 situation you can bypass this check with \`repo upload --no-verify\`.
|
D | lint_project_xml.py | 137 for check in args.checks: 138 f.write(" <issue id='%s' severity='%s' />\n" % (check[1], check[0]))
|
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/cc/config/ |
D | tidy.go | 128 for i, check := range in { 129 ret[len(in)-i-1] = check
|
/build/make/core/ |
D | host_java_library.mk | 98 javac-check : $(full_classes_compiled_jar) 99 javac-check-$(LOCAL_MODULE) : $(full_classes_compiled_jar) 100 .PHONY: javac-check-$(LOCAL_MODULE)
|
D | soong_java_prebuilt.mk | 170 javac-check : $(full_classes_jar) 171 javac-check-$(LOCAL_MODULE) : $(full_classes_jar) 173 .PHONY: javac-check-$(LOCAL_MODULE)
|
D | check_elf_file.mk | 49 check-elf-files: $(check_elf_files_stamp)
|
D | soong_app_prebuilt.mk | 48 javac-check : $(full_classes_jar) 49 javac-check-$(LOCAL_MODULE) : $(full_classes_jar) 50 .PHONY: javac-check-$(LOCAL_MODULE)
|
D | main.mk | 755 …$(warning Set BUILD_BROKEN_MISSING_REQUIRED_MODULES := true to bypass this check if this is intent… 960 define add-elf-file-check-shared-lib 965 define resolve-shared-libs-for-elf-file-check 984 $(eval $(call add-elf-file-check-shared-lib,$(stamp),$(deps))))\ 988 $(call resolve-shared-libs-for-elf-file-check,TARGET_) 990 $(call resolve-shared-libs-for-elf-file-check,TARGET_,true) 1490 checkbuild: $(modules_to_check) droid_targets check-elf-files 1675 .PHONY: lint-check 1676 lint-check: $(foreach f, $(apps_only_lint_report_files), $(call word-colon,1,$(f))) 1677 $(call dist-for-goals,lint-check, $(apps_only_lint_report_files)) [all …]
|
/build/soong/android/ |
D | neverallow.go | 623 check := func(value string) bool { 627 if matchValue(propertiesValue, check) { 634 func matchValue(value reflect.Value, check func(string) bool) bool { 641 return check("") 648 return check(value.String()) 650 return check(strconv.FormatBool(value.Bool())) 652 return check(strconv.FormatInt(value.Int(), 10)) 659 if check(v) {
|
/build/make/common/ |
D | strings.mk | 36 $(error to-lower sanity check failure) 40 $(error to-upper sanity check failure) 116 $(error collapse-pairs sanity check failure) 119 $(error collapse-pairs sanity check failure)
|
/build/pesto/experiments/prepare_bazel_test_env/data/static/build/bazel/rules/ |
D | cc_tf_test_launcher.sh | 21 HOST_ARGS=(-n --prioritize-host-config --skip-host-arch-check)
|
/build/make/target/product/ |
D | runtime_libart.mk | 58 apex_test_module := art-check-debug-apex-gen-fakebin 61 apex_test_module := art-check-release-apex-gen-fakebin
|
/build/soong/ui/build/ |
D | ninja.go | 198 ninjaChecker.check(ctx, config) 218 func (c *ninjaStucknessChecker) check(ctx Context, config Config) { func
|
/build/bazel/rules/ |
D | lunch.bzl | 21 # and check that the remaining string is alphanumeric.
|