Searched defs:dispatch (Results 1 - 25 of 73) sorted by relevance

123

/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DDispatcher.java26 public abstract MockResponse dispatch(RecordedRequest request) throws InterruptedException; method in class:Dispatcher
H A DQueueDispatcher.java31 @Override public MockResponse dispatch(RecordedRequest request) throws InterruptedException { method in class:QueueDispatcher
/external/mesa3d/src/mapi/glapi/
H A Dglapi.c62 _glapi_set_dispatch(struct _glapi_table *dispatch) argument
64 u_current_set((const struct mapi_table *) dispatch);
H A Dglapi_entrypoint.c28 * Arch-specific code for manipulating GL API entrypoints (dispatch stubs).
87 * Generate a dispatch function (entrypoint) which jumps through
88 * the given slot number (offset) in the current dispatch table.
94 /* 32 is chosen as something of a magic offset. For x86, the dispatch
113 * This function inserts a new dispatch offset into the assembly language
196 unsigned long dispatch = __glapi_sparc_get_dispatch(); local
200 unsigned long dispatch = (unsigned long) &_glapi_Dispatch; local
206 code[0] = template[0] | (dispatch >> 10);
209 code[2] = template[2] | (dispatch & 0x3ff);
219 code[0] = template[0] | (dispatch >> (3
[all...]
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
H A DDispatcher.java24 public abstract MockResponse dispatch(RecordedRequest request) throws InterruptedException; method in class:Dispatcher
H A DQueueDispatcher.java30 @Override public MockResponse dispatch(RecordedRequest request) throws InterruptedException { method in class:QueueDispatcher
/external/guava/guava/src/com/google/common/eventbus/
H A DAsyncEventBus.java28 * dispatch events, allowing dispatch to occur asynchronously.
42 * Creates a new AsyncEventBus that will use {@code executor} to dispatch
46 * @param executor Executor to use to dispatch events. It is the caller's
56 * Creates a new AsyncEventBus that will use {@code executor} to dispatch
59 * @param executor Executor to use to dispatch events. It is the caller's
72 * Creates a new AsyncEventBus that will use {@code executor} to dispatch
75 * @param executor Executor to use to dispatch events. It is the caller's
102 dispatch(eventWithSubscriber.event, eventWithSubscriber.subscriber);
107 * Calls the {@link #executor} to dispatch {
110 void dispatch(final Object event, final EventSubscriber subscriber) { method in class:AsyncEventBus
[all...]
H A DEventBus.java149 /** queues of events for the current thread to dispatch */
279 * Queue the {@code event} for dispatch during
292 // don't dispatch if we're already dispatching, that would allow reentrancy
294 // after the in-progress dispatch is complete.
304 dispatch(eventWithSubscriber.event, eventWithSubscriber.subscriber);
317 * @param event event to dispatch.
320 void dispatch(Object event, EventSubscriber wrapper) { method in class:EventBus
367 * Logger for event dispatch failures. Named by the fully-qualified name of
384 logger.log(Level.SEVERE, "Could not dispatch event: "
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/
H A Ddata.py147 def dispatch(cls, files): member in class:Manpages
148 """ Automatically dispatch manpages to their target directories """
159 dispatch = classmethod(dispatch) variable in class:Manpages
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/
H A Ddata.py147 def dispatch(cls, files): member in class:Manpages
148 """ Automatically dispatch manpages to their target directories """
159 dispatch = classmethod(dispatch) variable in class:Manpages
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
H A Ddata.py147 def dispatch(cls, files): member in class:Manpages
148 """ Automatically dispatch manpages to their target directories """
159 dispatch = classmethod(dispatch) variable in class:Manpages
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/
H A Ddata.py147 def dispatch(cls, files): member in class:Manpages
148 """ Automatically dispatch manpages to their target directories """
159 dispatch = classmethod(dispatch) variable in class:Manpages
/external/jetty/src/java/org/eclipse/jetty/io/
H A DAsyncEndPoint.java30 public void dispatch(); method in interface:AsyncEndPoint
40 /** Schedule a write dispatch.
41 * Set the endpoint to not be writable and schedule a dispatch when
/external/jetty/src/java/org/eclipse/jetty/util/thread/
H A DThreadPool.java31 public abstract boolean dispatch(Runnable job); method in interface:ThreadPool
H A DExecutorThreadPool.java122 public boolean dispatch(Runnable job) method in class:ExecutorThreadPool
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DConnectorAdapter.java131 protected void dispatch( Message m ) method in class:ConnectorAdapter
175 dispatch( m );
H A DKernelAdapter.java164 protected void dispatch( Endpoint p, Message m ) method in class:KernelAdapter
238 dispatch( env.getSource(), m );
/external/mesa3d/src/mesa/drivers/dri/common/
H A Ddri_test.c45 _glapi_set_dispatch(struct _glapi_table *dispatch) argument
/external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/
H A DSampleServer.java40 @Override public MockResponse dispatch(RecordedRequest request) { method in class:SampleServer
/external/openssh/
H A Dpacket.h45 #include "dispatch.h" /* typedef, DISPATCH_MAX */
64 dispatch_fn *dispatch[DISPATCH_MAX]; member in struct:ssh
/external/jetty/src/java/org/eclipse/jetty/server/bio/
H A DSocketConnector.java121 connection.dispatch();
215 public void dispatch() throws IOException method in class:SocketConnector.ConnectorEndPoint
217 if (getThreadPool()==null || !getThreadPool().dispatch(this))
219 LOG.warn("dispatch failed for {}",_connection);
/external/jetty/src/java/org/eclipse/jetty/server/nio/
H A DBlockingChannelConnector.java86 getThreadPool().dispatch(new Runnable()
149 connection.dispatch();
225 void dispatch() throws IOException method in class:BlockingChannelConnector.BlockingChannelEndPoint
227 if (!getThreadPool().dispatch(this))
229 LOG.warn("dispatch failed for {}",_connection);
H A DSelectChannelConnector.java295 public boolean dispatch(Runnable task) method in class:SelectChannelConnector.ConnectorSelectorManager
300 return pool.dispatch(task);
/external/mesa3d/src/mapi/mapi/
H A Dmapi_glapi.c66 _glapi_set_dispatch(struct _glapi_table *dispatch) argument
68 u_current_set((const struct mapi_table *) dispatch);
72 * Return size of dispatch table struct as number of functions (or
82 * Fill-in the dispatch stub for the named function.
85 * a dispatch stub may be created created for the function. A pointer to this
86 * dispatch function will be returned by glXGetProcAddress.
89 * share a common dispatch offset.
100 * The offset in the dispatch table of the named function. A pointer to the
194 * Return offset of entrypoint for named function within dispatch table.
216 * Return the name of the function at the given dispatch offse
[all...]
/external/jetty/src/java/org/eclipse/jetty/server/
H A DDispatcher.java200 protected void forward(ServletRequest request, ServletResponse response, DispatcherType dispatch) throws ServletException, IOException argument
226 baseRequest.setDispatcherType(dispatch);
233 // process any query string from the dispatch URL

Completed in 531 milliseconds

123