OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetUp
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
fixture_test.cc
9
void
SetUp
(const ::benchmark::State& state) {
map_test.cc
37
void
SetUp
(const ::benchmark::State& st) {
multiple_ranges_test.cc
31
void
SetUp
(const ::benchmark::State& state) {
/src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
fixture_test.cc
9
void
SetUp
(const ::benchmark::State& state) {
map_test.cc
37
void
SetUp
(const ::benchmark::State& st) {
multiple_ranges_test.cc
31
void
SetUp
(const ::benchmark::State& state) {
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stacktrace_test.cc
22
virtual void
SetUp
();
45
void FastUnwindTest::
SetUp
() {
sanitizer_libc_test.cc
168
void
SetUp
() override {
sanitizer_linux_test.cc
65
virtual void
SetUp
() {
/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
145
//
Setup
code here.
1054
this->
SetUp
(st);
1060
virtual void
SetUp
(const State&) {}
1063
virtual void
SetUp
(State& st) {
SetUp
(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
145
//
Setup
code here.
1017
this->
SetUp
(st);
1023
virtual void
SetUp
(const State&) {}
1026
virtual void
SetUp
(State& st) {
SetUp
(const_cast<const State&>(st)); }
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
fdr_controller_test.cc
53
void
SetUp
() override {
305
void
SetUp
() override {
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h
393
// 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
502
// will be a conflict if void
Setup
() is declared in the user's
511
// about it being private, you have mis-spelled
SetUp
() as
Setup
().
513
virtual Setup_should_be_spelled_SetUp*
Setup
() { return nullptr; }
1036
// methods
SetUp
() and TearDown() instead of the constructor and th
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc
2258
void Test::
SetUp
() {
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
(); }
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
961
void
SetUp
() override {
Completed in 47 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026