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

  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
  /external/gtest/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
97 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
  /external/mesa3d/src/gtest/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
97 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
97 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper_unittest.cc 90 (HasNonfatalFailure() ? kNonFatalFailure : 0));
98 } else if (WEXITSTATUS(status) == kNonFatalFailure) {
110 static const int kNonFatalFailure = 2;
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 80 milliseconds