/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/ |
H A D | Tool.py | 140 def _get_results_basename(self, test_name): argument 149 def _get_results_path(self, test_name): argument 159 def _get_results_text_path(self, test_name): argument 164 def _get_results_pickle_path(self, test_name): argument 169 _record_steps(self, test_name, steps) global() argument 182 _record_score(self, test_name, heuristic) global() argument 198 _record_failed_test(self, test_name, exception) global() argument 205 _record_successful_test(self, test_name, steps, heuristic) global() argument 215 _run_test(self, test_name) global() argument [all...] |
/llvm-project/llvm/unittests/Support/CommandLineInit/ |
H A D | CMakeLists.txt | 1 set(test_name CommandLineInitTests) variable
|
/llvm-project/third-party/unittest/googletest/include/gtest/ |
H A D | gtest_prod.h | 57 #define FRIEND_TEST(test_case_name, test_name) \ argument
|
H A D | gtest-param-test.h | 450 #define TEST_P(test_suite_name, test_name) \ argument
|
H A D | gtest.h | 2169 #define GTEST_TEST(test_suite_name, test_name) \ argument 2176 #define TEST(test_suite_name, test_name) GTEST_TEST(test_suite_name, test_name) argument 2204 #define GTEST_TEST_F(test_fixture, test_name) \ argument 2208 #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture, test_name) argument
|
/llvm-project/llvm/utils/lit/tests/Inputs/googletest-timeout/DummySubDir/ |
H A D | OneTest.py | 53 test_name = os.environ["GTEST_FILTER"] variable
|
/llvm-project/clang/bindings/python/tests/cindex/ |
H A D | test_cursor_kind.py | 13 def test_name(self): global() member in TestCursorKind
|
/llvm-project/lldb/test/API/symbol_ondemand/breakpoint_language/ |
H A D | TestBreakpointLanguageOnDemand.py | 14 def check_location_file(self, bp, loc, test_name): argument
|
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_language/ |
H A D | TestBreakpointLanguage.py | 13 def check_location_file(self, bp, loc, test_name): argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/ |
H A D | avoid-underscore-in-googletest-name.cpp | 3 #define TEST(test_suite_name, test_name) void test_suite_name##test_name() argument 4 #define TEST_F(test_suite_name, test_name) void test_suite_name##test_name() argument 5 #define TEST_P(test_suite_name, test_name) void test_suite_name##test_name() argument 6 #define TYPED_TEST(test_suite_name, test_name) void test_suite_name##test_name() argument 7 #define TYPED_TEST_P(test_suite_name, test_name) void test_suite_name##test_name() argument 8 #define FRIEND_TEST(test_suite_name, test_name) void test_suite_name##test_name() argument
|
/llvm-project/third-party/unittest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 590 const char* test_name) { in AddTestName() 604 bool TestExists(const std::string& test_name) const { in TestExists() 608 const CodeLocation& GetCodeLocation(const std::string& test_name) const { in GetCodeLocation() 770 std::string test_name = variable
|
/llvm-project/lldb/test/API/api/multithreaded/ |
H A D | TestMultithreaded.py | 94 build_and_test(self, sources, test_name, args=None) global() argument
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/ |
H A D | Tool.py | 106 def _run_test(self, test_name): # noqa argument
|
/llvm-project/llvm/utils/lit/lit/formats/ |
H A D | googletest.py | 211 def get_test_stdout(test_name): argument
|
/llvm-project/libcxx/test/libcxx/time/time.zone/time.zone.db/ |
H A D | zones.pass.cpp | 98 static void test_name() { in test_name() function
|
H A D | rules.pass.cpp | 135 static void test_name() { test_name() function
|
/llvm-project/lldb/packages/Python/lldbsuite/test/builders/ |
H A D | builder.py | 39 getMake(self, test_subdir, test_name) global() argument
|
/llvm-project/third-party/benchmark/test/ |
H A D | complexity_test.cc | 16 int AddComplexityTest(const std::string &test_name, in AddComplexityTest()
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | reports.py | 166 gen_resultdb_test_entry( test_name, start_time, elapsed_time, test_output, result_code, is_expected ) global() argument
|
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest.cc | 858 const std::string& test_name) { in FilterMatchesTest() 6113 const std::string test_name(test_info->name()); in FilterTests() local
|