Searched defs:handlers (Results 51 - 75 of 94) sorted by relevance

1234

/external/qemu/target-mips/
H A Dhelper.c291 } handlers[] = { local
309 for (i = 0; i < sizeof(handlers)/sizeof(handlers[0]); i++) {
310 lui_ins = ldl_phys(ebase + handlers[i].lui.off);
311 lw_ins = ldl_phys(ebase + handlers[i].lw.off);
312 srl_ins = ldl_phys(ebase + handlers[i].srl.off);
313 if (((lui_ins & handlers[i].lui.mask) == handlers[i].lui.op) &&
314 ((lw_ins & handlers[i].lw.mask) == handlers[
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dstandalone.py51 <websock_handlers> is the path to the root directory of WebSocket handlers.
53 run $ pydoc mod_pywebsocket) for how to write WebSocket handlers.
68 document root to the directory containing example HTMLs and handlers like this:
166 import logging.handlers namespace
398 # Share a Dispatcher among request handlers to save time for
769 # we don't have request handlers.
859 handler = logging.handlers.RotatingFileHandler(
899 parser.add_option('-w', '--websock-handlers', '--websock_handlers',
905 parser.add_option('-m', '--websock-handlers-map-file',
909 help=('WebSocket handlers ma
[all...]
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc43 // If true default protocol handlers will be removed if the OS level
103 // Copy of protocol handlers use only on the IO thread.
384 const ProtocolHandlerList* handlers = GetHandlerList(handler.protocol()); local
385 if (!handlers)
387 for (ProtocolHandlerList::const_iterator p = handlers->begin();
388 p != handlers->end(); p++) {
416 // Only chromeos has default protocol handlers at this point.
475 const ProtocolHandlerList* handlers = GetHandlerList(scheme); local
476 if (!handlers)
481 for (i = 0, p = handlers
517 const ProtocolHandlerList* handlers = GetHandlerList(scheme); local
528 const ProtocolHandlerList* handlers = GetHandlerList(handler.protocol()); local
562 const ProtocolHandlerList* handlers = GetHandlerList(handler.protocol()); local
614 ProtocolHandlerList& handlers = protocol_handlers_[handler.protocol()]; local
823 base::ListValue* handlers = new base::ListValue(); local
869 const base::ListValue* handlers = prefs->GetList(pref_name); local
[all...]
H A Dprotocol_handler_registry_unittest.cc692 ProtocolHandlerRegistry::ProtocolHandlerList handlers = local
694 ASSERT_EQ(static_cast<size_t>(3), handlers.size());
696 ASSERT_EQ(ph3, handlers[0]);
697 ASSERT_EQ(ph2, handlers[1]);
698 ASSERT_EQ(ph1, handlers[2]);
867 ProtocolHandlerRegistry::ProtocolHandlerList handlers = local
869 ASSERT_EQ(static_cast<size_t>(2), handlers.size());
871 ASSERT_EQ(ph2, handlers[0]);
872 ASSERT_EQ(ph1, handlers[1]);
933 // This should replace the previous two handlers
[all...]
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu.cc939 const ProtocolHandlerRegistry::ProtocolHandlerList handlers = local
941 if (handlers.empty())
945 for (size_t i = 0; i < handlers.size() && i <= max; i++) {
948 base::UTF8ToUTF16(handlers[i].url().host()));
1286 ProtocolHandlerRegistry::ProtocolHandlerList handlers = local
1288 if (handlers.empty())
1296 OpenURL(handlers[handlerIndex].TranslateUrl(params_.link_url),
1690 ProtocolHandlerRegistry::ProtocolHandlerList handlers = local
1692 std::sort(handlers.begin(), 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
717 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
717 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
717 struct radius_rx_handler *handlers; local
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ext.c236 /* Table of handlers for received TLS hello extensions, one per extension.
1811 const ssl3HelloExtensionHandler * handlers; local
1814 handlers = clientHelloHandlers;
1816 handlers = serverHelloHandlersTLS;
1818 handlers = serverHelloHandlersSSL3;
1849 for (handler = handlers; handler->ex_type >= 0; handler++) {
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp713 PassRefPtr<XMLParserContext> XMLParserContext::createStringParser(xmlSAXHandlerPtr handlers, void* userData) argument
716 xmlParserCtxtPtr parser = xmlCreatePushParserCtxt(handlers, 0, 0, 0, 0);
723 PassRefPtr<XMLParserContext> XMLParserContext::createMemoryParser(xmlSAXHandlerPtr handlers, void* userData, const CString& chunk) argument
734 memcpy(parser->sax, handlers, sizeof(xmlSAXHandler));
1010 // Event handlers may synchronously trigger removal of the
1507 // FIXME: Hook up error handlers so that a failure to parse the main
/external/chromium_org/third_party/libxml/src/
H A Dencoding.c1277 * Char encoding handlers *
1284 static xmlCharEncodingHandlerPtr *handlers = NULL; variable
1387 if (handlers != NULL) return;
1389 handlers = (xmlCharEncodingHandlerPtr *)
1399 if (handlers == NULL) {
1438 * unregisters all the encoding handlers and the aliases.
1444 if (handlers == NULL) return;
1448 if (handlers[nbCharEncodingHandler] != NULL) {
1449 if (handlers[nbCharEncodingHandler]->name != NULL)
1450 xmlFree(handlers[nbCharEncodingHandle
[all...]
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_editor.js654 var handlers = {
663 for (var eventName in handlers) {
665 eventName, handlers[eventName].bind(this), false);
/external/chromium_org/v8/src/ic/
H A Dic.cc654 CodeHandleList handlers; local
685 if (!target()->FindHandlers(&handlers, types.length())) return false;
695 handlers.Set(handler_to_overwrite, code);
701 handlers.Add(code);
703 ic = PropertyICCompiler::ComputePolymorphic(kind(), &types, &handlers,
763 CodeHandleList handlers; local
765 if (!target()->FindHandlers(&handlers, types.length())) return;
767 UpdateMegamorphicCache(*types.at(i), *name, *handlers.at(i));
1630 // Make sure all polymorphic handlers have the same store mode, otherwise the
/external/clang/lib/AST/
H A DStmt.cpp763 Stmt *tryBlock, ArrayRef<Stmt*> handlers) {
765 Size += ((handlers.size() + 1) * sizeof(Stmt));
768 return new (Mem) CXXTryStmt(tryLoc, tryBlock, handlers);
781 ArrayRef<Stmt*> handlers)
782 : Stmt(CXXTryStmtClass), TryLoc(tryLoc), NumHandlers(handlers.size()) {
785 std::copy(handlers.begin(), handlers.end(), Stmts + 1);
762 Create(const ASTContext &C, SourceLocation tryLoc, Stmt *tryBlock, ArrayRef<Stmt*> handlers) argument
780 CXXTryStmt(SourceLocation tryLoc, Stmt *tryBlock, ArrayRef<Stmt*> handlers) argument
/external/libxml2/
H A Dencoding.c1281 * Char encoding handlers *
1288 static xmlCharEncodingHandlerPtr *handlers = NULL; variable
1392 if (handlers != NULL) return;
1394 handlers = (xmlCharEncodingHandlerPtr *)
1404 if (handlers == NULL) {
1443 * unregisters all the encoding handlers and the aliases.
1449 if (handlers == NULL) return;
1453 if (handlers[nbCharEncodingHandler] != NULL) {
1454 if (handlers[nbCharEncodingHandler]->name != NULL)
1455 xmlFree(handlers[nbCharEncodingHandle
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-trace.c1050 const struct perf_evsel_str_handler handlers[] = { local
1082 err = perf_session__set_tracepoints_handlers(session, handlers);
H A Dbuiltin-sched.c1451 const struct perf_evsel_str_handler handlers[] = { local
1466 if (perf_session__set_tracepoints_handlers(session, handlers))
/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 ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc2380 std::vector<storage::URLRequestAutoMountHandler>* handlers) {
2382 extra_parts_[i]->GetURLRequestAutoMountHandlers(handlers);
2379 GetURLRequestAutoMountHandlers( std::vector<storage::URLRequestAutoMountHandler>* handlers) argument
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.h448 struct event_handler *handlers; member in struct:pevent
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-analysis-3.3.jar ... tree.InsnList insns private java.util.List[] handlers private org.objectweb.asm.tree.analysis ...

Completed in 2227 milliseconds

1234