HomeSort by relevance Sort by last modified time
    Searched defs:handler (Results 101 - 125 of 1746) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/google/contexthub/firmware/inc/
nanohubCommand.h 26 uint32_t (*handler)(void *, uint8_t, void *, uint64_t); member in struct:NanohubCommand
37 void (*handler)(void *, uint8_t); member in struct:NanohubHalCommand
  /external/apache-http/src/org/apache/http/impl/cookie/
AbstractCookieSpec.java 58 * Stores attribute name -> attribute handler mappings
71 final String name, final CookieAttributeHandler handler) {
75 if (handler == null) {
76 throw new IllegalArgumentException("Attribute handler may not be null");
78 this.attribHandlerMap.put(name, handler);
82 * Finds an attribute handler {@link CookieAttributeHandler} for the
83 * given attribute. Returns <tt>null</tt> if no attribute handler is
87 * @return an attribute handler or <tt>null</tt>
94 * Gets attribute handler {@link CookieAttributeHandler} for the
98 * @throws IllegalStateException if handler not found for th
102 CookieAttributeHandler handler = findAttribHandler(name); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionNamespaceSupport.java 73 ExtensionHandler handler = null; local
95 handler = (ExtensionHandler)con.newInstance(m_args);
103 return handler;
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorExsltFuncResult.java 46 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
51 super.startElement(handler, uri, localName, rawName, attributes);
52 ElemTemplateElement ancestor = handler.getElemTemplateElement().getParentElem();
60 handler.error(msg, new SAXException(msg));
67 handler.error(msg, new SAXException(msg));
ProcessorNamespaceAlias.java 48 * @param handler The calling StylesheetHandler/TemplatesBuilder.
62 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
66 NamespaceAlias na = new NamespaceAlias(handler.nextUid());
68 setPropertiesFromAttributes(handler, rawName, attributes, na);
75 String stylesheetNS = handler.getNamespaceForPrefix(prefix);
82 resultNS = handler.getNamespaceForPrefix(prefix);
84 handler.error(XSLTErrorResources.ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX_FOR_DEFAULT, null, null);
88 resultNS = handler.getNamespaceForPrefix(prefix);
90 handler.error(XSLTErrorResources.ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX, new Object[] {prefix}, null);
94 handler.getStylesheet().setNamespaceAlias(na)
    [all...]
ProcessorPreserveSpace.java 45 * @param handler The calling StylesheetHandler/TemplatesBuilder.
59 StylesheetHandler handler, String uri, String localName, String rawName,
63 Stylesheet thisSheet = handler.getStylesheet();
65 setPropertiesFromAttributes(handler, rawName, attributes, paths);
72 wsi.setUid(handler.nextUid());
ProcessorStripSpace.java 45 * @param handler The calling StylesheetHandler/TemplatesBuilder.
59 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
62 Stylesheet thisSheet = handler.getStylesheet();
64 setPropertiesFromAttributes(handler, rawName, attributes, paths);
71 wsi.setUid(handler.nextUid());
ProcessorTemplate.java 38 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
45 StylesheetHandler handler, ElemTemplateElement elem)
49 super.appendAndPush(handler, elem);
50 elem.setDOMBackPointer(handler.getOriginatingNode());
51 handler.getStylesheet().setTemplate((ElemTemplate) elem);
ProcessorText.java 40 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
47 StylesheetHandler handler, ElemTemplateElement elem)
53 (ProcessorCharacters) handler.getProcessorFor(null, "text()", "text");
57 ElemTemplateElement parent = handler.getElemTemplateElement();
60 elem.setDOMBackPointer(handler.getOriginatingNode());
66 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
72 StylesheetHandler handler, String uri, String localName, String rawName)
77 = (ProcessorCharacters) handler.getProcessorFor(null, "text()", "text");
  /external/autotest/client/common_lib/cros/
retry.py 15 def handler(signum, frame): function
17 Register a handler for the timeout.
24 Try installing a sigalarm handler.
27 sigalarm handler, so our function will feel the full force of a sigalarm
28 even if we try to install a pacifying signal handler. To avoid this we
29 need to confirm that the handler we tried to install really was installed.
31 @param new_handler: The new handler to install. This must be a callable
40 logging.warning('Trying to install an invalid sigalarm handler.')
85 installed_handler = install_sigalarm_handler(handler)
89 # If old_timeout_time = 0 we either didn't install a handler, or sigalr
    [all...]
  /external/autotest/client/cros/
