HomeSort by: relevance | last modified time | path
    Searched refs:TearDown (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
fixture_test.cc 16 void TearDown(const ::benchmark::State& state) {
map_test.cc 41 void TearDown(const ::benchmark::State&) { m.clear(); }
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
fixture_test.cc 16 void TearDown(const ::benchmark::State& state) {
map_test.cc 41 void TearDown(const ::benchmark::State&) { m.clear(); }
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stacktrace_test.cc 23 virtual void TearDown();
69 void FastUnwindTest::TearDown() {
sanitizer_libc_test.cc 182 void TearDown() override { Unlink(file_name_); }
sanitizer_linux_test.cc 75 virtual void TearDown() {
171 // Register the new thread so it gets terminated in TearDown().
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 140 thread exits the loop body. As such, any global setup or teardown you want to
151 // Teardown code here.
1056 this->TearDown(st);
1061 virtual void TearDown(const State&) {}
1064 virtual void TearDown(State& st) { TearDown(const_cast<const State&>(st)); }
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
benchmark.h 140 thread exits the loop body. As such, any global setup or teardown you want to
151 // Teardown code here.
1019 this->TearDown(st);
1024 virtual void TearDown(const State&) {}
1027 virtual void TearDown(State& st) { TearDown(const_cast<const State&>(st)); }
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 394 // 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() {}
1837 // void TearDown override {
2407 // void TearDown() override { ... }
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 2264 void Test::TearDown() {
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 28 milliseconds