/external/skia/src/ports/ |
D | SkMemory_malloc.cpp | 26 static inline void* throw_on_failure(size_t size, void* p) { in throw_on_failure() function 59 return throw_on_failure(size, realloc(addr, size)); in sk_realloc_throw() 80 return throw_on_failure(size, p); in sk_malloc_flags() 94 return throw_on_failure(size, sk_calloc(size)); in sk_calloc_throw()
|
/external/r8/tools/ |
D | gradle.py | 40 def RunGradle(args, throw_on_failure=True): argument 47 if throw_on_failure and return_value != 0:
|
D | test.py | 113 throw_on_failure=False)
|
/external/protobuf/gtest/test/ |
D | gtest_throw_on_failure_ex_test.cc | 54 testing::GTEST_FLAG(throw_on_failure) = true; in TestFailureThrowsRuntimeError()
|
D | gtest_env_var_test_.cc | 105 cout << GTEST_FLAG(throw_on_failure); in PrintFlag()
|
D | gtest_unittest.cc | 55 || testing::GTEST_FLAG(throw_on_failure); in TEST() 128 using testing::GTEST_FLAG(throw_on_failure); 1701 GTEST_FLAG(throw_on_failure) = false; in SetUpTestCase() 1727 EXPECT_FALSE(GTEST_FLAG(throw_on_failure)); in VerifyAndModifyFlags() 1742 GTEST_FLAG(throw_on_failure) = true; in VerifyAndModifyFlags() 5033 throw_on_failure(false) {} in Flags() 5135 static Flags ThrowOnFailure(bool throw_on_failure) { in ThrowOnFailure() 5137 flags.throw_on_failure = throw_on_failure; in ThrowOnFailure() 5154 bool throw_on_failure; member 5174 GTEST_FLAG(throw_on_failure) = false; in SetUp() [all …]
|
/external/v8/testing/gtest/test/ |
D | gtest_throw_on_failure_ex_test.cc | 54 testing::GTEST_FLAG(throw_on_failure) = true; in TestFailureThrowsRuntimeError()
|
D | gtest_env_var_test_.cc | 105 cout << GTEST_FLAG(throw_on_failure); in PrintFlag()
|
D | gtest_unittest.cc | 55 || testing::GTEST_FLAG(throw_on_failure); in TEST() 221 using testing::GTEST_FLAG(throw_on_failure); 1555 GTEST_FLAG(throw_on_failure) = false; in SetUpTestCase() 1582 EXPECT_FALSE(GTEST_FLAG(throw_on_failure)); in VerifyAndModifyFlags() 1598 GTEST_FLAG(throw_on_failure) = true; in VerifyAndModifyFlags() 5470 throw_on_failure(false) {} in Flags() 5580 static Flags ThrowOnFailure(bool throw_on_failure) { in ThrowOnFailure() 5582 flags.throw_on_failure = throw_on_failure; in ThrowOnFailure() 5600 bool throw_on_failure; member 5621 GTEST_FLAG(throw_on_failure) = false; in SetUp() [all …]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_throw_on_failure_ex_test.cc | 54 testing::GTEST_FLAG(throw_on_failure) = true; in TestFailureThrowsRuntimeError()
|
D | gtest_env_var_test_.cc | 105 cout << GTEST_FLAG(throw_on_failure); in PrintFlag()
|
D | gtest_unittest.cc | 55 || testing::GTEST_FLAG(throw_on_failure); in TEST() 220 using testing::GTEST_FLAG(throw_on_failure); 1552 GTEST_FLAG(throw_on_failure) = false; in SetUpTestCase() 1579 EXPECT_FALSE(GTEST_FLAG(throw_on_failure)); in VerifyAndModifyFlags() 1595 GTEST_FLAG(throw_on_failure) = true; in VerifyAndModifyFlags() 5294 throw_on_failure(false) {} in Flags() 5404 static Flags ThrowOnFailure(bool throw_on_failure) { in ThrowOnFailure() 5406 flags.throw_on_failure = throw_on_failure; in ThrowOnFailure() 5424 bool throw_on_failure; member 5445 GTEST_FLAG(throw_on_failure) = false; in SetUp() [all …]
|
/external/googletest/googletest/test/ |
D | gtest_throw_on_failure_ex_test.cc | 54 testing::GTEST_FLAG(throw_on_failure) = true; in TestFailureThrowsRuntimeError()
|
D | gtest_env_var_test_.cc | 105 cout << GTEST_FLAG(throw_on_failure); in PrintFlag()
|
D | gtest_unittest.cc | 55 || testing::GTEST_FLAG(throw_on_failure); in TEST() 221 using testing::GTEST_FLAG(throw_on_failure); 1555 GTEST_FLAG(throw_on_failure) = false; in SetUpTestCase() 1582 EXPECT_FALSE(GTEST_FLAG(throw_on_failure)); in VerifyAndModifyFlags() 1598 GTEST_FLAG(throw_on_failure) = true; in VerifyAndModifyFlags() 5471 throw_on_failure(false) {} in Flags() 5581 static Flags ThrowOnFailure(bool throw_on_failure) { in ThrowOnFailure() 5583 flags.throw_on_failure = throw_on_failure; in ThrowOnFailure() 5601 bool throw_on_failure; member 5622 GTEST_FLAG(throw_on_failure) = false; in SetUp() [all …]
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_throw_on_failure_ex_test.cc | 54 testing::GTEST_FLAG(throw_on_failure) = true; in TestFailureThrowsRuntimeError()
|
D | gtest_env_var_test_.cc | 105 cout << GTEST_FLAG(throw_on_failure); in PrintFlag()
|
D | gtest_unittest.cc | 55 || testing::GTEST_FLAG(throw_on_failure); in TEST() 132 using testing::GTEST_FLAG(throw_on_failure); 1860 GTEST_FLAG(throw_on_failure) = false; in SetUpTestCase() 1887 EXPECT_FALSE(GTEST_FLAG(throw_on_failure)); in VerifyAndModifyFlags() 1903 GTEST_FLAG(throw_on_failure) = true; in VerifyAndModifyFlags() 5439 throw_on_failure(false) {} in Flags() 5549 static Flags ThrowOnFailure(bool throw_on_failure) { in ThrowOnFailure() 5551 flags.throw_on_failure = throw_on_failure; in ThrowOnFailure() 5569 bool throw_on_failure; member 5590 GTEST_FLAG(throw_on_failure) = false; in SetUp() [all …]
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal-inl.h | 170 throw_on_failure_ = GTEST_FLAG(throw_on_failure); in GTestFlagSaver() 191 GTEST_FLAG(throw_on_failure) = throw_on_failure_; in ~GTestFlagSaver()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-internal-inl.h | 176 throw_on_failure_ = GTEST_FLAG(throw_on_failure); in GTestFlagSaver() 197 GTEST_FLAG(throw_on_failure) = throw_on_failure_; in ~GTestFlagSaver()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-internal-inl.h | 172 throw_on_failure_ = GTEST_FLAG(throw_on_failure); in GTestFlagSaver() 195 GTEST_FLAG(throw_on_failure) = throw_on_failure_; in ~GTestFlagSaver()
|
/external/protobuf/gtest/src/ |
D | gtest-internal-inl.h | 168 throw_on_failure_ = GTEST_FLAG(throw_on_failure); in GTestFlagSaver() 188 GTEST_FLAG(throw_on_failure) = throw_on_failure_; in ~GTestFlagSaver()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-internal-inl.h | 182 throw_on_failure_ = GTEST_FLAG(throw_on_failure); in GTestFlagSaver() 203 GTEST_FLAG(throw_on_failure) = throw_on_failure_; in ~GTestFlagSaver()
|
/external/v8/testing/gtest/src/ |
D | gtest-internal-inl.h | 182 throw_on_failure_ = GTEST_FLAG(throw_on_failure); in GTestFlagSaver() 203 GTEST_FLAG(throw_on_failure) = throw_on_failure_; in ~GTestFlagSaver()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest-internal-inl.h | 181 throw_on_failure_ = GTEST_FLAG(throw_on_failure); in GTestFlagSaver() 202 GTEST_FLAG(throw_on_failure) = throw_on_failure_; in ~GTestFlagSaver()
|