/system/bt/test/ |
D | gen_coverage.py | 152 test_name = test['test_name'] 158 os.path.join(test_name, "index.html") + "\'>" + test_name + 195 def get_profraw_for_test(test_name): argument 197 test_cmd = os.path.join(os.path.join(test_root, test_name), test_name) 199 logging.error('The test ' + test_name + 203 profraw_file_name = test_name + ".profraw" 205 os.path.join(test_name, profraw_file_name)) 209 logging.info('Generating profraw data for ' + test_name) 213 'Test ' + test_name + 226 def merge_profraw_data(test_name): argument [all …]
|
D | run_host_unit_tests.py | 127 def get_test_cmd_or_die(test_root, test_name, enable_xml, test_filter): argument 128 test_path = os.path.join(os.path.join(test_root, test_name), test_name) 136 dist_dir, 'gtest/{0}_test_details.xml'.format(test_name))
|
/system/core/trusty/libtrusty/tipc-test/ |
D | tipc_test.c | 31 static const char *test_name = NULL; variable 121 test_name = strdup(optarg); in parse_options() 903 if (!test_name) { in main() 908 if (strcmp(test_name, "connect") == 0) { in main() 910 } else if (strcmp(test_name, "connect_foo") == 0) { in main() 912 } else if (strcmp(test_name, "burst_write") == 0) { in main() 914 } else if (strcmp(test_name, "select") == 0) { in main() 916 } else if (strcmp(test_name, "blocked_read") == 0) { in main() 918 } else if (strcmp(test_name, "closer1") == 0) { in main() 920 } else if (strcmp(test_name, "closer2") == 0) { in main() [all …]
|
/system/core/init/ |
D | firmware_handler_test.cpp | 33 void FirmwareTestWithExternalHandler(const std::string& test_name, bool expect_new_firmware) { in FirmwareTestWithExternalHandler() argument 34 auto test_path = GetExecutablePath() + " firmware " + test_name; in FirmwareTestWithExternalHandler()
|
D | firmware_handler.h | 48 friend void FirmwareTestWithExternalHandler(const std::string& test_name,
|
/system/testing/gtest_extras/tests/ |
D | SystemTests.cpp | 78 void RunTest(const std::string& test_name, std::vector<const char*> extra_args = {}); 79 void RunTestCaptureFooter(const std::string& test_name, std::string* footer, 81 void Verify(const std::string& test_name, const std::string& expected_output, 83 void VerifySortedOutput(const std::string& test_name, const std::string& expected_output, 107 std::string test_name(iter->substr(12)); in SortTestOutput() local 125 tests[test_name] = test_body; in SortTestOutput() 214 void SystemTests::RunTest(const std::string& test_name, std::vector<const char*> extra_args) { in RunTest() argument 228 std::string filter_arg("--gtest_filter=" + test_name); in RunTest() 234 void SystemTests::RunTestCaptureFooter(const std::string& test_name, std::string* footer, in RunTestCaptureFooter() argument 236 ASSERT_NO_FATAL_FAILURE(RunTest(test_name, extra_args)); in RunTestCaptureFooter() [all …]
|
/system/core/storaged/include/ |
D | storaged_uid_monitor.h | 32 #define FRIEND_TEST(test_case_name, test_name) \ argument 33 friend class test_case_name##_##test_name##_Test
|
D | storaged_info.h | 30 #define FRIEND_TEST(test_case_name, test_name) \ argument 31 friend class test_case_name##_##test_name##_Test
|
D | storaged.h | 33 #define FRIEND_TEST(test_case_name, test_name) \ argument 34 friend class test_case_name##_##test_name##_Test
|
/system/extras/simpleperf/runtest/ |
D | runtest.py | 169 test_name, argument 177 self.test_name = test_name 189 strs.append('Test test_name=%s' % self.test_name) 213 test_name = test.attrib['name'] 269 test_name, 568 print('Skip test %s on %s' % (test.test_name, runner.target)) 573 str = 'test %s on %s ' % (test.test_name, runner.target) 589 if test.test_name in selected_tests:
|
/system/testing/gtest_extras/ |
D | Isolate.cpp | 134 std::string test_name = &buffer[2]; in EnumerateTests() local 135 auto space_index = test_name.find(' '); in EnumerateTests() 137 test_name.erase(space_index); in EnumerateTests() 139 if (test_name.back() == '\n') { in EnumerateTests() 140 test_name.resize(test_name.size() - 1); in EnumerateTests() 142 if (options_.allow_disabled_tests() || !android::base::StartsWith(test_name, "DISABLED_")) { in EnumerateTests() 144 tests_.push_back(std::make_tuple(suite_name, test_name)); in EnumerateTests() 694 test->test_name().c_str(), double(test->RunTimeNs()) / kNsPerMs, in WriteXmlResults()
|
D | Test.h | 63 const std::string& test_name() const { return test_name_; } in test_name() function
|
/system/bt/osi/test/ |
D | thread_test.cc | 24 TEST_F(ThreadTest, test_name) { in TEST_F() argument
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_helper | 66 #usage: run_all_tests server_path32 server_path64 client_path32 client_path64 test_name [-h/-c conf…
|
/system/bt/common/ |
D | message_loop_thread_unittest.cc | 136 TEST_F(MessageLoopThreadTest, test_name) { in TEST_F() argument
|
/system/extras/simpleperf/scripts/ |
D | test.py | 128 def test_dir(self, test_name): argument 131 self.test_base_dir, 'repeat_%d' % TEST_HELPER.repeat_count, test_name)
|