Searched refs:SetUp (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dfixture_test.cc9 void SetUp(const ::benchmark::State& state) { function in class:MyFixture
H A Dmap_test.cc37 void SetUp(const ::benchmark::State& st) { function in class:MapFixture
H A Dmultiple_ranges_test.cc31 void SetUp(const ::benchmark::State& state) { function in class:MultipleRangesFixture
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dfixture_test.cc9 void SetUp(const ::benchmark::State& state) { function in class:MyFixture
H A Dmap_test.cc37 void SetUp(const ::benchmark::State& st) { function in class:MapFixture
H A Dmultiple_ranges_test.cc31 void SetUp(const ::benchmark::State& state) { function in class:MultipleRangesFixture
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cc22 virtual void SetUp();
45 void FastUnwindTest::SetUp() { function in class:__sanitizer::FastUnwindTest
H A Dsanitizer_libc_test.cc168 void SetUp() override {
H A Dsanitizer_linux_test.cc65 virtual void SetUp() { function in class:__sanitizer::ThreadListerTest
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1054 this->SetUp(st);
1060 virtual void SetUp(const State&) {} function in class:benchmark::Fixture
1063 virtual void SetUp(State& st) { SetUp(const_cast<const State&>(st)); } function in class:benchmark::Fixture
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h1017 this->SetUp(st);
1023 virtual void SetUp(const State&) {} function in class:Fixture
1026 virtual void SetUp(State& st) { SetUp(const_cast<const State&>(st)); } function in class:Fixture
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dfdr_controller_test.cc53 void SetUp() override {
305 void SetUp() override {
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h393 // void SetUp() override { ... }
459 // SetUp/TearDown method of Environment objects registered with Google
469 virtual void SetUp();
496 // Often a user misspells SetUp() as Setup() and spends a long time
511 // about it being private, you have mis-spelled SetUp() as Setup().
1036 // methods SetUp() and TearDown() instead of the constructor and the
1051 virtual void SetUp() {} function in class:testing::Environment
1057 // about it being private, you have mis-spelled SetUp() as Setup().
1834 // void SetUp() override {
2352 // void SetUp() overrid
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2258 void Test::SetUp() { function in class:testing::Test
2503 internal::HandleExceptionsInMethodIfSupported(this, &Test::SetUp, "SetUp()");
2504 // We will run the test only if SetUp() was successful and didn't call
2513 // always call TearDown(), even if SetUp() or the test body has
5217 static void SetUpEnvironment(Environment* env) { env->SetUp(); }
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc961 void SetUp() override {

Completed in 298 milliseconds