HomeSort by relevance Sort by last modified time
    Searched refs:dispatch (Results 201 - 225 of 521) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 97 def dispatch(c, id, methodname, args=(), kwds={}): function
501 dispatch(conn, None, 'dummy')
567 id, exposed = dispatch(conn, None, 'create', (typeid,)+args, kwds)
584 return dispatch(conn, None, 'debug_info')
594 return dispatch(conn, None, 'number_of_objects')
614 dispatch(conn, None, 'shutdown')
673 dispatch(conn, None, 'decref', (token.id,))
743 dispatch(conn, None, 'accept_connection', (name,))
771 dispatch(conn, None, 'decref', (token.id,))
783 dispatch(conn, None, 'incref', (self._id,)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 97 def dispatch(c, id, methodname, args=(), kwds={}): function
501 dispatch(conn, None, 'dummy')
567 id, exposed = dispatch(conn, None, 'create', (typeid,)+args, kwds)
584 return dispatch(conn, None, 'debug_info')
594 return dispatch(conn, None, 'number_of_objects')
614 dispatch(conn, None, 'shutdown')
673 dispatch(conn, None, 'decref', (token.id,))
743 dispatch(conn, None, 'accept_connection', (name,))
771 dispatch(conn, None, 'decref', (token.id,))
783 dispatch(conn, None, 'incref', (self._id,)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 97 def dispatch(c, id, methodname, args=(), kwds={}): function
501 dispatch(conn, None, 'dummy')
567 id, exposed = dispatch(conn, None, 'create', (typeid,)+args, kwds)
584 return dispatch(conn, None, 'debug_info')
594 return dispatch(conn, None, 'number_of_objects')
614 dispatch(conn, None, 'shutdown')
673 dispatch(conn, None, 'decref', (token.id,))
743 dispatch(conn, None, 'accept_connection', (name,))
771 dispatch(conn, None, 'decref', (token.id,))
783 dispatch(conn, None, 'incref', (self._id,)
    [all...]
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
MultiModuleDispatchIntegrationTest.java 84 //dispatch request
86 pipeline.dispatch(requestMock, null, createMock(FilterChain.class));
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 143 boolean handled = event.dispatch(AbstractInputMethodService.this,
  /frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
AnnouncementAggregator.java 93 TunerCallback.dispatch(() -> mListener.onListUpdated(combined));
TunerSession.java 84 TunerCallback.dispatch(() -> mCallback.mClientCb.onConfigurationChanged(config));
162 TunerCallback.dispatch(() -> mCallback.mClientCb.onBackgroundScanComplete());
  /frameworks/rs/cpp/
Sampler.cpp 67 void* id = RS::dispatch->SamplerCreate(rs->getContext(), min, mag, wrapS, wrapT,
  /libcore/benchmarks/src/benchmarks/regression/
URLConnectionBenchmark.java 46 @Override public MockResponse dispatch(RecordedRequest request) { method in class:URLConnectionBenchmark.SingleResponseDispatcher
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_print.py 15 # A dispatch table all 8 combinations of providing
20 dispatch = { variable
55 fn = dispatch[(sep is not NotDefined,
  /external/guava/guava/src/com/google/common/eventbus/
EventBus.java 149 /** 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); method
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/mesa3d/docs/specs/OLD/
MESA_trace.spec 43 and linkage issues. In the driver dispatch table a simple
  /external/python/cpython2/Lib/test/
test_print.py 15 # A dispatch table all 8 combinations of providing
20 dispatch = { variable
55 fn = dispatch[(sep is not NotDefined,
  /external/tensorflow/tensorflow/contrib/lite/schema/
upgrade_schema.py 99 # dispatch function table.
103 (version, dispatch)
104 for version, unused1, unused2, dispatch in self._schemas)
  /packages/services/Car/car-usb-handler/src/android/car/usb/handler/
UsbHostController.java 160 if (settings != null && mUsbResolver.dispatch(
177 mUsbResolver.dispatch(getActiveDevice(), settings.getHandler(), settings.getAoap());
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/usb/
UsbHostController.java 156 if (settings != null && mUsbReslover.dispatch(
173 mUsbReslover.dispatch(getActiveDevice(), settings.getHandler(), settings.getAoap());
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_print.py 15 # A dispatch table all 8 combinations of providing
20 dispatch = { variable
55 fn = dispatch[(sep is not NotDefined,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_print.py 15 # A dispatch table all 8 combinations of providing
20 dispatch = { variable
55 fn = dispatch[(sep is not NotDefined,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_print.py 15 # A dispatch table all 8 combinations of providing
20 dispatch = { variable
55 fn = dispatch[(sep is not NotDefined,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_print.py 15 # A dispatch table all 8 combinations of providing
20 dispatch = { variable
55 fn = dispatch[(sep is not NotDefined,
  /test/vti/test_serving/gae/webapp/src/handlers/
base.py 53 def dispatch(self): member in class:BaseHandler
54 """Dispatch the request.
69 webapp2.RequestHandler.dispatch(self)
  /frameworks/native/vulkan/libvulkan/
api.cpp 19 // simply find the dispatch table and jump.
810 if (data.dispatch.DestroyInstance)
811 data.dispatch.DestroyInstance(instance, allocator);
828 data.dispatch.DestroyInstance(instance, allocator);
844 data.dispatch.DestroyInstance(instance, allocator);
872 GetData(physical_dev).dispatch.CreateDevice;
882 if (data.dispatch.DestroyDevice)
883 data.dispatch.DestroyDevice(dev, allocator);
    [all...]
  /external/python/cpython2/Lib/multiprocessing/
forking.py 61 dispatch = Pickler.dispatch.copy() variable in class:ForkingPickler
68 cls.dispatch[type] = dispatcher
  /external/wayland/src/
event-loop.c 55 int (*dispatch)(struct wl_event_source *source, member in struct:wl_event_source_interface
389 n += source->interface->dispatch(source, &ep);
423 source->interface->dispatch(source, &ep[i]);
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 61 dispatch = Pickler.dispatch.copy() variable in class:ForkingPickler
68 cls.dispatch[type] = dispatcher

Completed in 1501 milliseconds

1 2 3 4 5 6 7 891011>>