Searched refs:Passed (Results 1 - 25 of 48) sorted by relevance

12

/external/valgrind/none/tests/x86/
H A Dshift_ndep.stdout.exp0 Passed (0).
/external/valgrind/none/tests/ppc32/
H A Ddata-cache-instructions.stdout.exp0 Passed dcbzl test at aligned address within the test block.
2 Passed dcbzl test at un-aligned (1 modulo block_size) address within the test block.
3 Passed dcbzl test at un-aligned ((block_size - 1) modulo block_size) address within the test block.
/external/valgrind/none/tests/ppc64/
H A Ddata-cache-instructions.stdout.exp0 Passed dcbzl test at aligned address within the test block.
2 Passed dcbzl test at un-aligned (1 modulo block_size) address within the test block.
3 Passed dcbzl test at un-aligned ((block_size - 1) modulo block_size) address within the test block.
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-unittest-api_test.cc243 EXPECT_TRUE(unit_test->Passed());
256 EXPECT_TRUE(test_cases[0]->Passed());
275 EXPECT_TRUE(test_cases[2]->Passed());
290 EXPECT_TRUE(tests[1]->result()->Passed());
298 EXPECT_TRUE(tests[2]->result()->Passed());
306 EXPECT_TRUE(tests[3]->result()->Passed());
323 EXPECT_TRUE(tests[0]->result()->Passed());
H A Dgtest-test-part_test.cc130 TEST_F(TestPartResultTest, Passed) {
/external/gtest/test/
H A Dgtest-unittest-api_test.cc243 EXPECT_TRUE(unit_test->Passed());
256 EXPECT_TRUE(test_cases[0]->Passed());
275 EXPECT_TRUE(test_cases[2]->Passed());
290 EXPECT_TRUE(tests[1]->result()->Passed());
298 EXPECT_TRUE(tests[2]->result()->Passed());
306 EXPECT_TRUE(tests[3]->result()->Passed());
323 EXPECT_TRUE(tests[0]->result()->Passed());
H A Dgtest-test-part_test.cc130 TEST_F(TestPartResultTest, Passed) {
/external/protobuf/gtest/test/
H A Dgtest-unittest-api_test.cc243 EXPECT_TRUE(unit_test->Passed());
256 EXPECT_TRUE(test_cases[0]->Passed());
276 EXPECT_TRUE(test_cases[2]->Passed());
291 EXPECT_TRUE(tests[1]->result()->Passed());
299 EXPECT_TRUE(tests[2]->result()->Passed());
307 EXPECT_TRUE(tests[3]->result()->Passed());
325 EXPECT_TRUE(tests[0]->result()->Passed());
H A Dgtest-test-part_test.cc130 TEST_F(TestPartResultTest, Passed) {
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h119 // than a function pointer or functor, or else Wait and Passed could
121 virtual bool Passed(bool exit_status_ok) = 0;
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
/external/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h119 // than a function pointer or functor, or else Wait and Passed could
121 virtual bool Passed(bool exit_status_ok) = 0;
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h119 // than a function pointer or functor, or else Wait and Passed could
121 virtual bool Passed(bool exit_status_ok) = 0;
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h119 // than a function pointer or functor, or else Wait and Passed could
121 virtual bool Passed(bool exit_status_ok) = 0;
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h113 // than a function pointer or functor, or else Wait and Passed could
115 virtual bool Passed(bool exit_status_ok) = 0;
168 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
/external/google-breakpad/src/testing/gtest/samples/
H A Dsample9_unittest.cc59 fprintf(stdout, "TEST %s\n", unit_test.Passed() ? "PASSED" : "FAILED");
/external/protobuf/gtest/samples/
H A Dsample9_unittest.cc59 fprintf(stdout, "TEST %s\n", unit_test.Passed() ? "PASSED" : "FAILED");
/external/gtest/src/
H A Dgtest-internal-inl.h576 bool Passed() const { return !Failed(); } function in class:testing::internal::UnitTestImpl
1151 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed()));
1164 FormatBool(unit_test.Passed()) + "&elapsed_time=" +
1173 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed())
1184 FormatBool((test_info.result())->Passed()) +
/external/icu/icu4c/source/allinone/
H A Dicucheck.bat122 echo " - All Passed!"
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h525 bool Passed() const { return !Failed(); } function in class:testing::TestResult
791 bool Passed() const { return !Failed(); } function in class:testing::TestCase
847 return test_info->should_run() && test_info->result()->Passed();
1166 bool Passed() const;
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h524 bool Passed() const { return !Failed(); } function in class:testing::TestResult
791 bool Passed() const { return !Failed(); } function in class:testing::TestCase
847 return test_info->should_run() && test_info->result()->Passed();
1161 bool Passed() const;
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h524 bool Passed() const { return !Failed(); } function in class:testing::TestResult
791 bool Passed() const { return !Failed(); } function in class:testing::TestCase
847 return test_info->should_run() && test_info->result()->Passed();
1159 bool Passed() const;
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc324 virtual bool Passed(bool status_ok);
447 bool DeathTestImpl::Passed(bool status_ok) { function in class:testing::internal::DeathTestImpl
484 << "DeathTest::Passed somehow called before conclusion of test";
/external/gtest/include/gtest/
H A Dgtest.h516 bool Passed() const { return !Failed(); } function in class:testing::TestResult
803 bool Passed() const { return !Failed(); } function in class:testing::TestCase
863 return test_info->should_run() && test_info->result()->Passed();
1202 bool Passed() const;
/external/protobuf/gtest/include/gtest/
H A Dgtest.h505 bool Passed() const { return !Failed(); } function in class:testing::TestResult
733 bool Passed() const { return !Failed(); } function in class:testing::TestCase
1084 bool Passed() const;
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc326 return test_case->should_run() && test_case->Passed();
2789 if (test_info.result()->Passed()) {
2840 if (!test_info.should_run() || test_info.result()->Passed()) {
2866 if (!unit_test.Passed()) {
3379 unit_test.Passed()));
3392 unit_test.Passed(),
3402 test_case.Passed(),
3413 (test_info.result())->Passed(),
3731 bool UnitTest::Passed() const { return impl()->Passed(); } function in class:testing::UnitTest
[all...]

Completed in 548 milliseconds

12