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

  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-test-part.h 54 kFatalFailure // Failed and the test should be terminated.
98 bool fatally_failed() const { return type_ == kFatalFailure; }
  /external/googletest/googletest/include/gtest/
gtest-test-part.h 54 kFatalFailure // Failed and the test should be terminated.
100 bool fatally_failed() const { return type_ == kFatalFailure; }
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-test-part.h 54 kFatalFailure // Failed and the test should be terminated.
100 bool fatally_failed() const { return type_ == kFatalFailure; }
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 54 kFatalFailure // Failed and the test should be terminated.
98 bool fatally_failed() const { return type_ == kFatalFailure; }
  /external/mesa3d/src/gtest/include/gtest/
gtest-test-part.h 54 kFatalFailure // Failed and the test should be terminated.
100 bool fatally_failed() const { return type_ == kFatalFailure; }
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 54 kFatalFailure // Failed and the test should be terminated.
98 bool fatally_failed() const { return type_ == kFatalFailure; }
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-test-part.h 54 kFatalFailure // Failed and the test should be terminated.
98 bool fatally_failed() const { return type_ == kFatalFailure; }
  /external/v8/testing/gtest/include/gtest/
gtest-test-part.h 54 kFatalFailure // Failed and the test should be terminated.
100 bool fatally_failed() const { return type_ == kFatalFailure; }
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-test-part.h 54 kFatalFailure // Failed and the test should be terminated.
100 bool fatally_failed() const { return type_ == kFatalFailure; }
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/
gtest-test-part.h 54 kFatalFailure // Failed and the test should be terminated.
100 bool fatally_failed() const { return type_ == kFatalFailure; }
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/
gtest-test-part.h 54 kFatalFailure // Failed and the test should be terminated.
100 bool fatally_failed() const { return type_ == kFatalFailure; }
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper_unittest.cc 89 exit(HasFatalFailure() ? kFatalFailure :
96 if (WEXITSTATUS(status) == kFatalFailure) {
109 static const int kFatalFailure = 1;
  /external/fmtlib/test/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]

Completed in 120 milliseconds