/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | google-upgrade-googletest-case.cpp | 472 testing::TestCase *current_test_case() const; 494 testing::TestCase *FooUnitTest::current_test_case() const {} in current_test_case() function in FooUnitTest 518 using testing::UnitTest::current_test_case; 539 using BarUnitTest::current_test_case; 562 testing::TestSuite *current_test_case() const; 592 TestSuite *current_test_case() const; 604 (void)t.current_test_case(); in FuncUnitTest() 617 (void)t.current_test_case(); in unitTestInstantiationOnlyWarns() 631 #define UNIT_TEST_NAME_MACRO_REPLACE1 current_test_case 637 #define UNIT_TEST_NAME_MACRO_WARN_ONLY1 testing::UnitTest().current_test_case [all …]
|
/external/pigweed/pw_unit_test/py/pw_unit_test/ |
D | rpc.py | 149 current_test_case = TestCase(raw_test_case.suite_name, 162 event_handler.test_case_start(current_test_case) 164 event_handler.test_case_end(current_test_case, 167 event_handler.test_case_disabled(current_test_case) 176 event_handler.test_case_expect(current_test_case, expectation)
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | unique_test.py | 46 current_test_case = [] 47 dataset = dataset_ops.Dataset.from_generator(lambda: current_test_case, 51 current_test_case = test_case
|
/external/ltp/testcases/kernel/device-drivers/acpi/ |
D | ltp_acpi_cmds.c | 528 static int current_test_case; variable 581 sscanf(buf, "%d", ¤t_test_case); in sys_tcase() 582 prk_info("test-case %d", current_test_case); in sys_tcase() 584 switch (current_test_case) { in sys_tcase()
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/gtest/nosuite/gtest/ |
D | gtest.h | 37 TestCase *current_test_case() const;
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/gtest/ |
D | gtest.h | 49 TestCase *current_test_case() const;
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-internal-inl.h | 718 const TestCase* current_test_case() const { return current_test_case_; } in current_test_case() function
|
D | gtest.cc | 1953 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass() 3856 const TestCase* UnitTest::current_test_case() const { in current_test_case() function in testing::UnitTest 3858 return impl_->current_test_case(); in current_test_case()
|
/external/llvm-project/llvm/utils/unittest/googletest/src/ |
D | gtest-internal-inl.h | 733 const TestCase* current_test_case() const { return current_test_case_; } in current_test_case() function
|
D | gtest.cc | 2271 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass() 4271 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest 4274 return impl_->current_test_case(); in current_test_case()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-internal-inl.h | 737 const TestCase* current_test_case() const { return current_test_case_; } in current_test_case() function
|
D | gtest.cc | 2312 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass() 4800 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest 4803 return impl_->current_test_case(); in current_test_case()
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 1112 const TestCase* current_test_case() const;
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 1172 const TestCase* current_test_case() const
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 1227 const TestCase* current_test_case() const
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest.h | 1278 const TestCase *current_test_case() const GTEST_LOCK_EXCLUDED_(mutex_);
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 1282 const TestCase* current_test_case() const GTEST_LOCK_EXCLUDED_(mutex_);
|
/external/googletest/googletest/include/gtest/ |
D | gtest.h | 1299 const TestCase* current_test_case() const GTEST_LOCK_EXCLUDED_(mutex_);
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
D | gtest.h | 1263 const TestCase* current_test_case() const GTEST_LOCK_EXCLUDED_(mutex_);
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 1142 const TestCase* current_test_case() const { return current_test_case_; } in current_test_case() function in testing::internal::UnitTestImpl 3317 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass() 5284 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest 5287 return impl_->current_test_case(); in current_test_case()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-gtest-all.cc | 1140 const TestCase* current_test_case() const { return current_test_case_; } in current_test_case() function in testing::internal::UnitTestImpl 3719 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass() 5719 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest 5722 return impl_->current_test_case(); in current_test_case()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | gtest_unittest.cc | 2016 const TestCase* test_case = UnitTest::GetInstance()->current_test_case(); in ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestSuite() 2050 UnitTest::GetInstance()->current_test_case(); in SetUpTestSuite()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest.cc | 4886 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 4947 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest
|
/external/googletest/googletest/src/ |
D | gtest.cc | 5460 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest
|