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

  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-death-test.h 261 # define ASSERT_DEBUG_DEATH(statement, regex) \
269 # define ASSERT_DEBUG_DEATH(statement, regex) \
  /external/googletest/googletest/include/gtest/
gtest-death-test.h 261 # define ASSERT_DEBUG_DEATH(statement, regex) \
269 # define ASSERT_DEBUG_DEATH(statement, regex) \
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-death-test.h 261 # define ASSERT_DEBUG_DEATH(statement, regex) \
269 # define ASSERT_DEBUG_DEATH(statement, regex) \
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-death-test.h 250 # define ASSERT_DEBUG_DEATH(statement, regex) \
258 # define ASSERT_DEBUG_DEATH(statement, regex) \
  /external/mesa3d/src/gtest/include/gtest/
gtest-death-test.h 261 # define ASSERT_DEBUG_DEATH(statement, regex) \
269 # define ASSERT_DEBUG_DEATH(statement, regex) \
  /external/protobuf/gtest/include/gtest/
gtest-death-test.h 250 #define ASSERT_DEBUG_DEATH(statement, regex) \
258 #define ASSERT_DEBUG_DEATH(statement, regex) \
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-death-test.h 250 # define ASSERT_DEBUG_DEATH(statement, regex) \
258 # define ASSERT_DEBUG_DEATH(statement, regex) \
  /external/v8/testing/gtest/include/gtest/
gtest-death-test.h 261 # define ASSERT_DEBUG_DEATH(statement, regex) \
269 # define ASSERT_DEBUG_DEATH(statement, regex) \
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-death-test.h 261 # define ASSERT_DEBUG_DEATH(statement, regex) \
269 # define ASSERT_DEBUG_DEATH(statement, regex) \
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/
gtest-death-test.h 261 # define ASSERT_DEBUG_DEATH(statement, regex) \
269 # define ASSERT_DEBUG_DEATH(statement, regex) \
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/
gtest-death-test.h 261 # define ASSERT_DEBUG_DEATH(statement, regex) \
269 # define ASSERT_DEBUG_DEATH(statement, regex) \
  /external/clang/unittests/ASTMatchers/
ASTMatchersInternalTest.cpp 24 ASSERT_DEBUG_DEATH({
31 ASSERT_DEBUG_DEATH({
38 ASSERT_DEBUG_DEATH({
  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc 647 // Tests that ASSERT_DEBUG_DEATH works as expected, that is, you can stream a
657 ASSERT_DEBUG_DEATH(DieInDebugElse12(&sideeffect), "death.*DieInDebugElse12")
704 ASSERT_DEBUG_DEATH(return, "") << "This is expected to fail.";
708 // Tests that ASSERT_DEBUG_DEATH in debug mode aborts the function on
    [all...]
  /external/googletest/googletest/test/
gtest-death-test_test.cc 644 // Tests that ASSERT_DEBUG_DEATH works as expected, that is, you can stream a
654 ASSERT_DEBUG_DEATH(DieInDebugElse12(&sideeffect), "death.*DieInDebugElse12")
701 GTEST_LOG_(INFO) << "Before ASSERT_DEBUG_DEATH";
702 ASSERT_DEBUG_DEATH(GTEST_LOG_(INFO) << "In ASSERT_DEBUG_DEATH"; return, "")
704 GTEST_LOG_(INFO) << "After ASSERT_DEBUG_DEATH";
708 // Tests that ASSERT_DEBUG_DEATH in debug mode aborts the function on
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 572 // Tests that ASSERT_DEBUG_DEATH works as expected
582 ASSERT_DEBUG_DEATH({ // NOLINT
640 ASSERT_DEBUG_DEATH(return, "") << "This is expected to fail.";
644 // Tests that ASSERT_DEBUG_DEATH in debug mode aborts the function on
    [all...]
  /external/v8/testing/gtest/test/
gtest-death-test_test.cc 644 // Tests that ASSERT_DEBUG_DEATH works as expected, that is, you can stream a
654 ASSERT_DEBUG_DEATH(DieInDebugElse12(&sideeffect), "death.*DieInDebugElse12")
701 GTEST_LOG_(INFO) << "Before ASSERT_DEBUG_DEATH";
702 ASSERT_DEBUG_DEATH(GTEST_LOG_(INFO) << "In ASSERT_DEBUG_DEATH"; return, "")
704 GTEST_LOG_(INFO) << "After ASSERT_DEBUG_DEATH";
708 // Tests that ASSERT_DEBUG_DEATH in debug mode aborts the function on
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-death-test_test.cc 645 // Tests that ASSERT_DEBUG_DEATH works as expected, that is, you can stream a
655 ASSERT_DEBUG_DEATH(DieInDebugElse12(&sideeffect), "death.*DieInDebugElse12")
702 GTEST_LOG_(INFO) << "Before ASSERT_DEBUG_DEATH";
703 ASSERT_DEBUG_DEATH(GTEST_LOG_(INFO) << "In ASSERT_DEBUG_DEATH"; return, "")
705 GTEST_LOG_(INFO) << "After ASSERT_DEBUG_DEATH";
709 // Tests that ASSERT_DEBUG_DEATH in debug mode aborts the function on
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 646 // Tests that ASSERT_DEBUG_DEATH works as expected, that is, you can stream a
656 ASSERT_DEBUG_DEATH(DieInDebugElse12(&sideeffect), "death.*DieInDebugElse12")
703 ASSERT_DEBUG_DEATH(return, "") << "This is expected to fail.";
707 // Tests that ASSERT_DEBUG_DEATH in debug mode aborts the function on
    [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...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]

Completed in 627 milliseconds