Searched defs:dispatch (Results 26 - 50 of 73) sorted by relevance

123

/external/jetty/src/java/org/eclipse/jetty/servlet/
H A DFilterMapping.java47 public static DispatcherType dispatch(String type) method in class:FilterMapping
65 public static int dispatch(DispatcherType type) method in class:FilterMapping
117 /** Check if this filter applies to a particular dispatch type.
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DDefaultClient.java380 protected void dispatch( Message m ) method in class:DefaultClient
417 dispatch( m );
H A DDefaultServer.java273 protected void dispatch( HostedConnection source, Message m ) method in class:DefaultServer
570 dispatch( source, m );
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_vbo_t.c363 dispatch_t dispatch = get_array_dispatch(&to_render_state(ctx)->ib); local
389 dispatch(ctx, start, delta, count);
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DRemoteDebugEventSocketListener.java176 dispatch(event);
252 protected void dispatch(String line) { method in class:RemoteDebugEventSocketListener
/external/e2fsprogs/ext2ed/
H A Dmain.c190 * function, dispatch, to analyze it. We use the readline library
262 /* And call dispatch to do the actual job */
263 quit=dispatch (command_line);
328 /* And call dispatch to do the actual job */
329 quit=dispatch (command_line);
349 * command name can dispatch to different functions. The overriding
358 int dispatch (char *command_line) function
460 * definition which was used in dispatch.
/external/jetty/src/java/org/eclipse/jetty/client/
H A DSelectConnector.java113 public boolean dispatch(Runnable task) method in class:SelectConnector.Manager
115 return _httpClient._threadPool.dispatch(task);
289 public void dispatch() method in class:SelectConnector.UpgradableEndPoint
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DSelectChannelEndPoint.java189 _writable = true; // Once writable is in ops, only removed with dispatch.
197 // other wise do the dispatch
198 dispatch();
216 dispatch();
228 public void dispatch() method in class:SelectChannelEndPoint
239 boolean dispatched = _manager.dispatch(_handler);
323 _manager.dispatch(new Runnable()
359 dispatch();
574 * are removed as this is only done during dispatch. This method records the new key and
H A DSelectorManager.java250 public abstract boolean dispatch(Runnable task); method in class:SelectorManager
269 boolean selecting=dispatch(new Runnable()
439 * Select and dispatch tasks found from changes and the selector.
506 dispatch((Runnable)change);
696 dispatch((Runnable)task);
709 dispatch(new Runnable()
H A DSslConnection.java420 _aEndp.dispatch();
741 public void dispatch() method in class:SslConnection.SslEndPoint
743 _aEndp.dispatch();
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
H A DFormAuthenticator.java74 public final static String __FORM_DISPATCH="org.eclipse.jetty.security.dispatch";
93 public FormAuthenticator(String login,String error,boolean dispatch) argument
100 _dispatch=dispatch;
137 String dispatch=configuration.getInitParameter(FormAuthenticator.__FORM_DISPATCH);
138 _dispatch = dispatch==null?_dispatch:Boolean.valueOf(dispatch);
/external/jetty/src/java/org/eclipse/jetty/util/thread/
H A DQueuedThreadPool.java353 public boolean dispatch(Runnable job) method in class:QueuedThreadPool
378 if (!dispatch(job))
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketClientFactory.java278 public boolean dispatch(Runnable task) method in class:WebSocketClientFactory.WebSocketClientSelector
280 return _threadPool.dispatch(task);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c612 static lp_rast_cmd_func dispatch[LP_RAST_OP_MAX] = variable
647 dispatch[block->cmd[k]]( task, block->arg[k] );
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_context.h97 struct mapi_table *dispatch; member in struct:vg_context
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/
H A Dhandler_test.py20 def dispatch(self): member in class:BareHandler
646 def dispatch(self): member in class:TestHandler.test_factory_2.MyHandler
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h453 const Expr *e, const CFGBlock *dispatch, CoreEngine* eng)
454 : Eng(*eng), Src(src), DispatchBlock(*dispatch), E(e), Pred(pred) {}
452 IndirectGotoNodeBuilder(ExplodedNode *pred, const CFGBlock *src, const Expr *e, const CFGBlock *dispatch, CoreEngine* eng) argument
/external/jetty/src/java/org/eclipse/jetty/server/
H A DAsyncContinuation.java61 // startAsync() dispatch()
449 public void dispatch() method in class:AsyncContinuation
451 boolean dispatch=false;
462 dispatch=!_expired;
475 if (dispatch)
541 dispatch();
560 boolean dispatch=false;
575 dispatch=!_expired;
583 if (dispatch)
596 // just like complete except can overrule a prior dispatch cal
865 public void dispatch(ServletContext context, String path) method in class:AsyncContinuation
873 public void dispatch(String path) method in class:AsyncContinuation
[all...]
/external/mesa3d/src/mesa/vbo/
H A Dvbo_noop.c34 #include "main/dispatch.h"
510 * Is the given dispatch table using the no-op functions?
513 _mesa_using_noop_vtxfmt(const struct _glapi_table *dispatch) argument
515 return GET_Begin((struct _glapi_table *) dispatch) == _mesa_noop_Begin;
H A Dvbo_save_api.c47 * commands through the Exec dispatch table, or fix up the copied
81 #include "main/dispatch.h"
389 struct _glapi_table *dispatch = GET_DISPATCH(); local
400 _glapi_set_dispatch(dispatch);
/external/chromium-trace/trace-viewer/third_party/webapp2/
H A Dwebapp2.py516 can wrap :meth:`dispatch` to check for conditions before executing the
543 def dispatch(self): member in class:RequestHandler
1047 """A basic adapter to dispatch a handler.
1069 """An adapter to dispatch a ``webapp.RequestHandler``.
1095 """An adapter to dispatch a ``webapp2.RequestHandler``.
1097 The handler is constructed then ``dispatch()`` is called.
1102 return handler.dispatch()
1106 """A URI router used to match, dispatch and build URIs."""
1171 """Sets the function called to dispatch the handler.
1177 self.dispatch
1317 dispatch = default_dispatcher variable in class:Router
[all...]
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh183 inline return_t dispatch (const T &obj) { return obj.sanitize (this); } function in struct:OT::hb_sanitize_context_t
H A Dhb-ot-layout-gsub-table.hh223 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::SingleSubst
227 case 1: return TRACE_RETURN (c->dispatch (u.format1));
228 case 2: return TRACE_RETURN (c->dispatch (u.format2));
423 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MultipleSubst
427 case 1: return TRACE_RETURN (c->dispatch (u.format1));
574 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::AlternateSubst
578 case 1: return TRACE_RETURN (c->dispatch (u.format1));
890 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::LigatureSubst
894 case 1: return TRACE_RETURN (c->dispatch (u.format1));
1054 inline typename context_t::return_t dispatch (context_ function in struct:OT::ReverseChainSingleSubst
1101 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const function in struct:OT::SubstLookupSubTable
1276 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::SubstLookup
[all...]
H A Dhb-ot-layout-gpos-table.hh531 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::SinglePos
535 case 1: return TRACE_RETURN (c->dispatch (u.format1));
536 case 2: return TRACE_RETURN (c->dispatch (u.format2));
834 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::PairPos
838 case 1: return TRACE_RETURN (c->dispatch (u.format1));
839 case 2: return TRACE_RETURN (c->dispatch (u.format2));
1001 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::CursivePos
1005 case 1: return TRACE_RETURN (c->dispatch (u.format1));
1100 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MarkBasePos
1104 case 1: return TRACE_RETURN (c->dispatch (
1221 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MarkLigPos
1340 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MarkMarkPos
1399 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const function in struct:OT::PosLookupSubTable
1500 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::PosLookup
[all...]
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DConnectHandler.java504 public boolean dispatch(Runnable task) method in class:ConnectHandler.Manager
506 return _threadPool.dispatch(task);

Completed in 736 milliseconds

123