Home
last modified time | relevance | path

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

12345

/build/make/tools/warn/
Dtidy_warn_patterns.py56 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/
Dcheck-flagged-apis.sh39 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 ;;
DAndroid.bp21 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/
Dexercise_compare_builds27 --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
Dwhichgit11 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/
DgenerateErrorProneCompatibilityFlags.py73 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/
DZipAlignMain.cpp58 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/
DAndroid.mk6 .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/
Djar_test.go150 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/
Dtidy_test.go152 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)
Dcheck.go157 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/
Dcheck_do_not_merge.sh24 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\`.
Dpackage-check.sh22 package-check.sh <jar-file> <package-list>
Dsetup_go_workspace_for_soong.sh264 function check() { function
283 check "${bin}"
/build/bazel/
Dbuildifier_hook.sh2 [[ ! $(command -v buildifier) ]] || buildifier -mode=check -lint=warn -warnings="out-of-order-load,…
/build/make/core/
Dhost_java_library.mk93 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/
DRELEASE_DISABLE_VERIFY_OVERLAPS_CHECK.textproto3 description: "Disable verify_overlaps check for mainline prebuilts. Only used in non-AOSP builds."
/build/make/common/
Dstrings.mk36 $(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/
DBUILD.bazel3 # 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/
Djava_tf_test_launcher.sh21 HOST_ARGS=(-n --prioritize-host-config --skip-host-arch-check)
Dandroid_tf_test_launcher.sh22 HOST_ARGS=(-n --prioritize-host-config --skip-host-arch-check)
Dcc_tf_test_launcher.sh21 HOST_ARGS=(-n --prioritize-host-config --skip-host-arch-check)
/build/soong/cc/config/
Dtidy.go216 for i, check := range in {
217 ret[len(in)-i-1] = check
/build/soong/android/
Dneverallow.go677 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/
Dprojectmetadata.go279 * check invalid ENUM names
280 * check quoting
281 * check unescaped nested quotes
282 * check the comment marker for protobuf is '#' not '//'

12345