| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/ |
| H A D | Tool.py | 167 def _get_results_basename(self, test_name): argument 175 def _get_results_path(self, test_name): argument 183 def _get_results_text_path(self, test_name): argument 189 def _get_results_pickle_path(self, test_name): argument 195 def _record_steps(self, test_name, steps): argument 208 def _record_score(self, test_name, heuristic): argument 224 def _record_failed_test(self, test_name, exception): argument 231 def _record_successful_test(self, test_name, steps, heuristic): argument 241 def _run_test(self, test_name): argument
|
| /llvm-project-15.0.7/llvm/unittests/Support/CommandLineInit/ |
| H A D | CMakeLists.txt | 1 set(test_name CommandLineInitTests) variable
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest_prod.h | 58 #define FRIEND_TEST(test_case_name, test_name)\ argument
|
| H A D | gtest-param-test.h | 419 #define TEST_P(test_suite_name, test_name) \ argument
|
| H A D | gtest.h | 2330 #define GTEST_TEST(test_suite_name, test_name) \ argument 2337 #define TEST(test_suite_name, test_name) GTEST_TEST(test_suite_name, test_name) argument 2367 #define TEST_F(test_fixture, test_name)\ argument 2437 TestInfo* RegisterTest(const char* test_suite_name, const char* test_name, in RegisterTest()
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/googletest-timeout/DummySubDir/ |
| H A D | OneTest.py | 51 test_name = os.environ['GTEST_FILTER'] variable
|
| /llvm-project-15.0.7/clang/bindings/python/tests/cindex/ |
| H A D | test_cursor_kind.py | 12 def test_name(self): member in TestCursorKind
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | avoid-underscore-in-googletest-name.cpp | 3 #define TEST(test_case_name, test_name) void test_case_name##test_name() argument 4 #define TEST_F(test_case_name, test_name) void test_case_name##test_name() argument 5 #define TEST_P(test_case_name, test_name) void test_case_name##test_name() argument 6 #define TYPED_TEST(test_case_name, test_name) void test_case_name##test_name() argument 7 #define TYPED_TEST_P(test_case_name, test_name) void test_case_name##test_name() argument 8 #define FRIEND_TEST(test_case_name, test_name) void test_case_name##test_name() argument
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_language/ |
| H A D | TestBreakpointLanguage.py | 15 def check_location_file(self, bp, loc, test_name): argument
|
| /llvm-project-15.0.7/lldb/test/API/symbol_ondemand/breakpoint_language/ |
| H A D | TestBreakpointLanguageOnDemand.py | 15 def check_location_file(self, bp, loc, test_name): argument
|
| /llvm-project-15.0.7/lldb/test/API/api/multithreaded/ |
| H A D | TestMultithreaded.py | 82 def build_and_test(self, sources, test_name, args=None): argument
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 587 const char* test_name) { in AddTestName() 601 bool TestExists(const std::string& test_name) const { in TestExists() 605 const CodeLocation& GetCodeLocation(const std::string& test_name) const { in GetCodeLocation() 759 std::string test_name = StripTrailingSpaces( variable
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/ |
| H A D | Tool.py | 103 def _run_test(self, test_name): # noqa argument
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/formats/ |
| H A D | googletest.py | 152 def get_test_stdout(test_name): argument
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/builders/ |
| H A D | builder.py | 39 def getMake(self, test_subdir, test_name): argument
|
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | complexity_test.cc | 16 int AddComplexityTest(const std::string &test_name, in AddComplexityTest()
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | reports.py | 159 test_name, start_time, elapsed_time, test_output, result_code, is_expected argument
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest.cc | 524 const std::string& test_name) { in FilterMatchesTest() 5510 const std::string test_name(test_info->name()); in FilterTests() local
|