HomeSort by relevance Sort by last modified time
    Searched refs:throw_on_failure (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/skia/src/ports/
SkMemory_malloc.cpp 25 static inline void* throw_on_failure(size_t size, void* p) { function
55 return throw_on_failure(size, realloc(addr, size));
72 return throw_on_failure(size, p);
  /external/skqp/src/ports/
SkMemory_malloc.cpp 25 static inline void* throw_on_failure(size_t size, void* p) { function
58 return throw_on_failure(size, realloc(addr, size));
75 return throw_on_failure(size, p);
  /external/google-breakpad/src/testing/gtest/test/
gtest_throw_on_failure_ex_test.cc 54 testing::GTEST_FLAG(throw_on_failure) = true;
gtest_env_var_test_.cc 104 if (strcmp(flag, "throw_on_failure") == 0) {
105 cout << GTEST_FLAG(throw_on_failure);
  /external/googletest/googletest/test/
gtest_throw_on_failure_ex_test.cc 54 testing::GTEST_FLAG(throw_on_failure) = true;
gtest_env_var_test_.cc 104 if (strcmp(flag, "throw_on_failure") == 0) {
105 cout << GTEST_FLAG(throw_on_failure);
  /external/protobuf/gtest/test/
gtest_throw_on_failure_ex_test.cc 54 testing::GTEST_FLAG(throw_on_failure) = true;
gtest_env_var_test_.cc 104 if (strcmp(flag, "throw_on_failure") == 0) {
105 cout << GTEST_FLAG(throw_on_failure);
gtest_unittest.cc 55 || testing::GTEST_FLAG(throw_on_failure);
128 using testing::GTEST_FLAG(throw_on_failure);
5154 bool throw_on_failure; member in struct:testing::Flags
    [all...]
  /external/v8/testing/gtest/test/
gtest_throw_on_failure_ex_test.cc 54 testing::GTEST_FLAG(throw_on_failure) = true;
gtest_env_var_test_.cc 104 if (strcmp(flag, "throw_on_failure") == 0) {
105 cout << GTEST_FLAG(throw_on_failure);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_throw_on_failure_ex_test.cc 54 testing::GTEST_FLAG(throw_on_failure) = true;
gtest_env_var_test_.cc 104 if (strcmp(flag, "throw_on_failure") == 0) {
105 cout << GTEST_FLAG(throw_on_failure);
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_throw_on_failure_ex_test.cc 54 testing::GTEST_FLAG(throw_on_failure) = true;
gtest_env_var_test_.cc 104 if (strcmp(flag, "throw_on_failure") == 0) {
105 cout << GTEST_FLAG(throw_on_failure);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
gtest_env_var_test_.cc 104 if (strcmp(flag, "throw_on_failure") == 0) {
105 cout << GTEST_FLAG(throw_on_failure);
  /art/runtime/mirror/
class-inl.h 433 template <bool throw_on_failure>
453 if (throw_on_failure) {
462 if (throw_on_failure) {
468 template <bool throw_on_failure>
474 DCHECK(throw_on_failure || throw_invoke_type == kStatic);
489 if (throw_on_failure) {
501 if (throw_on_failure) {
    [all...]
  /external/autotest/client/site_tests/security_Libcontainer/src/
libcontainer_target_unittest.cc 231 testing::GTEST_FLAG(throw_on_failure) = true;
  /external/google-breakpad/src/testing/gtest/src/
gtest-internal-inl.h 97 const char kThrowOnFailureFlag[] = "throw_on_failure";
176 throw_on_failure_ = GTEST_FLAG(throw_on_failure);
197 GTEST_FLAG(throw_on_failure) = throw_on_failure_;
    [all...]
  /external/googletest/googletest/src/
gtest-internal-inl.h 102 const char kThrowOnFailureFlag[] = "throw_on_failure";
182 throw_on_failure_ = GTEST_FLAG(throw_on_failure);
203 GTEST_FLAG(throw_on_failure) = throw_on_failure_;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-internal-inl.h 102 const char kThrowOnFailureFlag[] = "throw_on_failure";
182 throw_on_failure_ = GTEST_FLAG(throw_on_failure);
203 GTEST_FLAG(throw_on_failure) = throw_on_failure_;
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 97 const char kThrowOnFailureFlag[] = "throw_on_failure";
172 throw_on_failure_ = GTEST_FLAG(throw_on_failure);
195 GTEST_FLAG(throw_on_failure) = throw_on_failure_;
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 102 const char kThrowOnFailureFlag[] = "throw_on_failure";
181 throw_on_failure_ = GTEST_FLAG(throw_on_failure);
202 GTEST_FLAG(throw_on_failure) = throw_on_failure_;
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 96 const char kThrowOnFailureFlag[] = "throw_on_failure";
168 throw_on_failure_ = GTEST_FLAG(throw_on_failure);
188 GTEST_FLAG(throw_on_failure) = throw_on_failure_;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 97 const char kThrowOnFailureFlag[] = "throw_on_failure";
170 throw_on_failure_ = GTEST_FLAG(throw_on_failure);
191 GTEST_FLAG(throw_on_failure) = throw_on_failure_;
    [all...]

Completed in 864 milliseconds

1 2 3