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

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 164 void DeathTestAbort(const char* format, ...) {
187 // A replacement for CHECK that calls DeathTestAbort if the assertion
192 DeathTestAbort("CHECK failed: File %s, line %d: %s", \
203 // something other than EINTR, DeathTestAbort is called.
211 DeathTestAbort("CHECK failed: File %s, line %d: %s != -1", \
221 DeathTestAbort("Cannot run a death test outside of a TEST or "
551 DeathTestAbort("execve failed: %s", strerror(errno));
740 DeathTestAbort("Bad --gtest_internal_run_death_test flag: %s",
  /external/gtest/src/
gtest-death-test.cc 200 void DeathTestAbort(const String& message) {
227 // A replacement for CHECK that calls DeathTestAbort if the assertion
232 DeathTestAbort(::testing::internal::String::Format(\
244 // something other than EINTR, DeathTestAbort is called.
252 DeathTestAbort(::testing::internal::String::Format(\
305 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 "
863 DeathTestAbort(String::Format("chdir(\"%s\") failed: %s",
    [all...]

Completed in 27 milliseconds