OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Passed
(Results
26 - 40
of
40
) sorted by null
1
2
/ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h
515
// Returns true iff the test
passed
(i.e. no test part failed).
516
bool
Passed
() const { return !Failed(); }
788
// Returns true iff the test case
passed
.
789
bool
Passed
() const { return !Failed(); }
847
// Returns true iff test
passed
.
849
return test_info->should_run() && test_info->result()->
Passed
();
[
all
...]
/ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h
569
// Returns true iff the unit test
passed
(i.e. all test cases
passed
).
570
bool
Passed
() const { return !Failed(); }
[
all
...]
gtest.cc
326
// Returns true iff the test case
passed
.
328
return test_case->should_run() && test_case->
Passed
();
[
all
...]
/external/chromium_org/testing/gtest/src/
gtest.cc
330
// Returns true iff the test case
passed
.
332
return test_case->should_run() && test_case->
Passed
();
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc
323
// Returns true iff the test case
passed
.
325
return test_case->should_run() && test_case->
Passed
();
[
all
...]
/external/gtest/src/
gtest.cc
330
// Returns true iff the test case
passed
.
332
return test_case->should_run() && test_case->
Passed
();
[
all
...]
/external/llvm/utils/unittest/googletest/src/
gtest.cc
323
// Returns true iff the test case
passed
.
325
return test_case->should_run() && test_case->
Passed
();
[
all
...]
/external/mesa3d/src/gtest/src/
gtest.cc
323
// Returns true iff the test case
passed
.
325
return test_case->should_run() && test_case->
Passed
();
[
all
...]
/external/protobuf/gtest/src/
gtest.cc
304
// Returns true iff the test case
passed
.
306
return test_case->should_run() && test_case->
Passed
();
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h
370
// -std={c,gnu}++{0x,11} is
passed
. The C++11 standard specifies a
17134
bool
passed
() const { return type_ == kSuccess; }
function in class:testing::TestPartResult
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h
370
// -std={c,gnu}++{0x,11} is
passed
. The C++11 standard specifies a
17134
bool
passed
() const { return type_ == kSuccess; }
function in class:testing::TestPartResult
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h
370
// -std={c,gnu}++{0x,11} is
passed
. The C++11 standard specifies a
17134
bool
passed
() const { return type_ == kSuccess; }
function in class:testing::TestPartResult
[
all
...]
Completed in 1607 milliseconds
1
2