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

  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc 175 int NonVoidFunction() {
176 DieInside("NonVoidFunction");
525 TEST_F(TestForDeathTest, NonVoidFunction) {
526 ASSERT_DEATH(NonVoidFunction(), "NonVoidFunction");
    [all...]
gtest_unittest.cc     [all...]
  /external/googletest/googletest/test/
gtest-death-test_test.cc 173 int NonVoidFunction() {
174 DieInside("NonVoidFunction");
522 TEST_F(TestForDeathTest, NonVoidFunction) {
523 ASSERT_DEATH(NonVoidFunction(), "NonVoidFunction");
    [all...]
gtest_unittest.cc     [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 165 int NonVoidFunction() {
166 DieInside("NonVoidFunction");
457 TEST_F(TestForDeathTest, NonVoidFunction) {
458 ASSERT_DEATH(NonVoidFunction(), "NonVoidFunction");
    [all...]
gtest_unittest.cc     [all...]
  /external/v8/testing/gtest/test/
gtest-death-test_test.cc 173 int NonVoidFunction() {
174 DieInside("NonVoidFunction");
522 TEST_F(TestForDeathTest, NonVoidFunction) {
523 ASSERT_DEATH(NonVoidFunction(), "NonVoidFunction");
    [all...]
gtest_unittest.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-death-test_test.cc 173 int NonVoidFunction() {
174 DieInside("NonVoidFunction");
523 TEST_F(TestForDeathTest, NonVoidFunction) {
524 ASSERT_DEATH(NonVoidFunction(), "NonVoidFunction");
    [all...]
gtest_unittest.cc     [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 174 int NonVoidFunction() {
175 DieInside("NonVoidFunction");
524 TEST_F(TestForDeathTest, NonVoidFunction) {
525 ASSERT_DEATH(NonVoidFunction(), "NonVoidFunction");
    [all...]
gtest_unittest.cc     [all...]

Completed in 977 milliseconds