Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 24 of 24) sorted by relevance

/build/make/core/
Dconfigure_module_stem.mk4 $(call verify-module-stem,my_multilib_stem)
7 $(call verify-module-stem,LOCAL_MODULE_STEM)
14 $(call verify-module-stem,LOCAL_BUILT_MODULE_STEM)
17 $(call verify-module-stem,LOCAL_MODULE_SUFFIX)
22 $(call verify-module-stem,LOCAL_INSTALLED_MODULE_STEM)
25 $(call verify-module-stem,LOCAL_MODULE_SUFFIX)
Dsoong_cc_rust_prebuilt.mk162 $(call verify-vndk-libs-identical,\
Ddefinitions.mk3968 define verify-module-name
3977 .KATI_READONLY := verify-module-name _invalid-name-chars
3989 define verify-module-stem
3995 .KATI_READONLY := verify-module-stem
4012 define verify-vndk-libs-identical
Dmain.mk860 define verify-link-type
871 $(call verify-link-type,$(lt),$(d)),\
Dbase_rules.mk38 $(call verify-module-name)
/build/make/target/product/
Druntime_libart.mk113 pm.dexopt.post-boot?=verify \
114 pm.dexopt.first-boot?=verify \
115 pm.dexopt.boot-after-ota?=verify \
116 pm.dexopt.boot-after-mainline-update?=verify \
120 pm.dexopt.install-bulk-secondary?=verify \
121 pm.dexopt.install-bulk-downgraded?=verify \
122 pm.dexopt.install-bulk-secondary-downgraded?=verify \
125 pm.dexopt.inactive?=verify \
126 pm.dexopt.cmdline?=verify \
/build/make/tools/zipalign/tests/src/
Dalign_test.cpp56 int verified = verify(dst.c_str(), 4, true, false, pageSize); in TEST()
69 int verified = verify(tmp.c_str(), 4, true, false, pageSize); in TEST()
76 verified = verify(dst.c_str(), 4, true, false, pageSize); in TEST()
100 int verified = verify(dst.c_str(), 4, false, true, pageSize); in TEST()
113 int verified = verify(dst.c_str(), 4, false, true, pageSize); in TEST()
120 int verified = verify(src.c_str(), 4, false, true, pageSize); in TEST()
133 int verified = verify(dst.c_str(), 4, false, true, pageSize); in TEST()
157 int verified = verify(dst.c_str(), 4, true, true, pageSize); in TEST_F()
167 int verified = verify(dst.c_str(), 4, true, true, pageSize); in TEST_F()
177 int verified = verify(dst.c_str(), 4, true, true, pageSize); in TEST_F()
[all …]
/build/make/tools/zipalign/include/
DZipAlign.h48 int verify(const char* fileName, int alignTo, bool verbose,
/build/make/tools/zipalign/
DZipAlignMain.cpp139 result = verify(argv[optind + 1], alignment, verbose, pageAlignSharedLibs, pageSize); in main()
147 result = verify(argv[optind + 2], alignment, verbose, pageAlignSharedLibs, pageSize); in main()
DZipAlign.cpp152 int verify(const char* fileName, int alignment, bool verbose, in verify() function
/build/make/tests/
Dconversion_error.rbc16 # Run test configuration and verify its result.
19 # TODO(asmundak): more tests are needed to verify that:
Drun.rbc16 # Run test product configuration and verify its result.
19 # TODO(asmundak): more tests are needed to verify that:
/build/soong/scripts/
Dcheck_do_not_merge.sh25 situation you can bypass this check with \`repo upload --no-verify\`.
/build/bazel/scripts/incremental_build/
Dcuj_catalog.py234 CujStep(f"", replace_it, create_dir.verify),
283 cuj.sequence(step1.verify, merge_prover),
288 cuj.sequence(step2.verify, merge_disprover),
319 cuj.sequence(step1.verify, merge_prover),
324 cuj.sequence(step2.verify, merge_disprover),
Dcuj.py115 verify: Verifier = verify_symlink_forest_has_only_symlink_leaves variable in CujStep
Dclone.py341 verify=_display_sizes,
352 verify=_display_sizes,
Dincremental_build.py237 cujstep.verify()
/build/make/tools/releasetools/
Dnon_ab_ota.py225 write_verify_script=OPTIONS.verify)
230 write_verify_script=OPTIONS.verify)
470 script, output_zip, write_verify_script=OPTIONS.verify)
475 write_verify_script=OPTIONS.verify)
Dota_from_target_files.py299 OPTIONS.verify = False
1229 OPTIONS.verify = True
/build/bazel/examples/android_app/java/com/app/
DBUILD113 # A test to verify that ndk libs are not included in an android_app
/build/soong/java/
Dsdk_library_test.go420 verify := func(sdklib, dep string, cp, combined bool) {
430verify("sdklib.impl", expectation.lib, expectation.on_impl_classpath, expectation.in_impl_combined)
433 verify(stubName, expectation.lib, expectation.on_stub_classpath, expectation.in_stub_combined)
/build/soong/docs/
Dbest_practices.md8 If you want to verify / provide an update to a checked in generated source
116 file formats. You can verify that the dependencies are read correctly with:
Dperf.md272 does slow down builds, as we need to verify/produce/load a larger build graph.
/build/soong/dexpreopt/
DDEXPREOPT_IMPLEMENTATION.md68 - generate build rules to verify build-time CLC against the manifest (e.g.