Home
last modified time | relevance | path

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

/system/bt/test/
Dgen_coverage.py192 def get_profraw_for_test(test_name): argument
218 def merge_profraw_data(test_name): argument
Drun_host_unit_tests.py125 def get_test_cmd_or_die(test_root, test_name, enable_xml, test_filter): argument
/system/libfmq/tests/
Dfmq_test.py69 test_name = 'test_%s_to_%s' % (short_name(client), short_name(server)) variable
/system/tools/hidl/test/hidl_test/
Dhidl_test.py69 test_name = 'test_%s_to_%s' % (short_name(client), short_name(server)) variable
/system/tools/hidl/test/java_test/
Dhidl_test_java.py76 test_name = 'test_%s_to_%s' % (short_name(client), short_name(server)) variable
/system/bt/osi/test/
Dthread_test.cc24 TEST_F(ThreadTest, test_name) { in TEST_F() argument
/system/core/storaged/include/
Dstoraged_info.h30 #define FRIEND_TEST(test_case_name, test_name) \ argument
Dstoraged_uid_monitor.h32 #define FRIEND_TEST(test_case_name, test_name) \ argument
Dstoraged.h33 #define FRIEND_TEST(test_case_name, test_name) \ argument
/system/core/init/
Dfirmware_handler_test.cpp33 void FirmwareTestWithExternalHandler(const std::string& test_name, bool expect_new_firmware) { in FirmwareTestWithExternalHandler()
/system/testing/gtest_extras/
DTest.h62 const std::string& test_name() const { return test_name_; } in test_name() function
DIsolate.cpp141 std::string test_name = &buffer[2]; in EnumerateTests() local
/system/testing/gtest_extras/tests/
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()
/system/tools/aidl/tests/
Daidl_integration_test.py236 test_name = 'test_%s_to_%s' % (client.name, server.name) variable
/system/bt/common/
Dmessage_loop_thread_unittest.cc136 TEST_F(MessageLoopThreadTest, test_name) { in TEST_F() argument
/system/extras/simpleperf/runtest/
Druntest.py169 test_name, argument
/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c35 static const char *test_name = NULL; variable