Searched defs:test_name (Results 1 – 13 of 13) sorted by relevance
/system/tools/hidl/test/hidl_test/ |
D | hidl_test.py | 76 test_name = 'test_%s_to_%s' % (short_name(client), short_name(server)) variable
|
/system/tools/hidl/test/java_test/ |
D | hidl_test_java.py | 84 test_name = 'test_%s_to_%s' % (short_name(client), short_name(server)) variable
|
/system/libfmq/tests/ |
D | fmq_test.py | 82 test_name = 'test_%s_to_%s' % (short_name(client), short_name(server)) variable
|
/system/core/storaged/include/ |
D | storaged_info.h | 30 #define FRIEND_TEST(test_case_name, test_name) \ argument
|
D | storaged_uid_monitor.h | 32 #define FRIEND_TEST(test_case_name, test_name) \ argument
|
D | storaged.h | 34 #define FRIEND_TEST(test_case_name, test_name) \ argument
|
/system/core/init/ |
D | firmware_handler_test.cpp | 33 void FirmwareTestWithExternalHandler(const std::string& test_name, bool expect_new_firmware) { in FirmwareTestWithExternalHandler()
|
/system/testing/gtest_extras/gtest_isolated/ |
D | Test.h | 62 const std::string& test_name() const { return test_name_; } in test_name() function
|
D | Isolate.cpp | 144 std::string test_name = &buffer[2]; in EnumerateTests() local
|
/system/testing/gtest_extras/gtest_isolated/tests/ |
D | SystemTests.cpp | 110 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/ |
D | tipc_test.c | 132 char* test_name; member 137 char* test_name; member
|
/system/extras/simpleperf/runtest/ |
D | runtest.py | 169 test_name, argument
|
/system/core/debuggerd/ |
D | debuggerd_test.cpp | 1882 std::string test_name = ::testing::UnitTest::GetInstance()->current_test_info()->name(); in TEST_P() local
|