Searched defs:handlers (Results 1 - 25 of 40) sorted by relevance

12

/external/webkit/Tools/QueueStatusServer/handlers/
H A Dupdatesvnrevision.py32 import handlers namespace
36 class UpdateSVNRevision(handlers.UpdateBase):
/external/chromium/chrome/browser/ui/webui/
H A Dconstrained_html_ui.cc31 std::vector<WebUIMessageHandler*> handlers; local
32 dialog_delegate->GetWebUIMessageHandlers(&handlers);
35 for (std::vector<WebUIMessageHandler*>::iterator it = handlers.begin();
36 it != handlers.end(); ++it) {
H A Dhtml_dialog_ui.cc47 std::vector<WebUIMessageHandler*> handlers; local
52 (*delegate)->GetWebUIMessageHandlers(&handlers);
57 for (std::vector<WebUIMessageHandler*>::iterator it = handlers.begin();
58 it != handlers.end(); ++it) {
/external/chromium/chrome/common/
H A Dworker_thread_ticker.cc22 TickHandlerListType* handlers = &ticker_->tick_handler_list_; local
23 for (TickHandlerListType::const_iterator i = handlers->begin();
24 i != handlers->end(); ++i) {
48 // You cannot change the list of handlers when the timer is running.
59 // You cannot change the list of handlers when the timer is running.
/external/oprofile/daemon/
H A Dopd_extended.h28 // Feature handlers
29 struct opd_ext_handlers * handlers; member in struct:opd_ext_feature
33 * OProfile Extended handlers
42 // Extended sfile handlers
47 * OProfile Extended sub-handlers (sfile)
H A Dopd_trans.c264 handler_t handlers[LAST_CODE + 1] = { variable
346 handlers[code](&trans);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DStdCatchBuilder.java144 CatchHandlerList handlers = handlersFor(block, addresses);
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 fo
274 makeEntry(BasicBlock start, BasicBlock end, CatchHandlerList handlers, BlockAddresses addresses) argument
[all...]
H A DCatchTable.java102 /** {@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) { argument
121 if (handlers.isMutable()) {
122 throw new IllegalArgumentException("handlers.isMutable()");
127 this.handlers = handlers;
134 hash = (hash * 31) + handlers
[all...]
/external/chromium/chrome/common/extensions/
H A Dextension_l10n_util_unittest.cc376 ListValue* handlers = new ListValue(); local
377 manifest.Set(keys::kFileBrowserHandlers, handlers);
379 handlers->Append(handler);
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DCatchStructs.java31 * List of exception handlers (tuples of covered range, catch type,
59 * length of the handlers header (encoded size), if known; used for
135 "too many catch handlers");
140 // Write out the handlers "header" consisting of its size in entries.
222 * Helper method to annotate or simply print the exception handlers.
248 CatchHandlerList handlers = entry.getHandlers();
251 String s2 = handlers.toHuman(subPrefix, "");
267 annotateTo.annotate(0, prefix + "handlers:");
297 * @param handlers {@code non-null;} handlers t
304 annotateAndConsumeHandlers(CatchHandlerList handlers, int offset, int size, String prefix, PrintWriter printTo, AnnotatedOutput annotateTo) argument
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DTryListBuilder.java41 /*TODO: add logic to merge adjacent, identical try blocks, and remove superflous handlers
61 public LinkedList<Handler> handlers; field in class:TryListBuilder.TryRange
68 this.handlers = new LinkedList<Handler>();
108 tryRange.handlers.addAll(this.handlers);
117 handlers.addLast(handler);
121 handlers.addFirst(handler);
142 ArrayList<CodeItem.EncodedCatchHandler> handlers = new ArrayList<CodeItem.EncodedCatchHandler>();
151 new CodeItem.EncodedTypeAddrPair[tryRange.handlers.size()];
154 for (Handler handler: tryRange.handlers) {
[all...]
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud_unittest.cc109 void(std::vector<WebUIMessageHandler*>* handlers));
337 std::vector<WebUIMessageHandler*> handlers; local
338 delegate_->GetWebUIMessageHandlers(&handlers);
/external/chromium-trace/trace-viewer/examples/stream_server/
H A Dstandalone.py50 <websock_handlers> is the path to the root directory of WebSocket handlers.
52 handlers. If this path is relative, <document_root> is used as the base.
55 handlers under scan_dir are scanned. This is useful in saving scan time.
116 import logging.handlers namespace
564 # we don't have request handlers.
654 handler = logging.handlers.RotatingFileHandler(
720 parser.add_option('-w', '--websock-handlers', '--websock_handlers',
723 help='WebSocket handlers root directory.')
724 parser.add_option('-m', '--websock-handlers-map-file',
728 help=('WebSocket handlers ma
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dstandalone.py50 <websock_handlers> is the path to the root directory of WebSocket handlers.
52 handlers. If this path is relative, <document_root> is used as the base.
55 handlers under scan_dir are scanned. This is useful in saving scan time.
116 import logging.handlers namespace
560 # we don't have request handlers.
650 handler = logging.handlers.RotatingFileHandler(
716 parser.add_option('-w', '--websock-handlers', '--websock_handlers',
719 help='WebSocket handlers root directory.')
720 parser.add_option('-m', '--websock-handlers-map-file',
724 help=('WebSocket handlers ma
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DCodeItem.java71 * @param encodedCatchHandlers an array of the exception handlers defined for this code/method
105 * @param encodedCatchHandlers a list of the exception handlers defined for this code/method or null if none
170 //we need to read in the catch handlers first, so save the offset to the try items for future reference
174 //read in the encoded catch handlers
618 for (EncodedTypeAddrPair handler: encodedCatchHandler.handlers) {
815 * An array of the individual exception handlers
817 public final EncodedTypeAddrPair[] handlers; field in class:CodeItem.EncodedCatchHandler
830 * @param handlers an array of the individual exception handlers
834 public EncodedCatchHandler(EncodedTypeAddrPair[] handlers, in argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
H A Dradius_client.c115 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[
[all...]
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_client.c57 * store registered RX handlers. These handlers are registered by calls to
196 * auth_handlers - Authentication message handlers
201 * num_auth_handlers - Number of handlers in auth_handlers
206 * acct_handlers - Accounting message handlers
211 * num_acct_handlers - Number of handlers in acct_handlers
260 * There can be multiple registered RADIUS message handlers. The handlers will
273 struct radius_rx_handler **handlers, *newh; local
277 handlers
694 struct radius_rx_handler *handlers; local
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_client.c57 * store registered RX handlers. These handlers are registered by calls to
196 * auth_handlers - Authentication message handlers
201 * num_auth_handlers - Number of handlers in auth_handlers
206 * acct_handlers - Accounting message handlers
211 * num_acct_handlers - Number of handlers in acct_handlers
260 * There can be multiple registered RADIUS message handlers. The handlers will
273 struct radius_rx_handler **handlers, *newh; local
277 handlers
694 struct radius_rx_handler *handlers; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_client.c57 * store registered RX handlers. These handlers are registered by calls to
196 * auth_handlers - Authentication message handlers
201 * num_auth_handlers - Number of handlers in auth_handlers
206 * acct_handlers - Accounting message handlers
211 * num_acct_handlers - Number of handlers in acct_handlers
260 * There can be multiple registered RADIUS message handlers. The handlers will
273 struct radius_rx_handler **handlers, *newh; local
277 handlers
694 struct radius_rx_handler *handlers; local
[all...]
/external/clang/lib/AST/
H A DStmt.cpp784 Stmt *tryBlock, Stmt **handlers,
790 return new (Mem) CXXTryStmt(tryLoc, tryBlock, handlers, numHandlers);
803 Stmt **handlers, unsigned numHandlers)
807 std::copy(handlers, handlers + NumHandlers, Stmts + 1);
783 Create(ASTContext &C, SourceLocation tryLoc, Stmt *tryBlock, Stmt **handlers, unsigned numHandlers) argument
802 CXXTryStmt(SourceLocation tryLoc, Stmt *tryBlock, Stmt **handlers, unsigned numHandlers) argument
/external/libxml2/
H A Dencoding.c1277 * Char encoding handlers *
1284 static xmlCharEncodingHandlerPtr *handlers = NULL; variable
1388 if (handlers != NULL) return;
1390 handlers = (xmlCharEncodingHandlerPtr *)
1400 if (handlers == NULL) {
1439 * unregisters all the encoding handlers and the aliases.
1445 if (handlers == NULL) return;
1449 if (handlers[nbCharEncodingHandler] != NULL) {
1450 if (handlers[nbCharEncodingHandler]->name != NULL)
1451 xmlFree(handlers[nbCharEncodingHandle
[all...]
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParserLibxml2.cpp483 PassRefPtr<XMLParserContext> XMLParserContext::createStringParser(xmlSAXHandlerPtr handlers, void* userData) argument
493 xmlParserCtxtPtr parser = xmlCreatePushParserCtxt(handlers, 0, 0, 0, 0);
503 PassRefPtr<XMLParserContext> XMLParserContext::createMemoryParser(xmlSAXHandlerPtr handlers, void* userData, const char* chunk) argument
519 memcpy(parser->sax, handlers, sizeof(xmlSAXHandler));
1368 // FIXME: Hook up error handlers so that a failure to parse the main document results in
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.event_1.2.0.v20100503.jar ... .eclipse.equinox.internal.event.EventHandlerTracker handlers private volatile org.eclipse.osgi.framework. ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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 530 milliseconds

12