/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 56 // DeathTest is a class that hides much of the complexity of the 69 class GTEST_API_ DeathTest { 75 // case. Otherwise, the DeathTest pointer pointed to by the "test" 78 // DeathTest object that controls the execution of the current test. 80 const char* file, int line, DeathTest** test); 81 DeathTest(); 82 virtual ~DeathTest() { } 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } 90 DeathTest* const test_; 136 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest); [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 56 // DeathTest is a class that hides much of the complexity of the 69 class GTEST_API_ DeathTest { 75 // case. Otherwise, the DeathTest pointer pointed to by the "test" 78 // DeathTest object that controls the execution of the current test. 80 const char* file, int line, DeathTest** test); 81 DeathTest(); 82 virtual ~DeathTest() { } 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } 90 DeathTest* const test_; 136 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest); [all...] |
/external/chromium_org/testing/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 56 // DeathTest is a class that hides much of the complexity of the 69 class GTEST_API_ DeathTest { 75 // case. Otherwise, the DeathTest pointer pointed to by the "test" 78 // DeathTest object that controls the execution of the current test. 80 const char* file, int line, DeathTest** test); 81 DeathTest(); 82 virtual ~DeathTest() { } 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } 90 DeathTest* const test_; 136 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest); [all...] |
/external/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 56 // DeathTest is a class that hides much of the complexity of the 69 class GTEST_API_ DeathTest { 75 // case. Otherwise, the DeathTest pointer pointed to by the "test" 78 // DeathTest object that controls the execution of the current test. 80 const char* file, int line, DeathTest** test); 81 DeathTest(); 82 virtual ~DeathTest() { } 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } 90 DeathTest* const test_; 136 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest); [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-death-test-internal.h | 56 // DeathTest is a class that hides much of the complexity of the 69 class GTEST_API_ DeathTest { 75 // case. Otherwise, the DeathTest pointer pointed to by the "test" 78 // DeathTest object that controls the execution of the current test. 80 const char* file, int line, DeathTest** test); 81 DeathTest(); 82 virtual ~DeathTest(); 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } 90 DeathTest* const test_; 136 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest); [all...] |
/external/llvm/utils/unittest/googletest/src/ |
gtest-death-test.cc | 295 DeathTest::DeathTest() { 304 DeathTest::~DeathTest() {} 308 bool DeathTest::Create(const char* statement, const RE* regex, 309 const char* file, int line, DeathTest** test) { 314 const char* DeathTest::LastMessage() { 318 void DeathTest::set_last_death_test_message(const String& message) { 322 String DeathTest::last_death_test_message_; 325 class DeathTestImpl : public DeathTest { [all...] |
/external/chromium_org/testing/gtest/src/ |
gtest-death-test.cc | 335 DeathTest::DeathTest() { 345 bool DeathTest::Create(const char* statement, const RE* regex, 346 const char* file, int line, DeathTest** test) { 351 const char* DeathTest::LastMessage() { 355 void DeathTest::set_last_death_test_message(const std::string& message) { 359 std::string DeathTest::last_death_test_message_; 362 class DeathTestImpl : public DeathTest { 572 << "DeathTest::Passed somehow called before conclusion of test"; 575 DeathTest::set_last_death_test_message(buffer.GetString()) [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest-death-test.cc | 295 DeathTest::DeathTest() { 305 bool DeathTest::Create(const char* statement, const RE* regex, 306 const char* file, int line, DeathTest** test) { 311 const char* DeathTest::LastMessage() { 315 void DeathTest::set_last_death_test_message(const String& message) { 319 String DeathTest::last_death_test_message_; 322 class DeathTestImpl : public DeathTest { 532 << "DeathTest::Passed somehow called before conclusion of test"; 535 DeathTest::set_last_death_test_message(buffer.GetString()) [all...] |
/external/gtest/src/ |
gtest-death-test.cc | 335 DeathTest::DeathTest() { 345 bool DeathTest::Create(const char* statement, const RE* regex, 346 const char* file, int line, DeathTest** test) { 351 const char* DeathTest::LastMessage() { 355 void DeathTest::set_last_death_test_message(const std::string& message) { 359 std::string DeathTest::last_death_test_message_; 362 class DeathTestImpl : public DeathTest { 572 << "DeathTest::Passed somehow called before conclusion of test"; 575 DeathTest::set_last_death_test_message(buffer.GetString()) [all...] |
/external/mesa3d/src/gtest/src/ |
gtest-death-test.cc | 295 DeathTest::DeathTest() { 305 bool DeathTest::Create(const char* statement, const RE* regex, 306 const char* file, int line, DeathTest** test) { 311 const char* DeathTest::LastMessage() { 315 void DeathTest::set_last_death_test_message(const String& message) { 319 String DeathTest::last_death_test_message_; 322 class DeathTestImpl : public DeathTest { 532 << "DeathTest::Passed somehow called before conclusion of test"; 535 DeathTest::set_last_death_test_message(buffer.GetString()) [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/ |
gtest.h | [all...] |
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
gtest.h | [all...] |