Home
last modified time | relevance | path

Searched defs:run_test (Results 1 – 18 of 18) sorted by relevance

/aosp12/bionic/tools/versioner/tests/preprocessor/
H A Drun.sh3 function run_test { function
/aosp12/bionic/tools/versioner/tests/preprocessor_extern_cpp/
H A Drun.sh3 function run_test { function
/aosp12/art/test/utils/
H A Dregen-test-files496 def is_checker_test(run_test): argument
500 def is_expected_succeeding(run_test): argument
524 def is_buildable(self, run_test): argument
567 def regen_bp_file(self, run_test): argument
/aosp12/build/soong/scripts/
H A Dmanifest_fixer_test.py273 def run_test(self, input_manifest, new_uses_libraries): member in AddUsesLibrariesTest
359 def run_test(self, input_manifest): member in AddUsesNonSdkApiTest
393 def run_test(self, input_manifest): member in UseEmbeddedDexTest
429 def run_test(self, input_manifest, value): member in AddExtractNativeLibsTest
471 def run_test(self, input_manifest): member in AddNoCodeApplicationTest
H A Dmanifest_check_test.py47 def run_test(self, xml, apk, uses_libraries=[], optional_uses_libraries=[]): member in EnforceUsesLibrariesTest
188 def run_test(self, xml, apk, version): member in ExtractTargetSdkVersionTest
/aosp12/system/extras/tests/workloads/
H A Dpwrtest.sh155 function run_test { function
/aosp12/art/test/138-duplicate-classes-check2/src/
H A DMain.java57 Method run_test = klass.getMethod("test"); in run() local
/aosp12/art/test/934-load-transform/src/
H A DMain.java85 Method run_test = klass.getMethod("runTest"); in main() local
/aosp12/art/test/935-non-retransformable/src/
H A DMain.java89 Method run_test = klass.getMethod("runTest"); in main() local
/aosp12/art/test/938-load-transform-bcp/src/
H A DMain.java110 Method run_test = klass.getMethod("runTest"); in main() local
/aosp12/art/test/2039-load-transform-larger/src/
H A DMain.java113 Method run_test = klass.getMethod("runTest"); in main() local
/aosp12/art/tools/
H A Drun-libcore-tests.py237 def run_test(test_name): function
H A Dbisect_profile.py124 def run_test(meths, args): function
/aosp12/frameworks/wilhelm/tools/hashgen/
H A DMakefile60 run_test : test target
/aosp12/bionic/tools/versioner/
H A Drun_tests.py21 def run_test(test_name, path): function
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc808 auto run_test = [&dex1 = dex1, &dex2 = dex2](const ProfileCompilationInfo& info) { in TEST_F() local
1270 auto run_test = [&dex1 = dex1](const ProfileCompilationInfo& info) { in TEST_F() local
1299 auto run_test = [&dex1 = dex1](const ProfileCompilationInfo& info) { in TEST_F() local
1339 auto run_test = [&dex1 = dex1](const ProfileCompilationInfo& info) { in TEST_F() local
1473 auto run_test = [&dex1 = dex1, &psa1 = psa1, &psa2 = psa2](const ProfileCompilationInfo& info) { in TEST_F() local
1540 auto run_test = [&dex1 = dex1, &psa1 = psa1, &psa2 = psa2](const ProfileCompilationInfo& info) { in TEST_F() local
/aosp12/art/test/testrunner/
H A Dtestrunner.py633 def run_test(command, test, test_variant, test_name): function
/aosp12/packages/modules/Virtualization/zipfuse/src/
H A Dmain.rs427 fn run_test(add: fn(&mut zip::ZipWriter<File>), check: fn(&std::path::Path)) { in run_test() function