Searched refs:TearDown (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dfixture_test.cc16 void TearDown(const ::benchmark::State& state) { function in class:MyFixture
H A Dmap_test.cc41 void TearDown(const ::benchmark::State&) { m.clear(); } function in class:MapFixture
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dfixture_test.cc16 void TearDown(const ::benchmark::State& state) { function in class:MyFixture
H A Dmap_test.cc41 void TearDown(const ::benchmark::State&) { m.clear(); } function in class:MapFixture
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cc23 virtual void TearDown();
69 void FastUnwindTest::TearDown() { function in class:__sanitizer::FastUnwindTest
H A Dsanitizer_libc_test.cc182 void TearDown() override { Unlink(file_name_); }
H A Dsanitizer_linux_test.cc75 virtual void TearDown() { function in class:__sanitizer::ThreadListerTest
171 // Register the new thread so it gets terminated in TearDown().
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1056 this->TearDown(st);
1061 virtual void TearDown(const State&) {} function in class:benchmark::Fixture
1064 virtual void TearDown(State& st) { TearDown(const_cast<const State&>(st)); } function in class:benchmark::Fixture
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h1019 this->TearDown(st);
1024 virtual void TearDown(const State&) {} function in class:Fixture
1027 virtual void TearDown(State& st) { TearDown(const_cast<const State&>(st)); } function in class:Fixture
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h394 // void TearDown() override { ... }
459 // SetUp/TearDown method of Environment objects registered with Google
472 virtual void TearDown();
1036 // methods SetUp() and TearDown() instead of the constructor and the
1054 virtual void TearDown() {} function in class:testing::Environment
1837 // void TearDown override {
2407 // void TearDown() override { ... }
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2264 void Test::TearDown() { function in class:testing::Test
2513 // always call TearDown(), even if SetUp() or the test body has
2517 this, &Test::TearDown, "TearDown()");
5218 static void TearDownEnvironment(Environment* env) { env->TearDown(); }

Completed in 170 milliseconds