Home
last modified time | relevance | path

Searched defs:test_name (Results 1 – 25 of 40) sorted by relevance

12

/aosp12/art/compiler/utils/
H A Djni_macro_assembler_test.h44 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 Dassembler_test_base.h75 const std::string& test_name) { in Driver()
/aosp12/art/tools/
H A Drun-libcore-tests.py154 def get_vogar_command(test_name): argument
237 def run_test(test_name): argument
/aosp12/system/bt/test/
H A Dgen_coverage.py192 def get_profraw_for_test(test_name): argument
218 def merge_profraw_data(test_name): argument
H A Drun_host_unit_tests.py125 def get_test_cmd_or_die(test_root, test_name, enable_xml, test_filter): argument
/aosp12/bionic/tests/
H A Ddlfcn_symlink_support.h27 explicit DlfcnSymlink(const char* test_name) { in DlfcnSymlink()
H A Dclang_fortify_tests.cpp128 #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 Dfdtrack_test.cpp196 #define FDTRACK_TEST_NAME(test_name, fdtrack_name, expression) \ argument
/aosp12/art/test/testrunner/
H A Dtestrunner.py633 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 DTestUtils.h53 #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 Dfmq_test.py69 test_name = 'test_%s_to_%s' % (short_name(client), short_name(server)) variable
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test.py69 test_name = 'test_%s_to_%s' % (short_name(client), short_name(server)) variable
/aosp12/system/tools/hidl/test/java_test/
H A Dhidl_test_java.py76 test_name = 'test_%s_to_%s' % (short_name(client), short_name(server)) variable
/aosp12/bionic/tools/versioner/
H A Drun_tests.py21 def run_test(test_name, path): argument
/aosp12/frameworks/av/media/codec2/tests/
H A DC2ComponentInterface_test.cpp616 #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 Drun_test.py242 def get_test_dir(test_name): argument
/aosp12/system/bt/osi/test/
H A Dthread_test.cc24 TEST_F(ThreadTest, test_name) { in TEST_F() argument
/aosp12/system/core/storaged/include/
H A Dstoraged_info.h30 #define FRIEND_TEST(test_case_name, test_name) \ argument
H A Dstoraged_uid_monitor.h32 #define FRIEND_TEST(test_case_name, test_name) \ argument
H A Dstoraged.h33 #define FRIEND_TEST(test_case_name, test_name) \ argument
/aosp12/system/core/init/
H A Dfirmware_handler_test.cpp33 void FirmwareTestWithExternalHandler(const std::string& test_name, bool expect_new_firmware) { in FirmwareTestWithExternalHandler()
/aosp12/system/testing/gtest_extras/
H A DTest.h62 const std::string& test_name() const { return test_name_; } in test_name() function
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
H A DPropertyNodeTest.cc109 std::string test_name = "TESTREQ_1"; in TEST() local
H A DFileNodeTest.cc100 std::string test_name = "TESTREQ_1"; in TEST() local
/aosp12/system/testing/gtest_extras/tests/
H A DSystemTests.cpp107 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()

12