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

  /external/chromium_org/testing/gtest/test/
gtest-death-test_test.cc 173 int NonVoidFunction() {
174 DieInside("NonVoidFunction");
518 TEST_F(TestForDeathTest, NonVoidFunction) {
519 ASSERT_DEATH(NonVoidFunction(), "NonVoidFunction");
    [all...]
gtest_unittest.cc     [all...]
  /external/gtest/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...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 164 int NonVoidFunction() {
165 GTEST_LOG_(FATAL) << "death inside NonVoidFunction().";
459 TEST_F(TestForDeathTest, NonVoidFunction) {
460 ASSERT_DEATH(NonVoidFunction(), "NonVoidFunction");
    [all...]
gtest_unittest.cc     [all...]
  /ndk/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 94 milliseconds