HomeSort by relevance Sort by last modified time
    Searched refs:exception_type (Results 1 - 25 of 31) sorted by null

1 2

  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_client.cc 38 int exception_type,
53 info.exception_type = exception_type;
crash_generation_client.h 46 bool RequestDumpForException(int exception_type,
crash_generation_server.h 52 int32_t exception_type; member in struct:google_breakpad::ExceptionInfo
crash_generation_server.cc 125 if (info.exception_type && info.exception_code) {
126 generator.SetExceptionInformation(info.exception_type,
Inspector.h 55 int exception_type; member in struct:InspectorInfo
  /external/google-breakpad/src/client/mac/Framework/
Breakpad.h 65 typedef bool (*BreakpadFilterCallback)(int exception_type,
  /external/autotest/client/cros/
gpio.py 39 def __init__(self, exception_type=IOError):
40 self._exception_type = exception_type
  /external/chromium-trace/catapult/telemetry/telemetry/page/
cache_temperature.py 41 def __exit__(self, exception_type, exception_value, traceback):
42 if exception_type:
  /external/google-breakpad/src/client/mac/handler/
exception_handler.h 96 int exception_type,
189 bool WriteMinidumpWithException(int exception_type,
exception_handler.cc 350 int exception_type,
361 exception_type,
366 _exit(exception_type);
370 if (exception_type && exception_code) {
376 exception_type,
381 _exit(exception_type);
395 if (exception_type && exception_code) {
401 md.SetExceptionInformation(exception_type, exception_code,
416 _exit(exception_type);
520 int exception_type = 0 local
    [all...]
  /external/google-breakpad/src/client/ios/
Breakpad.h 60 typedef bool (*BreakpadFilterCallback)(int exception_type,
  /external/opencv3/modules/java/src/
imgcodecs.cpp 28 std::string exception_type = "std::exception"; local
31 exception_type = "cv::Exception";
35 what = exception_type + ": " + e->what();
videoio.cpp 28 std::string exception_type = "std::exception"; local
31 exception_type = "cv::Exception";
35 what = exception_type + ": " + e->what();
features2d.cpp 27 std::string exception_type = "std::exception"; local
30 exception_type = "cv::Exception";
34 what = exception_type + ": " + e->what();
    [all...]
objdetect.cpp 28 std::string exception_type = "std::exception"; local
31 exception_type = "cv::Exception";
35 what = exception_type + ": " + e->what();
    [all...]
video.cpp 28 std::string exception_type = "std::exception"; local
31 exception_type = "cv::Exception";
35 what = exception_type + ": " + e->what();
    [all...]
photo.cpp 28 std::string exception_type = "std::exception"; local
31 exception_type = "cv::Exception";
35 what = exception_type + ": " + e->what();
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
collector.py 103 ``exception_type``:
112 plus exception_type. This should be shown to users so they
364 exception_type=etype,
424 exception_type = None variable in class:CollectedException
reporter.py 95 subject = '%s: %s' % (exc_data.exception_type,
errormiddleware.py 388 % (exc_data.exception_type, exc_data.exception_value))
formatter.py 79 etype = exc_data.exception_type
  /art/runtime/
art_method.cc 186 uint32_t ArtMethod::FindCatchBlock(Handle<mirror::Class> exception_type,
219 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) {
art_method.h 578 uint32_t FindCatchBlock(Handle<mirror::Class> exception_type, uint32_t dex_pc,
  /external/opencv3/modules/java/generator/src/cpp/
Mat.cpp 17 std::string exception_type = "std::exception"; local
20 exception_type = "cv::Exception";
24 what = exception_type + ": " + e->what();
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 841 milliseconds

1 2