Home
last modified time | relevance | path

Searched refs:is_fatal (Results 1 – 3 of 3) sorted by relevance

/external/googletest/googletest/test/
Dgtest_stress_test.cc155 void FailingThread(bool is_fatal) { in FailingThread() argument
156 if (is_fatal) in FailingThread()
164 void GenerateFatalFailureInAnotherThread(bool is_fatal) { in GenerateFatalFailureInAnotherThread() argument
165 ThreadWithParam<bool> thread(&FailingThread, is_fatal, nullptr); in GenerateFatalFailureInAnotherThread()
/external/google-breakpad/src/testing/gtest/test/
Dgtest_stress_test.cc164 void FailingThread(bool is_fatal) { in FailingThread() argument
165 if (is_fatal) in FailingThread()
173 void GenerateFatalFailureInAnotherThread(bool is_fatal) { in GenerateFatalFailureInAnotherThread() argument
174 ThreadWithParam<bool> thread(&FailingThread, is_fatal, NULL); in GenerateFatalFailureInAnotherThread()
/external/libxaac/test/
Dixheaacd_error.c302 WORD is_fatal = (((UWORD)code & 0x8000) >> 15); in ixheaacd_error_handler() local
306 if (!is_fatal) { in ixheaacd_error_handler()
323 ->ppppb_error_msg_pointers[is_fatal][err_class][err_sub_code]); in ixheaacd_error_handler()