Home
last modified time | relevance | path

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

12

/build/make/tools/warn/
Dtidy_warn_patterns.py52 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/
DAndroid.mk23 .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/
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
/build/make/tools/zipalign/
DZipAlignMain.cpp54 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/
Djar_test.go140 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/
Dcheck.go144 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)
Dsanitize_test.go103 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") })
Dmakevars.go344 for i, check := range config.DefaultLocalTidyChecks {
345 rets[i] = check.PathPrefix + ":" + check.Checks
DAndroid.bp26 "check.go",
/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\`.
Dlint_project_xml.py137 for check in args.checks:
138 f.write(" <issue id='%s' severity='%s' />\n" % (check[1], check[0]))
Dsetup_go_workspace_for_soong.sh264 function check() { function
283 check "${bin}"
Dpackage-check.sh22 package-check.sh <jar-file> <package-list>
/build/soong/cc/config/
Dtidy.go128 for i, check := range in {
129 ret[len(in)-i-1] = check
/build/make/core/
Dhost_java_library.mk98 javac-check : $(full_classes_compiled_jar)
99 javac-check-$(LOCAL_MODULE) : $(full_classes_compiled_jar)
100 .PHONY: javac-check-$(LOCAL_MODULE)
Dsoong_java_prebuilt.mk170 javac-check : $(full_classes_jar)
171 javac-check-$(LOCAL_MODULE) : $(full_classes_jar)
173 .PHONY: javac-check-$(LOCAL_MODULE)
Dcheck_elf_file.mk49 check-elf-files: $(check_elf_files_stamp)
Dsoong_app_prebuilt.mk48 javac-check : $(full_classes_jar)
49 javac-check-$(LOCAL_MODULE) : $(full_classes_jar)
50 .PHONY: javac-check-$(LOCAL_MODULE)
Dmain.mk755 …$(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/
Dneverallow.go623 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/
Dstrings.mk36 $(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/
Dcc_tf_test_launcher.sh21 HOST_ARGS=(-n --prioritize-host-config --skip-host-arch-check)
/build/make/target/product/
Druntime_libart.mk58 apex_test_module := art-check-debug-apex-gen-fakebin
61 apex_test_module := art-check-release-apex-gen-fakebin
/build/soong/ui/build/
Dninja.go198 ninjaChecker.check(ctx, config)
218 func (c *ninjaStucknessChecker) check(ctx Context, config Config) { func
/build/bazel/rules/
Dlunch.bzl21 # and check that the remaining string is alphanumeric.

12