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

1 2

  /external/vboot_reference/futility/
futility.h 48 int (*const handler) (int argc, char **argv); member in struct:futil_cmd_t
55 #define DECLARE_FUTIL_COMMAND(NAME, HANDLER, VERSION, SHORTHELP, LONGHELP) \
58 .handler = HANDLER, \
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
sslproxy_test.py 60 class Handler(BaseHTTPServer.BaseHTTPRequestHandler):
68 class WrappedErrorHandler(Handler):
69 """Wraps handler to verify expected sslproxy errors are being raised."""
72 Handler.setup(self)
79 Handler.finish(self)
106 self.HANDLER = WrappedErrorHandler
108 self.HANDLER = sslproxy.wrap_handler(Handler)
110 BaseHTTPServer.HTTPServer.__init__(self, (host, port), self.HANDLER)
httpproxy.py 74 # Make request handler logging match our logging format.
280 HANDLER = HttpArchiveHandler
333 BaseHTTPServer.HTTPServer.__init__(self, (host, port), self.HANDLER)
388 self.HANDLER = sslproxy.wrap_handler(HttpArchiveHandler)
  /external/v8/test/cctest/compiler/
test-run-stubs.cc 31 Code::ComputeFlags(Code::HANDLER));
  /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/v8/src/ic/
stub-cache.cc 36 DCHECK_EQ(Code::HANDLER, Code::ExtractKindFromFlags(flags));
  /external/v8/src/
code-stubs.h 142 /* IC Handler stubs */ \
486 void SetMissHandler(ExternalReference handler) {
487 miss_handler_ = handler;
489 // Our miss handler infrastructure doesn't currently support
698 Code::Kind GetCodeKind() const override { return Code::HANDLER; }
    [all...]
disassembler.cc 214 } else if (kind == Code::STUB || kind == Code::HANDLER) {
type-feedback-vector.cc 679 Handle<Code> handler) {
682 SetFeedbackExtra(*handler);
699 void LoadGlobalICNexus::ConfigureHandlerMode(Handle<Code> handler) {
701 SetFeedbackExtra(*handler);
706 Handle<Code> handler) {
710 SetFeedbackExtra(*handler);
715 array->set(1, *handler);
721 Handle<Code> handler) {
724 SetFeedbackExtra(*handler);
730 Handle<Code> handler) {
995 Handle<Code> handler = handlers.at(i); local
    [all...]
builtins.h 342 V(LoadGlobalIC_Slow, HANDLER, Code::LOAD_GLOBAL_IC, LoadGlobalWithVector) \
344 V(LoadIC_Slow, HANDLER, Code::LOAD_IC, LoadWithVector)
    [all...]
compiler.cc 200 case Code::HANDLER:
    [all...]
log.cc 595 // between the signal handler and the worker thread.
    [all...]
objects-inl.h 739 // a handler table array.
    [all...]
objects.h     [all...]
  /external/v8/src/snapshot/
code-serializer.cc 66 case Code::HANDLER: // No handlers patched in yet.
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/clang/lib/AST/
Stmt.cpp 898 Stmt *Handler)
904 Children[HANDLER] = Handler;
909 Stmt *Handler) {
910 return new(C) SEHTryStmt(IsCXXTry,TryLoc,TryBlock,Handler);
    [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)
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /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/guice/extensions/persist/lib/
javassist.jar 
hsqldb.jar 

Completed in 628 milliseconds

1 2