HomeSort by relevance Sort by last modified time
    Searched defs:DeathTestAbort (Results 1 - 7 of 7) sorted by null

  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 251 void DeathTestAbort(const String& message) {
270 // A replacement for CHECK that calls DeathTestAbort if the assertion
275 DeathTestAbort(::testing::internal::String::Format( \
287 // something other than EINTR, DeathTestAbort is called.
295 DeathTestAbort(::testing::internal::String::Format( \
336 DeathTestAbort("Cannot run a death test outside of a TEST or "
    [all...]
  /external/gtest/src/
gtest-death-test.cc 251 void DeathTestAbort(const std::string& message) {
270 // A replacement for CHECK that calls DeathTestAbort if the assertion
275 DeathTestAbort( \
288 // something other than EINTR, DeathTestAbort is called.
296 DeathTestAbort( \
338 DeathTestAbort("Cannot run a death test outside of a TEST or "
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 213 void DeathTestAbort(const String& message) {
232 // A replacement for CHECK that calls DeathTestAbort if the assertion
237 DeathTestAbort(::testing::internal::String::Format( \
249 // something other than EINTR, DeathTestAbort is called.
257 DeathTestAbort(::testing::internal::String::Format( \
298 DeathTestAbort("Cannot run a death test outside of a TEST or "
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 213 void DeathTestAbort(const String& message) {
232 // A replacement for CHECK that calls DeathTestAbort if the assertion
237 DeathTestAbort(::testing::internal::String::Format( \
249 // something other than EINTR, DeathTestAbort is called.
257 DeathTestAbort(::testing::internal::String::Format( \
298 DeathTestAbort("Cannot run a death test outside of a TEST or "
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 200 void DeathTestAbort(const String& message) {
219 // A replacement for CHECK that calls DeathTestAbort if the assertion
224 DeathTestAbort(::testing::internal::String::Format( \
236 // something other than EINTR, DeathTestAbort is called.
244 DeathTestAbort(::testing::internal::String::Format( \
285 DeathTestAbort("Cannot run a death test outside of a TEST or "
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 251 void DeathTestAbort(const std::string& message) {
270 // A replacement for CHECK that calls DeathTestAbort if the assertion
275 DeathTestAbort( \
288 // something other than EINTR, DeathTestAbort is called.
296 DeathTestAbort( \
338 DeathTestAbort("Cannot run a death test outside of a TEST or "
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 251 void DeathTestAbort(const std::string& message) {
270 // A replacement for CHECK that calls DeathTestAbort if the assertion
275 DeathTestAbort( \
288 // something other than EINTR, DeathTestAbort is called.
296 DeathTestAbort( \
338 DeathTestAbort("Cannot run a death test outside of a TEST or "
    [all...]

Completed in 41 milliseconds