OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:should_run
(Results
1 - 25
of
32
) sorted by null
1
2
/external/chromium/testing/gtest/test/
gtest-unittest-api_test.cc
153
EXPECT_TRUE(test_case->
should_run
());
164
EXPECT_FALSE(tests[0]->
should_run
());
170
EXPECT_TRUE(tests[1]->
should_run
());
176
EXPECT_TRUE(tests[2]->
should_run
());
182
EXPECT_TRUE(tests[3]->
should_run
());
193
EXPECT_TRUE(test_case->
should_run
());
204
EXPECT_TRUE(tests[0]->
should_run
());
216
EXPECT_FALSE(test_case->
should_run
());
226
EXPECT_FALSE(test_info->
should_run
());
251
EXPECT_TRUE(test_cases[0]->
should_run
());
[
all
...]
/external/chromium_org/testing/gtest/test/
gtest-unittest-api_test.cc
153
EXPECT_TRUE(test_case->
should_run
());
164
EXPECT_FALSE(tests[0]->
should_run
());
170
EXPECT_TRUE(tests[1]->
should_run
());
176
EXPECT_TRUE(tests[2]->
should_run
());
182
EXPECT_TRUE(tests[3]->
should_run
());
193
EXPECT_TRUE(test_case->
should_run
());
204
EXPECT_TRUE(tests[0]->
should_run
());
216
EXPECT_FALSE(test_case->
should_run
());
226
EXPECT_FALSE(test_info->
should_run
());
251
EXPECT_TRUE(test_cases[0]->
should_run
());
[
all
...]
/external/gtest/test/
gtest-unittest-api_test.cc
153
EXPECT_TRUE(test_case->
should_run
());
164
EXPECT_FALSE(tests[0]->
should_run
());
170
EXPECT_TRUE(tests[1]->
should_run
());
176
EXPECT_TRUE(tests[2]->
should_run
());
182
EXPECT_TRUE(tests[3]->
should_run
());
193
EXPECT_TRUE(test_case->
should_run
());
204
EXPECT_TRUE(tests[0]->
should_run
());
216
EXPECT_FALSE(test_case->
should_run
());
226
EXPECT_FALSE(test_info->
should_run
());
251
EXPECT_TRUE(test_cases[0]->
should_run
());
[
all
...]
/external/protobuf/gtest/test/
gtest-unittest-api_test.cc
152
EXPECT_TRUE(test_case->
should_run
());
163
EXPECT_FALSE(tests[0]->
should_run
());
169
EXPECT_TRUE(tests[1]->
should_run
());
175
EXPECT_TRUE(tests[2]->
should_run
());
181
EXPECT_TRUE(tests[3]->
should_run
());
192
EXPECT_TRUE(test_case->
should_run
());
204
EXPECT_TRUE(tests[0]->
should_run
());
216
EXPECT_FALSE(test_case->
should_run
());
226
EXPECT_FALSE(test_info->
should_run
());
251
EXPECT_TRUE(test_cases[0]->
should_run
());
[
all
...]
/ndk/sources/third_party/googletest/googletest/test/
gtest-unittest-api_test.cc
153
EXPECT_TRUE(test_case->
should_run
());
164
EXPECT_FALSE(tests[0]->
should_run
());
170
EXPECT_TRUE(tests[1]->
should_run
());
176
EXPECT_TRUE(tests[2]->
should_run
());
182
EXPECT_TRUE(tests[3]->
should_run
());
193
EXPECT_TRUE(test_case->
should_run
());
204
EXPECT_TRUE(tests[0]->
should_run
());
216
EXPECT_FALSE(test_case->
should_run
());
226
EXPECT_FALSE(test_info->
should_run
());
251
EXPECT_TRUE(test_cases[0]->
should_run
());
[
all
...]
/cts/tests/tests/nativeopengl/standalone/jni/
GLTestHelper.cpp
170
if (!test_case.
should_run
() || test_case.failed_test_count() == 0) {
176
if (!test_info.
should_run
() || test_info.result()->Passed()) {
/external/chromium/base/test/
test_suite.cc
93
return test.
should_run
() && test.result()->Failed() &&
/external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h
544
bool
should_run
() const { return should_run_; }
function in class:testing::internal::TestInfoImpl
546
// Sets the
should_run
member.
630
bool
should_run
() const { return should_run_; }
function in class:testing::TestCase
632
// Sets the
should_run
member.
692
return impl->
should_run
() && impl->result()->Passed();
698
return impl->
should_run
() && impl->result()->Failed();
708
return test_info->impl()->
should_run
();
[
all
...]
/external/chromium_org/base/test/
test_launcher.cc
306
bool
should_run
= ShouldRunTestOnShard(total_shards, shard_index,
local
309
if (!
should_run
)
/external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc
218
return test_case->
should_run
() && test_case->Passed();
223
return test_case->
should_run
() && test_case->Failed();
229
return test_case->
should_run
();
1901
bool TestInfo::
should_run
() const { return impl_->
should_run
(); }
function in class:testing::TestInfo
3242
const bool
should_run
= !is_disabled &&
local
[
all
...]
/external/open-vcdiff/gtest/src/
gtest.cc
306
return test_case->
should_run
() && test_case->Passed();
311
return test_case->
should_run
() && test_case->Failed();
317
return test_case->
should_run
();
2217
bool TestInfo::
should_run
() const { return impl_->
should_run
(); }
function in class:testing::TestInfo
[
all
...]
gtest-internal-inl.h
527
bool
should_run
() const { return should_run_; }
function in class:testing::internal::TestInfoImpl
529
// Sets the
should_run
member.
[
all
...]
/external/protobuf/gtest/src/
gtest.cc
306
return test_case->
should_run
() && test_case->Passed();
311
return test_case->
should_run
() && test_case->Failed();
317
return test_case->
should_run
();
2187
bool TestInfo::
should_run
() const { return impl_->
should_run
(); }
function in class:testing::TestInfo
[
all
...]
gtest-internal-inl.h
523
bool
should_run
() const { return should_run_; }
function in class:testing::internal::TestInfoImpl
525
// Sets the
should_run
member.
[
all
...]
/external/chromium/testing/gtest/include/gtest/
gtest.h
669
bool
should_run
() const { return should_run_; }
function in class:testing::TestInfo
773
bool
should_run
() const { return should_run_; }
function in class:testing::TestCase
819
// Sets the
should_run
member.
847
return test_info->
should_run
() && test_info->result()->Passed();
852
return test_info->
should_run
() && test_info->result()->Failed();
862
return test_info->
should_run
();
[
all
...]
/external/chromium_org/testing/gtest/include/gtest/
gtest.h
670
bool
should_run
() const { return should_run_; }
function in class:testing::TestInfo
773
bool
should_run
() const { return should_run_; }
function in class:testing::TestCase
819
// Sets the
should_run
member.
847
return test_info->
should_run
() && test_info->result()->Passed();
852
return test_info->
should_run
() && test_info->result()->Failed();
862
return test_info->
should_run
();
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h
669
bool
should_run
() const { return should_run_; }
function in class:testing::TestInfo
773
bool
should_run
() const { return should_run_; }
function in class:testing::TestCase
819
// Sets the
should_run
member.
847
return test_info->
should_run
() && test_info->result()->Passed();
852
return test_info->
should_run
() && test_info->result()->Failed();
862
return test_info->
should_run
();
[
all
...]
/external/gtest/include/gtest/
gtest.h
669
bool
should_run
() const { return should_run_; }
function in class:testing::TestInfo
773
bool
should_run
() const { return should_run_; }
function in class:testing::TestCase
819
// Sets the
should_run
member.
847
return test_info->
should_run
() && test_info->result()->Passed();
852
return test_info->
should_run
() && test_info->result()->Failed();
862
return test_info->
should_run
();
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/
gtest.h
669
bool
should_run
() const { return should_run_; }
function in class:testing::TestInfo
773
bool
should_run
() const { return should_run_; }
function in class:testing::TestCase
819
// Sets the
should_run
member.
847
return test_info->
should_run
() && test_info->result()->Passed();
852
return test_info->
should_run
() && test_info->result()->Failed();
862
return test_info->
should_run
();
[
all
...]
/external/mesa3d/src/gtest/include/gtest/
gtest.h
669
bool
should_run
() const { return should_run_; }
function in class:testing::TestInfo
773
bool
should_run
() const { return should_run_; }
function in class:testing::TestCase
819
// Sets the
should_run
member.
847
return test_info->
should_run
() && test_info->result()->Passed();
852
return test_info->
should_run
() && test_info->result()->Failed();
862
return test_info->
should_run
();
[
all
...]
/ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h
665
bool
should_run
() const { return should_run_; }
function in class:testing::TestInfo
771
bool
should_run
() const { return should_run_; }
function in class:testing::TestCase
821
// Sets the
should_run
member.
849
return test_info->
should_run
() && test_info->result()->Passed();
854
return test_info->
should_run
() && test_info->result()->Failed();
864
return test_info->
should_run
();
[
all
...]
/external/protobuf/gtest/include/gtest/
gtest.h
562
bool
should_run
() const;
636
bool
should_run
() const { return should_run_; }
function in class:testing::TestCase
682
// Sets the
should_run
member.
[
all
...]
/external/chromium/testing/gtest/src/
gtest.cc
325
return test_case->
should_run
() && test_case->Passed();
330
return test_case->
should_run
() && test_case->Failed();
336
return test_case->
should_run
();
[
all
...]
/external/chromium_org/testing/gtest/src/
gtest.cc
326
return test_case->
should_run
() && test_case->Passed();
331
return test_case->
should_run
() && test_case->Failed();
337
return test_case->
should_run
();
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc
325
return test_case->
should_run
() && test_case->Passed();
330
return test_case->
should_run
() && test_case->Failed();
336
return test_case->
should_run
();
[
all
...]
Completed in 2629 milliseconds
1
2