/aosp12/art/compiler/utils/ |
H A D | jni_macro_assembler_test.h | 44 void DriverFn(TestFn f, const std::string& test_name) { in DriverFn() 49 void DriverStr(const std::string& assembly_string, const std::string& test_name) { in DriverStr() 82 void DriverWrapper(const std::string& assembly_text, const std::string& test_name) { in DriverWrapper()
|
H A D | assembler_test_base.h | 75 const std::string& test_name) { in Driver()
|
/aosp12/art/tools/ |
H A D | run-libcore-tests.py | 154 def get_vogar_command(test_name): argument 237 def run_test(test_name): argument
|
/aosp12/system/bt/test/ |
H A D | gen_coverage.py | 192 def get_profraw_for_test(test_name): argument 218 def merge_profraw_data(test_name): argument
|
H A D | run_host_unit_tests.py | 125 def get_test_cmd_or_die(test_root, test_name, enable_xml, test_filter): argument
|
/aosp12/bionic/tests/ |
H A D | dlfcn_symlink_support.h | 27 explicit DlfcnSymlink(const char* test_name) { in DlfcnSymlink()
|
H A D | clang_fortify_tests.cpp | 128 #define FORTIFY_TEST(test_name) TEST_F(FORTIFY_TEST_NAME, test_name) argument 135 #define FORTIFY_TEST(test_name) void test_name() argument
|
H A D | fdtrack_test.cpp | 196 #define FDTRACK_TEST_NAME(test_name, fdtrack_name, expression) \ argument
|
/aosp12/art/test/testrunner/ |
H A D | testrunner.py | 633 def run_test(command, test, test_variant, test_name): argument 726 def print_test_info(test_count, test_name, result, failed_test_info="", argument 997 def extract_test_name(test_name): argument 1023 def parse_test_name(test_name): argument
|
/aosp12/frameworks/base/libs/hwui/tests/common/ |
H A D | TestUtils.h | 53 #define INNER_PIPELINE_TEST(test_case_name, test_name, pipeline, functionCall) \ argument 61 #define INNER_PIPELINE_RENDERTHREAD_TEST(test_case_name, test_name, pipeline) \ argument 70 #define RENDERTHREAD_TEST(test_case_name, test_name) \ argument 83 #define RENDERTHREAD_SKIA_PIPELINE_TEST(test_case_name, test_name) \ argument
|
/aosp12/system/libfmq/tests/ |
H A D | fmq_test.py | 69 test_name = 'test_%s_to_%s' % (short_name(client), short_name(server)) variable
|
/aosp12/system/tools/hidl/test/hidl_test/ |
H A D | hidl_test.py | 69 test_name = 'test_%s_to_%s' % (short_name(client), short_name(server)) variable
|
/aosp12/system/tools/hidl/test/java_test/ |
H A D | hidl_test_java.py | 76 test_name = 'test_%s_to_%s' % (short_name(client), short_name(server)) variable
|
/aosp12/bionic/tools/versioner/ |
H A D | run_tests.py | 21 def run_test(test_name, path): argument
|
/aosp12/frameworks/av/media/codec2/tests/ |
H A D | C2ComponentInterface_test.cpp | 616 #define EACH_TEST(TParam_, field_type_name_, test_name) \ argument 627 #define EACH_TEST_SELF(type_, test_name) EACH_TEST(type_, type_, test_name) argument 628 #define EACH_TEST_INPUT(type_, test_name) EACH_TEST(type_::input, type_, test_name) argument 629 #define EACH_TEST_OUTPUT(type_, test_name) EACH_TEST(type_::output, type_, test_name) argument
|
/aosp12/frameworks/rs/tests/lldb/tests/ |
H A D | run_test.py | 242 def get_test_dir(test_name): argument
|
/aosp12/system/bt/osi/test/ |
H A D | thread_test.cc | 24 TEST_F(ThreadTest, test_name) { in TEST_F() argument
|
/aosp12/system/core/storaged/include/ |
H A D | storaged_info.h | 30 #define FRIEND_TEST(test_case_name, test_name) \ argument
|
H A D | storaged_uid_monitor.h | 32 #define FRIEND_TEST(test_case_name, test_name) \ argument
|
H A D | storaged.h | 33 #define FRIEND_TEST(test_case_name, test_name) \ argument
|
/aosp12/system/core/init/ |
H A D | firmware_handler_test.cpp | 33 void FirmwareTestWithExternalHandler(const std::string& test_name, bool expect_new_firmware) { in FirmwareTestWithExternalHandler()
|
/aosp12/system/testing/gtest_extras/ |
H A D | Test.h | 62 const std::string& test_name() const { return test_name_; } in test_name() function
|
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
H A D | PropertyNodeTest.cc | 109 std::string test_name = "TESTREQ_1"; in TEST() local
|
H A D | FileNodeTest.cc | 100 std::string test_name = "TESTREQ_1"; in TEST() local
|
/aosp12/system/testing/gtest_extras/tests/ |
H A D | SystemTests.cpp | 107 std::string test_name(iter->substr(12)); in SortTestOutput() local 214 void SystemTests::RunTest(const std::string& test_name, std::vector<const char*> extra_args) { in RunTest() 234 void SystemTests::RunTestCaptureFooter(const std::string& test_name, std::string* footer, in RunTestCaptureFooter() 252 void SystemTests::Verify(const std::string& test_name, const std::string& expected_output, in Verify() 261 void SystemTests::VerifySortedOutput(const std::string& test_name, in VerifySortedOutput()
|