dark_resume_xmlrpc_server.py 21 an XMLRPC server. This is not a stateless handler object, which means that
47 handler = logging.handlers.SysLogHandler(address = '/dev/log') variable
50 handler.setFormatter(formatter)
51 logging.getLogger().addHandler(handler)
  /external/autotest/client/cros/networking/
apmanager_xmlrpc_server.py 21 an XMLRPC server. This is not a stateless handler object, which means that
62 handler = logging.handlers.SysLogHandler(address='/dev/log') variable
65 handler.setFormatter(formatter)
66 logging.getLogger().addHandler(handler)
  /external/autotest/server/
site_log_time_diff.py 18 handler = logging.StreamHandler(file('/dev/stderr', 'w')) variable
20 handler.setFormatter(formatter)
21 logger.addHandler(handler)
  /external/avahi/avahi-utils/
sigint.c 54 static void handler(int s) { function
99 sa.sa_handler = handler;
  /external/bison/lib/
sigaction.c 28 signal() has SysV semantics (ie. the handler is uninstalled before
30 signal is sent twice in a row before we can reinstall our handler,
35 the situation by reading static storage in a signal handler, which
68 for the signal SIGABRT. Only one signal handler is stored for both
75 /* A signal handler. */
79 that signal is not currently handled by the sigaction handler. */
82 /* Signal handler that is installed for signals. */
86 handler_t handler; local
98 /* Reinstall the signal handler when required; otherwise update the
99 bookkeeping so that the user's handler may call sigaction and ge
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
tagging.py 1 from boto import handler namespace
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
test_versioning.py 28 from boto import handler namespace
181 h = handler.XmlHandler(aclo, b)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/emr/
test_emr_responses.py 28 from boto import handler namespace
342 h = handler.XmlHandler(rs, None)
  /external/google-breakpad/src/common/dwarf/
dwarf2diehandler.cc 69 // Finish off this handler now. and edit *PARENT to indicate that
79 // Find a handler for this DIE.
80 DIEHandler *handler; local
83 // Ask the parent to find a handler.
84 handler = parent->handler_->FindChildHandler(offset, tag);
86 // No parent handler means we're not interested in any of our
88 handler = NULL;
90 // This is the root DIE. For a non-root DIE, the parent's handler
92 // handler, so we have a special method on the root DIE handler
    [all...]
  /external/javassist/src/main/javassist/util/proxy/
SerializedProxy.java 35 private MethodHandler handler; field in class:SerializedProxy
39 handler = h;
84 proxy.setHandler(handler);
  /external/jetty/src/java/org/eclipse/jetty/server/session/jmx/
AbstractSessionManagerMBean.java 21 import org.eclipse.jetty.server.handler.AbstractHandlerContainer;
22 import org.eclipse.jetty.server.handler.ContextHandler;
23 import org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean;
42 SessionHandler handler = manager.getSessionHandler(); local
43 if (handler != null)
46 AbstractHandlerContainer.findContainerOf(handler.getServer(),
48 handler);
  /external/libweave/src/privet/
privet_handler.h 32 // Privet V3 HTTP/HTTPS requests handler.
74 // Adds a handler for both HTTP and HTTPS interfaces.
75 void AddHandler(const std::string& path, ApiHandler handler, AuthScope scope);
77 // Adds a handler for both HTTPS interface only.
79 ApiHandler handler,
149 ApiHandler handler; member in struct:weave::privet::PrivetHandler::HandlerParameters
  /external/libxml2/python/tests/
indexes.py 61 handler = callback(0, 13, 27, 198, 183) variable
62 ctxt = libxml2.createPushParser(handler, "<foo>\n", 6, "test.xml")
84 handler = callback(43, 57, 71, 198, 183) variable
88 ctxt = libxml2.createPushParser(handler, chunk, len(chunk), "test.xml")
pushSAX.py 43 handler = callback() variable
45 ctxt = libxml2.createPushParser(handler, "<foo", 4, "test.xml")
pushSAXhtml.py 43 handler = callback() variable
45 ctxt = libxml2.htmlCreatePushParser(handler, "<foo", 4, "test.xml")

Completed in 2122 milliseconds

1 2 3 45 6 7 8 91011>>