/build/make/tools/warn/ |
D | tidy_warn_patterns.py | 56 def analyzer_high_check(check): argument 57 return analyzer_high(check, [r'.*: .+\[' + check + r'\]$']) 60 def analyzer_group_high(check): argument 61 return analyzer_high(check, [r'.*: .+\[' + check + r'.+\]$']) 73 def analyzer_warn_check(check): argument 74 return analyzer_warn(check, [r'.*: .+\[' + check + r'\]$']) 77 def analyzer_group_check(check): argument 78 return analyzer_warn(check, [r'.*: .+\[' + check + r'.+\]$'])
|
/build/make/tools/check-flagged-apis/ |
D | check-flagged-apis.sh | 39 check-flagged-apis \ 68 check-flagged-apis check \ 76 check-flagged-apis check \ 84 check-flagged-apis check \ 92 check-flagged-apis check \ 103 check-flagged-apis list \ 109 check-flagged-apis list \ 115 check-flagged-apis list \ 121 check-flagged-apis list \ 133 check) $build_cmd && run_check ;;
|
D | Android.bp | 21 name: "check-flagged-apis-defaults", 33 name: "check-flagged-apis", 35 "check-flagged-apis-defaults", 41 name: "check-flagged-apis-test", 43 "check-flagged-apis-defaults",
|
/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
|
D | whichgit | 11 check=True, capture_output=True, text=True).stdout.strip() 16 check=True, capture_output=True, text=True).stdout.strip() 17 …result = subprocess.run(["cat", product_out + "/all_modules.txt"], check=True, capture_output=True… 36 … stderr=subprocess.STDOUT, stdout=subprocess.PIPE, check=False, text=True) 47 check=False, stderr=subprocess.STDOUT, stdout=subprocess.PIPE, text=True) 54 text = subprocess.run(["repo","list"], check=True, capture_output=True, text=True).stdout
|
/build/bazel/rules/java/errorprone/ |
D | generateErrorProneCompatibilityFlags.py | 73 check:Severity.DISABLED_CHECKS 74 for check in bazel_defaults 75 if check not in soong_defaults and bazel_defaults[check] != Severity.DISABLED_CHECKS 77 check:soong_severity 78 for check, soong_severity in soong_defaults.items() 79 if check not in bazel_defaults or soong_severity != bazel_defaults[check]
|
/build/make/tools/zipalign/ |
D | ZipAlignMain.cpp | 58 bool check = false; in main() local 75 check = true; in main() 125 if (!((check && (argc - optind) == 2) || (!check && (argc - optind) == 3))) { in main() 137 if (check) { in main()
|
/build/make/target/product/gsi/ |
D | Android.mk | 6 .PHONY: check-abi-dump-list 9 droidcore: check-abi-dump-list 11 check-abi-dump-list-timestamp := $(call intermediates-dir-for,PACKAGING,vndk)/check-abi-dump-list-t… 16 check-abi-dump-list: $(check-abi-dump-list-timestamp) 92 $(check-abi-dump-list-timestamp): PRIVATE_LSDUMP_PATHS := $(LSDUMP_PATHS) 93 $(check-abi-dump-list-timestamp): PRIVATE_STUB_LIBRARIES := $(STUB_LIBRARIES) 94 $(check-abi-dump-list-timestamp):
|
/build/soong/jar/ |
D | jar_test.go | 150 check := func(t *testing.T, ch rune, i int, want bool) { 161 check(t, ch, 0, true) 169 check(t, ch, 0, false) 179 check(t, ch, 1, true) 187 check(t, ch, 1, false)
|
/build/soong/cc/ |
D | tidy_test.go | 152 for _, check := range test.checks { 153 if !strings.Contains(flag, check) { 154 t.Errorf("tidyFlags for %s does not contain %s.", libName, check) 157 for _, check := range test.noChecks { 158 if strings.Contains(flag, check) { 159 t.Errorf("tidyFlags for %s should not contain %s.", libName, check)
|
D | check.go | 157 for _, check := range checks { 158 if strings.Contains(check, " ") { 159 ctx.PropertyErrorf("tidy_checks", "Check `%s` invalid, cannot contain spaces", check) 160 } else if strings.Contains(check, ",") { 161 … "Check `%s` invalid, cannot contain commas. Split each entry into it's own string instead", check)
|
/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 | package-check.sh | 22 package-check.sh <jar-file> <package-list>
|
D | setup_go_workspace_for_soong.sh | 264 function check() { function 283 check "${bin}"
|
/build/bazel/ |
D | buildifier_hook.sh | 2 [[ ! $(command -v buildifier) ]] || buildifier -mode=check -lint=warn -warnings="out-of-order-load,…
|
/build/make/core/ |
D | host_java_library.mk | 93 javac-check : $(full_classes_compiled_jar) 94 javac-check-$(LOCAL_MODULE) : $(full_classes_compiled_jar) 95 .PHONY: javac-check-$(LOCAL_MODULE)
|
/build/release/flag_declarations/ |
D | RELEASE_DISABLE_VERIFY_OVERLAPS_CHECK.textproto | 3 description: "Disable verify_overlaps check for mainline prebuilts. Only used in non-AOSP builds."
|
/build/make/common/ |
D | strings.mk | 36 $(error to-lower sanity check failure) 40 $(error to-upper sanity check failure) 134 $(error collapse-pairs sanity check failure) 137 $(error collapse-pairs sanity check failure)
|
/build/bazel/rules/abi/abi-dumps/platform/ |
D | BUILD.bazel | 3 # Feel free to edit or test it, but do *not* check it into your version control system.
|
/build/pesto/experiments/prepare_bazel_test_env/data/static/build/bazel/rules/ |
D | java_tf_test_launcher.sh | 21 HOST_ARGS=(-n --prioritize-host-config --skip-host-arch-check)
|
D | android_tf_test_launcher.sh | 22 HOST_ARGS=(-n --prioritize-host-config --skip-host-arch-check)
|
D | cc_tf_test_launcher.sh | 21 HOST_ARGS=(-n --prioritize-host-config --skip-host-arch-check)
|
/build/soong/cc/config/ |
D | tidy.go | 216 for i, check := range in { 217 ret[len(in)-i-1] = check
|
/build/soong/android/ |
D | neverallow.go | 677 check := func(value string) bool { 681 if matchValue(propertiesValue, check) { 688 func matchValue(value reflect.Value, check func(string) bool) bool { 695 return check("") 702 return check(value.String()) 704 return check(strconv.FormatBool(value.Bool())) 706 return check(strconv.FormatInt(value.Int(), 10)) 713 if check(v) {
|
/build/make/tools/compliance/projectmetadata/ |
D | projectmetadata.go | 279 * check invalid ENUM names 280 * check quoting 281 * check unescaped nested quotes 282 * check the comment marker for protobuf is '#' not '//'
|