Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 18 of 18) 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_prebuilt.mk137 $(call verify-vndk-libs-identical,\
Ddefinitions.mk3400 define verify-module-name
3409 .KATI_READONLY := verify-module-name _invalid-name-chars
3421 define verify-module-stem
3427 .KATI_READONLY := verify-module-stem
3444 define verify-vndk-libs-identical
Dmain.mk1103 define verify-link-type
1114 $(call verify-link-type,$(lt),$(d)),\
Dbase_rules.mk34 $(call verify-module-name)
/build/make/target/product/
Druntime_libart.mk106 pm.dexopt.first-boot?=verify \
107 pm.dexopt.boot-after-ota?=verify
121 pm.dexopt.install-bulk-secondary?=verify \
122 pm.dexopt.install-bulk-downgraded?=verify \
126 pm.dexopt.inactive?=verify \
127 pm.dexopt.cmdline?=verify \
/build/make/tools/zipalign/tests/src/
Dalign_test.cpp25 int verified = verify(dst.c_str(), 4, true, false); in TEST()
39 int verified = verify(dst.c_str(), 4, false, true); in TEST()
51 int verified = verify(dst.c_str(), 4, false, true); in TEST()
/build/make/tools/zipalign/
DZipAlignMain.cpp118 result = verify(argv[1], alignment, verbose, pageAlignSharedLibs); in main()
125 result = verify(argv[2], alignment, verbose, pageAlignSharedLibs); in main()
DZipAlign.cpp139 int verify(const char* fileName, int alignment, bool verbose, in verify() function
/build/make/tools/zipalign/include/
DZipAlign.h44 int verify(const char* fileName, int alignTo, bool verbose,
/build/make/tests/
Drun.rbc17 # Run test configuration and verify its result.
20 # 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/soong/java/
Dsdk_library_test.go203 verify := func(sdklib, dep string, cp, combined bool) {
213 verify("sdklib", expectation.lib, expectation.on_impl_classpath, expectation.in_impl_combined)
214verify("sdklib.impl", expectation.lib, expectation.on_impl_classpath, expectation.in_impl_combined)
217 verify(stubName, expectation.lib, expectation.on_stub_classpath, expectation.in_stub_combined)
/build/make/tools/releasetools/
Dnon_ab_ota.py232 write_verify_script=OPTIONS.verify)
237 write_verify_script=OPTIONS.verify)
476 script, output_zip, write_verify_script=OPTIONS.verify)
481 write_verify_script=OPTIONS.verify)
Dota_from_target_files.py255 OPTIONS.verify = False
1238 OPTIONS.verify = True
Dota_from_target_files255 OPTIONS.verify = False
1238 OPTIONS.verify = True
/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.md247 does slow down builds, as we need to verify/produce/load a larger build graph.