Home
last modified time | relevance | path

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

/system/tools/hidl/test/hidl_test/
Dhidl_test.py76 test_name = 'test_%s_to_%s' % (short_name(client), short_name(server)) variable
/system/tools/hidl/test/java_test/
Dhidl_test_java.py84 test_name = 'test_%s_to_%s' % (short_name(client), short_name(server)) variable
/system/libfmq/tests/
Dfmq_test.py82 test_name = 'test_%s_to_%s' % (short_name(client), short_name(server)) variable
/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.h34 #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/gtest_isolated/
DTest.h62 const std::string& test_name() const { return test_name_; } in test_name() function
DIsolate.cpp144 std::string test_name = &buffer[2]; in EnumerateTests() local
/system/testing/gtest_extras/gtest_isolated/tests/
DSystemTests.cpp110 std::string test_name(iter->substr(12)); in SortTestOutput() local
217 void SystemTests::RunTest(const std::string& test_name, std::vector<const char*> extra_args) { in RunTest()
237 void SystemTests::RunTestCaptureFooter(const std::string& test_name, std::string* footer, in RunTestCaptureFooter()
255 void SystemTests::Verify(const std::string& test_name, const std::string& expected_output, in Verify()
264 void SystemTests::VerifySortedOutput(const std::string& test_name, in VerifySortedOutput()
/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c132 char* test_name; member
137 char* test_name; member
/system/extras/simpleperf/runtest/
Druntest.py169 test_name, argument
/system/core/debuggerd/
Ddebuggerd_test.cpp1882 std::string test_name = ::testing::UnitTest::GetInstance()->current_test_info()->name(); in TEST_P() local