Home
last modified time | relevance | path

Searched refs:throw_on_failure (Results 1 – 25 of 59) sorted by relevance

123

/external/skia/src/ports/
DSkMemory_malloc.cpp26 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/
Dgradle.py40 def RunGradle(args, throw_on_failure=True): argument
47 if throw_on_failure and return_value != 0:
Dtest.py113 throw_on_failure=False)
/external/protobuf/gtest/test/
Dgtest_throw_on_failure_ex_test.cc54 testing::GTEST_FLAG(throw_on_failure) = true; in TestFailureThrowsRuntimeError()
Dgtest_env_var_test_.cc105 cout << GTEST_FLAG(throw_on_failure); in PrintFlag()
Dgtest_unittest.cc55 || 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/
Dgtest_throw_on_failure_ex_test.cc54 testing::GTEST_FLAG(throw_on_failure) = true; in TestFailureThrowsRuntimeError()
Dgtest_env_var_test_.cc105 cout << GTEST_FLAG(throw_on_failure); in PrintFlag()
Dgtest_unittest.cc55 || 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/
Dgtest_throw_on_failure_ex_test.cc54 testing::GTEST_FLAG(throw_on_failure) = true; in TestFailureThrowsRuntimeError()
Dgtest_env_var_test_.cc105 cout << GTEST_FLAG(throw_on_failure); in PrintFlag()
Dgtest_unittest.cc55 || 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/
Dgtest_throw_on_failure_ex_test.cc54 testing::GTEST_FLAG(throw_on_failure) = true; in TestFailureThrowsRuntimeError()
Dgtest_env_var_test_.cc105 cout << GTEST_FLAG(throw_on_failure); in PrintFlag()
Dgtest_unittest.cc55 || 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/
Dgtest_throw_on_failure_ex_test.cc54 testing::GTEST_FLAG(throw_on_failure) = true; in TestFailureThrowsRuntimeError()
Dgtest_env_var_test_.cc105 cout << GTEST_FLAG(throw_on_failure); in PrintFlag()
Dgtest_unittest.cc55 || 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/
Dgtest-internal-inl.h170 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/
Dgtest-internal-inl.h176 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/
Dgtest-internal-inl.h172 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/
Dgtest-internal-inl.h168 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/
Dgtest-internal-inl.h182 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/
Dgtest-internal-inl.h182 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/
Dgtest-internal-inl.h181 throw_on_failure_ = GTEST_FLAG(throw_on_failure); in GTestFlagSaver()
202 GTEST_FLAG(throw_on_failure) = throw_on_failure_; in ~GTestFlagSaver()

123