HomeSort by relevance Sort by last modified time
    Searched defs:handlers (Results 1 - 24 of 24) sorted by null

  /external/oprofile/daemon/
opd_extended.h 28 // Feature handlers
29 struct opd_ext_handlers * handlers; member in struct:opd_ext_feature
33 * OProfile Extended handlers
40 // Extended sfile handlers
45 * OProfile Extended sub-handlers (sfile)
opd_trans.c 264 handler_t handlers[LAST_CODE + 1] = { variable
346 handlers[code](&trans);
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
main.py 17 """Handlers for Sample SyncAdapter services.
34 import wsgiref.handlers namespace
170 wsgiref.handlers.CGIHandler().run(application)
dashboard.py 30 import wsgiref.handlers namespace
270 wsgiref.handlers.CGIHandler().run(application)
  /dalvik/dx/src/com/android/dx/dex/code/
CatchTable.java 102 /** {@code non-null;} list of catch handlers */
103 private final CatchHandlerList handlers; field in class:CatchTable.Entry
110 * @param handlers {@code non-null;} list of catch handlers
112 public Entry(int start, int end, CatchHandlerList handlers) {
121 if (handlers.isMutable()) {
122 throw new IllegalArgumentException("handlers.isMutable()");
127 this.handlers = handlers;
134 hash = (hash * 31) + handlers.hashCode()
    [all...]
StdCatchBuilder.java 144 CatchHandlerList handlers = handlersFor(block, addresses); local
150 currentHandlers = handlers;
154 if (currentHandlers.equals(handlers)
157 * The block we are looking at now has the same handlers
167 * The block we are looking at now has incompatible handlers,
169 * one. Note: We only emit an entry if it has associated handlers.
180 currentHandlers = handlers;
267 * handlers.
271 * @param handlers {@code non-null;} the handlers for the rang
    [all...]
  /development/scripts/app_engine_server/gae_shell/
shell.py 33 your app's source directory. Then, copy the URL handlers from app.yaml into
46 import wsgiref.handlers namespace
304 wsgiref.handlers.CGIHandler().run(application)
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 33 * List of exception handlers (tuples of covered range, catch type,
61 * length of the handlers header (encoded size), if known; used for
137 "too many catch handlers");
142 // Write out the handlers "header" consisting of its size in entries.
224 * Helper method to annotate or simply print the exception handlers.
250 CatchHandlerList handlers = entry.getHandlers(); local
253 String s2 = handlers.toHuman(subPrefix, "");
269 annotateTo.annotate(0, prefix + "handlers:");
299 * @param handlers {@code non-null;} handlers to annotat
    [all...]
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
standalone.py 48 <websock_handlers> is the path to the root directory of Web Socket handlers.
50 handlers. If this path is relative, <document_root> is used as the base.
52 <scan_dir> is a path under the root directory. If specified, only the handlers
65 import logging.handlers namespace
287 handler = logging.handlers.RotatingFileHandler(
329 help='Web Socket handlers root directory.')
333 help=('Web Socket handlers map file. '
338 help=('Web Socket handlers scan directory. '
398 # Share a Dispatcher among request handlers to save time for
  /external/chromium/net/third_party/nss/ssl/
ssl3ext.c 221 /* Table of handlers for received TLS hello extensions, one per extension.
1296 const ssl3HelloExtensionHandler * handlers = local
    [all...]
  /external/clearsilver/mod_ecs/
mod_ecs.c 358 array_header *handlers; member in struct:__anon3293
388 new->handlers = ap_make_array(p,1,sizeof(ecs_manager));
499 entry = (ecs_manager*)ap_push_array(cls->handlers);
500 entry->libpath = ap_pstrdup(cls->handlers->pool, arg);
502 return load_library (cls->handlers->pool, entry, 1, "Pre");
552 handler = findHandler (sconf->handlers, r->filename);
556 my_handler.libpath = ap_pstrdup(sconf->handlers->pool, r->filename);
557 err = load_library(sconf->handlers->pool, &my_handler, 1, "");
565 handler = (ecs_manager*)ap_push_array(sconf->handlers);
595 err = load_library(sconf->handlers->pool, handler, 0, "Re")
    [all...]
  /external/wpa_supplicant/
radius_client.c 114 struct radius_rx_handler **handlers, *newh; local
118 handlers = &radius->acct_handlers;
121 handlers = &radius->auth_handlers;
125 newh = os_realloc(*handlers,
133 *handlers = newh;
509 struct radius_rx_handler *handlers; local
517 handlers = radius->acct_handlers;
521 handlers = radius->auth_handlers;
610 res = handlers[i].handler(msg, req->msg, req->shared_secret,
612 handlers[i].data)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_client.c 115 struct radius_rx_handler **handlers, *newh; local
119 handlers = &radius->acct_handlers;
122 handlers = &radius->auth_handlers;
126 newh = os_realloc(*handlers,
134 *handlers = newh;
510 struct radius_rx_handler *handlers; local
518 handlers = radius->acct_handlers;
522 handlers = radius->auth_handlers;
611 res = handlers[i].handler(msg, req->msg, req->shared_secret,
613 handlers[i].data)
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
Logger.java 60 * returns {@code true}, loggers also inherit their parent's handlers. In this
113 * When converting the concurrent collection of handlers to an array, we
153 * The handlers attached to this logger. Eagerly initialized and
156 private final List<Handler> handlers = new CopyOnWriteArrayList<Handler>(); field in class:Logger
158 /** True to notify the parent's handlers of each log message. */
211 Iterator<Handler> h = handlers.iterator();
226 } else if (handlers.isEmpty() && notifyParentHandlers) {
232 * 3. we have no handlers of our own
233 * 4. we notify our parent's handlers
350 * inherits the default logging level and handlers from the root logger
    [all...]
  /external/bluetooth/glib/glib/
gmessages.c 66 GLogHandler *handlers; member in struct:_GLogDomain
184 domain->handlers = NULL;
196 domain->handlers == NULL)
230 handler = domain->handlers;
326 handler->next = domain->handlers;
327 domain->handlers = handler;
367 work = domain->handlers;
375 domain->handlers = work->next;
  /external/libxml2/
encoding.c 1284 static xmlCharEncodingHandlerPtr *handlers = NULL; variable
    [all...]
  /external/bluetooth/glib/gobject/
gsignal.c 66 * provided handlers are frequently connected and disconnected to/from a certain
75 * 2 - Invocation of normal user-provided signal handlers (<emphasis>after</emphasis> flag %FALSE)
81 * 4 - Invocation of user provided signal handlers, connected with an <emphasis>after</emphasis> flag of %TRUE
87 * The user-provided signal handlers are called in the order they were
89 * All handlers may prematurely stop a signal emission, and any number of
90 * handlers may be connected, disconnected, blocked or unblocked during
92 * There are certain criteria for skipping user handlers in stages 2 and 4
94 * First, user handlers may be <emphasis>blocked</emphasis>, blocked handlers are omitted
101 * Specification of no detail argument for signal handlers (omission of th
239 Handler *handlers; member in struct:_HandlerList
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/jython/
jython.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 9744 milliseconds