OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:throw_on_failure
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/ports/
SkMemory_malloc.cpp
21
static inline void*
throw_on_failure
(size_t size, void* p) {
function
47
return
throw_on_failure
(size, realloc(addr, size));
59
return
throw_on_failure
(size, p);
70
return
throw_on_failure
(size, sk_calloc(size));
/external/protobuf/gtest/test/
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/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc
55
|| testing::GTEST_FLAG(
throw_on_failure
);
132
using testing::GTEST_FLAG(
throw_on_failure
);
5569
bool
throw_on_failure
;
member in struct:testing::Flags
[
all
...]
/external/gtest/test/
gtest_unittest.cc
55
|| testing::GTEST_FLAG(
throw_on_failure
);
220
using testing::GTEST_FLAG(
throw_on_failure
);
5424
bool
throw_on_failure
;
member in struct:testing::Flags
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc
55
|| testing::GTEST_FLAG(
throw_on_failure
);
220
using testing::GTEST_FLAG(
throw_on_failure
);
5424
bool
throw_on_failure
;
member in struct:testing::Flags
[
all
...]
/ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc
55
|| testing::GTEST_FLAG(
throw_on_failure
);
220
using testing::GTEST_FLAG(
throw_on_failure
);
5433
bool
throw_on_failure
;
member in struct:testing::Flags
[
all
...]
Completed in 342 milliseconds