Home
last modified time | relevance | path

Searched refs:exception_type (Results 1 – 25 of 29) sorted by relevance

12

/external/google-breakpad/src/client/mac/crash_generation/
Dcrash_generation_client.cc38 int exception_type, in RequestDumpForException() argument
53 info.exception_type = exception_type; in RequestDumpForException()
Dcrash_generation_server.cc125 if (info.exception_type && info.exception_code) { in WaitForOneMessage()
126 generator.SetExceptionInformation(info.exception_type, in WaitForOneMessage()
Dcrash_generation_client.h46 bool RequestDumpForException(int exception_type,
Dcrash_generation_server.h52 int32_t exception_type; member
DInspector.h55 int exception_type; member
DInspector.mm202 exception_type_ = info.exception_type;
216 printf("exception_type = %d\n", exception_type_);
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc350 int exception_type, in WriteMinidumpWithException() argument
361 exception_type, in WriteMinidumpWithException()
366 _exit(exception_type); in WriteMinidumpWithException()
370 if (exception_type && exception_code) { in WriteMinidumpWithException()
376 exception_type, in WriteMinidumpWithException()
381 _exit(exception_type); in WriteMinidumpWithException()
395 if (exception_type && exception_code) { in WriteMinidumpWithException()
401 md.SetExceptionInformation(exception_type, exception_code, in WriteMinidumpWithException()
416 _exit(exception_type); in WriteMinidumpWithException()
520 int exception_type = 0; in WaitForMessage() local
[all …]
Dexception_handler.h96 int exception_type,
189 bool WriteMinidumpWithException(int exception_type,
/external/autotest/client/cros/
Dgpio.py39 def __init__(self, exception_type=IOError): argument
40 self._exception_type = exception_type
/external/opencv3/modules/java/src/
Dimgcodecs.cpp28 std::string exception_type = "std::exception"; in throwJavaException() local
31 exception_type = "cv::Exception"; in throwJavaException()
35 what = exception_type + ": " + e->what(); in throwJavaException()
Dvideoio.cpp28 std::string exception_type = "std::exception"; in throwJavaException() local
31 exception_type = "cv::Exception"; in throwJavaException()
35 what = exception_type + ": " + e->what(); in throwJavaException()
Dfeatures2d.cpp27 std::string exception_type = "std::exception"; in throwJavaException() local
30 exception_type = "cv::Exception"; in throwJavaException()
34 what = exception_type + ": " + e->what(); in throwJavaException()
Dobjdetect.cpp28 std::string exception_type = "std::exception"; in throwJavaException() local
31 exception_type = "cv::Exception"; in throwJavaException()
35 what = exception_type + ": " + e->what(); in throwJavaException()
Dvideo.cpp28 std::string exception_type = "std::exception"; in throwJavaException() local
31 exception_type = "cv::Exception"; in throwJavaException()
35 what = exception_type + ": " + e->what(); in throwJavaException()
Dphoto.cpp28 std::string exception_type = "std::exception"; in throwJavaException() local
31 exception_type = "cv::Exception"; in throwJavaException()
35 what = exception_type + ": " + e->what(); in throwJavaException()
Dml.cpp27 std::string exception_type = "std::exception"; in throwJavaException() local
30 exception_type = "cv::Exception"; in throwJavaException()
34 what = exception_type + ": " + e->what(); in throwJavaException()
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.h65 typedef bool (*BreakpadFilterCallback)(int exception_type,
DBreakpad.mm184 int exception_type,
189 bool HandleException(int exception_type,
265 int exception_type,
276 return breakpad->HandleException( exception_type,
679 bool Breakpad::HandleException(int exception_type,
684 bool should_handle = filter_callback_(exception_type,
713 info.exception_type = exception_type;
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
Dcollector.py364 exception_type=etype,
424 exception_type = None variable in CollectedException
Dreporter.py95 subject = '%s: %s' % (exc_data.exception_type,
Derrormiddleware.py388 % (exc_data.exception_type, exc_data.exception_value))
Dformatter.py79 etype = exc_data.exception_type
/external/google-breakpad/src/client/ios/
DBreakpad.h60 typedef bool (*BreakpadFilterCallback)(int exception_type,
/external/google-breakpad/src/client/mac/tests/
DBreakpadFramework_Test.mm64 bool myBreakpadCallback(int exception_type,
69 bool myBreakpadCallback(int exception_type,
75 [testCaseClass setLastExceptionType:exception_type
/external/opencv3/modules/java/generator/src/cpp/
DMat.cpp17 std::string exception_type = "std::exception"; in throwJavaException() local
20 exception_type = "cv::Exception"; in throwJavaException()
24 what = exception_type + ": " + e->what(); in throwJavaException()

12