/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.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
|
crash_generation_server.h | 52 int32_t exception_type; member in struct:google_breakpad::ExceptionInfo
|
Inspector.mm | 202 exception_type_ = info.exception_type; 216 printf("exception_type = %d\n", exception_type_);
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
MethodExitWithReturnValueDebuggee.java | 40 public static final String EXCEPTION_TYPE = "EXCEPTION"; 130 }else if(type.equals(EXCEPTION_TYPE)){
|
MethodExitWithReturnValueTest.java | 54 synchronizer.sendMessage(MethodExitWithReturnValueDebuggee.EXCEPTION_TYPE);
|
/external/autotest/client/cros/ |
gpio.py | 39 def __init__(self, exception_type=IOError): 40 self._exception_type = exception_type
|
/external/google-breakpad/src/client/mac/handler/ |
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...] |
exception_handler.h | 96 int exception_type, 189 bool WriteMinidumpWithException(int exception_type,
|
/external/google-breakpad/src/client/mac/tests/ |
BreakpadFramework_Test.mm | 64 bool myBreakpadCallback(int exception_type, 69 bool myBreakpadCallback(int exception_type, 75 [testCaseClass setLastExceptionType: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();
|
/external/sfntly/cpp/src/sfntly/tools/subsetter/ |
glyph_table_subsetter.cc | 23 #include "sfntly/port/exception_type.h"
|
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/ |
reporter.py | 95 subject = '%s: %s' % (exc_data.exception_type,
|
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
|
/external/sfntly/cpp/src/sfntly/port/ |
file_input_stream.cc | 22 #include "sfntly/port/exception_type.h"
|
memory_input_stream.cc | 24 #include "sfntly/port/exception_type.h"
|
/external/sfntly/cpp/src/sfntly/table/core/ |
horizontal_metrics_table.cc | 18 #include "sfntly/port/exception_type.h"
|
/external/google-breakpad/src/client/mac/Framework/ |
Breakpad.mm | 184 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; [all...] |
/external/sfntly/cpp/src/sfntly/data/ |
byte_array.cc | 21 #include "sfntly/port/exception_type.h"
|
readable_font_data.cc | 23 #include "sfntly/port/exception_type.h"
|
/external/sfntly/cpp/src/sfntly/table/truetype/ |
loca_table.cc | 18 #include "sfntly/port/exception_type.h"
|
/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())) {
|