Searched defs:ExceptionHandler (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8NPUtils.h48 // The ExceptionHandler will be notified of any exceptions thrown while
50 typedef void (*ExceptionHandler)(void* data, const NPUTF8* message); typedef in namespace:blink
51 void pushExceptionHandler(ExceptionHandler, void* data);
55 // current ExceptionHandler.
/external/chromium_org/third_party/WebKit/public/web/
H A DWebBindings.h180 typedef void (ExceptionHandler)(void* data, const NPUTF8* message); typedef in class:blink::WebBindings
184 BLINK_EXPORT static void pushExceptionHandler(ExceptionHandler, void* data);
/external/chromium_org/extensions/renderer/
H A Dmodule_system.h52 class ExceptionHandler { class in class:extensions::ModuleSystem
54 virtual ~ExceptionHandler() {}
140 void SetExceptionHandlerForTest(scoped_ptr<ExceptionHandler> handler) {
224 scoped_ptr<ExceptionHandler> exception_handler_;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
H A DExceptionHandler.java42 public interface ExceptionHandler extends Comparable<ExceptionHandler> { interface in inherits:Comparable
67 * Returns a hashcode for this ExceptionHandler.
78 * @return The hash code value for this ExceptionHandler
83 * Compares this ExceptionHandler to another ExceptionHandler for equality.
85 * This ExceptionHandler is equal to another ExceptionHandler if all of it's "fields" are equal. That is, if
88 * @param o The object to be compared for equality with this ExceptionHandler
89 * @return true if the specified object is equal to this ExceptionHandler
[all...]
/external/llvm/include/llvm/MC/
H A DMCWin64EH.h65 : Begin(nullptr), End(nullptr),ExceptionHandler(nullptr),
71 const MCSymbol *ExceptionHandler; member in struct:llvm::MCWin64EHUnwindInfo
/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp156 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) function
198 PVOID handle = ::AddVectoredExceptionHandler(1, ExceptionHandler);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 240 milliseconds