HomeSort by relevance Sort by last modified time
    Searched refs:HANDLER (Results 1 - 17 of 17) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.def 275 /* A HANDLER wraps a catch handler for the HANDLER_TYPE. If this is
276 CATCH_ALL_TYPE, then the handler catches all types. The declaration of
279 DEFTREECODE (HANDLER, "handler", tcc_statement, 2)
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 41 * forwarded and then <code>invoke()</code> is called on the method handler
43 * the interfaces are also forwarded to the method handler.
78 * it, and sets the method handler of the instance:
85 * <p>To change the method handler during runtime,
89 * MethodHandler mi = ... ; // alternative handler
94 * employ the default handler which proceeds by invoking the original method.
95 * The behaviour of the default handler is identical to the following
96 * handler:
116 * used to specify a default handler which newly created proxy classes should install
120 * clients to set the handler of a proxy instance explicitly by calling metho
156 private MethodHandler handler; \/\/ retained for legacy usage field in class:ProxyFactory
    [all...]
  /external/chromium_org/v8/src/ic/
stub-cache.cc 37 DCHECK_EQ(Code::HANDLER, Code::ExtractKindFromFlags(flags));
  /external/chromium_org/third_party/polymer/components-chromium/paper-ripple/
raw-extracted.js 280 // MOUSE DOWN HANDLER
312 // MOUSE UP HANDLER
  /external/chromium_org/v8/src/
disassembler.cc 228 } else if (kind == Code::STUB || kind == Code::HANDLER) {
code-stubs.h 82 /* IC Handler stubs */ \
367 void SetMissHandler(ExternalReference handler) {
368 miss_handler_ = handler;
370 // Our miss handler infrastructure doesn't currently support
852 virtual Code::Kind GetCodeKind() const { return Code::HANDLER; }
868 virtual Code::Kind GetCodeKind() const { return Code::HANDLER; }
878 virtual Code::Kind GetCodeKind() const { return Code::HANDLER; }
    [all...]
log.cc 639 // between the signal handler and the worker thread.
    [all...]
objects-inl.h     [all...]
objects.h     [all...]
objects.cc 12841 ElementsAccessor* handler = object->GetElementsAccessor(); local
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-check.h 260 #define HANDLER_CHECK(t) TREE_CHECK (t, HANDLER)
  /external/clang/lib/AST/
Stmt.cpp 962 Stmt *Handler)
968 Children[HANDLER] = Handler;
973 Stmt *Handler) {
974 return new(C) SEHTryStmt(IsCXXTry,TryLoc,TryBlock,Handler);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 608 milliseconds