HomeSort by relevance Sort by last modified time
    Searched refs:DeathTestAbort (Results 1 - 11 of 11) 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/chromium_org/testing/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...]
  /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...]
  /external/chromium/testing/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/chromium_org/third_party/mesa/src/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/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/llvm/utils/unittest/googletest/
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/open-vcdiff/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...]
  /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...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]

Completed in 51 milliseconds