Home
last modified time | relevance | path

Searched defs:SetUp (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dfixture_test.cc9 void SetUp(const ::benchmark::State& state) { in SetUp() function in MyFixture
H A Dmap_test.cc37 void SetUp(const ::benchmark::State& st) { in SetUp() function in MapFixture
H A Dmultiple_ranges_test.cc31 void SetUp(const ::benchmark::State& state) { in SetUp() function in MultipleRangesFixture
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dfixture_test.cc9 void SetUp(const ::benchmark::State& state) { in SetUp() function in MyFixture
H A Dmap_test.cc37 void SetUp(const ::benchmark::State& st) { in SetUp() function in MapFixture
H A Dmultiple_ranges_test.cc31 void SetUp(const ::benchmark::State& state) { in SetUp() function in MultipleRangesFixture
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cc45 void FastUnwindTest::SetUp() { in SetUp() function in __sanitizer::FastUnwindTest
H A Dsanitizer_libc_test.cc168 void SetUp() override { in SetUp() function in SanitizerCommonFileTest
H A Dsanitizer_linux_test.cc65 virtual void SetUp() { in SetUp() function in __sanitizer::ThreadListerTest
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dfdr_controller_test.cc53 void SetUp() override { in SetUp() function in __xray::__anon0900ef0e0111::FunctionSequenceTest
305 void SetUp() override { in SetUp() function in __xray::__anon0900ef0e0111::BufferManagementTest
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h1023 virtual void SetUp(const State&) {} in SetUp() function
1026 virtual void SetUp(State& st) { SetUp(const_cast<const State&>(st)); } in SetUp() function
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1060 virtual void SetUp(const State&) {} in SetUp() function
1063 virtual void SetUp(State& st) { SetUp(const_cast<const State&>(st)); } in SetUp() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1051 virtual void SetUp() {} in SetUp() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2258 void Test::SetUp() { in SetUp() function in testing::Test
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc961 void SetUp() override { in SetUp() function in MemorySanitizerIpTest