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

1 2 3 4 5 67 8 91011>>

  /external/python/cpython3/Lib/idlelib/
redirector.py 46 # whose action is to dispatch on the operation passed to the widget:
47 tk.createcommand(w, self.dispatch)
73 from command dispatch.
98 def dispatch(self, operation, *args): member in class:WidgetRedirector
  /external/python/cpython3/Lib/test/
test_print.py 8 # A dispatch table all 8 combinations of providing
13 dispatch = { variable
53 fn = dispatch[(sep is not NotDefined,
  /frameworks/base/core/java/android/nfc/
INfcAdapter.aidl 62 void dispatch(in Tag tag);
  /hardware/qcom/display/msm8084/libqservice/
IQService.cpp 64 virtual android::status_t dispatch(uint32_t command, const Parcel* inParcel, function in class:qService::BpQService
66 ALOGD_IF(QSERVICE_DEBUG, "%s: dispatch in:%p", __FUNCTION__, inParcel);
134 dispatch(code, &data, reply);
QServiceUtils.h 57 err = binder->dispatch(command, &inParcel , &outParcel);
  /hardware/qcom/display/msm8226/libqservice/
IQService.cpp 55 virtual android::status_t dispatch(uint32_t command, const Parcel* inParcel, function in class:qService::BpQService
57 ALOGD_IF(QSERVICE_DEBUG, "%s: dispatch in:%p", __FUNCTION__, inParcel);
113 dispatch(code, &data, reply);
QServiceUtils.h 57 err = binder->dispatch(command, &inParcel , &outParcel);
  /hardware/qcom/display/msm8909/libqservice/
IQService.cpp 64 virtual android::status_t dispatch(uint32_t command, const Parcel* inParcel, function in class:qService::BpQService
66 ALOGD_IF(QSERVICE_DEBUG, "%s: dispatch in:%p", __FUNCTION__, inParcel);
128 dispatch(code, &data, reply);
QService.cpp 62 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, function in class:qService::QService
  /hardware/qcom/display/msm8909w_3100/libqservice/
IQService.cpp 64 virtual android::status_t dispatch(uint32_t command, const Parcel* inParcel, function in class:qService::BpQService
66 ALOGD_IF(QSERVICE_DEBUG, "%s: dispatch in:%p", __FUNCTION__, inParcel);
128 dispatch(code, &data, reply);
QService.cpp 62 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, function in class:qService::QService
  /hardware/qcom/display/msm8994/libqservice/
IQService.cpp 55 virtual android::status_t dispatch(uint32_t command, const Parcel* inParcel, function in class:qService::BpQService
57 ALOGD_IF(QSERVICE_DEBUG, "%s: dispatch in:%p", __FUNCTION__, inParcel);
113 dispatch(code, &data, reply);
QServiceUtils.h 57 err = binder->dispatch(command, &inParcel , &outParcel);
  /hardware/qcom/display/msm8996/libqservice/
IQService.cpp 64 virtual android::status_t dispatch(uint32_t command, const Parcel* inParcel, function in class:qService::BpQService
66 ALOGD_IF(QSERVICE_DEBUG, "%s: dispatch in:%p", __FUNCTION__, inParcel);
126 dispatch(code, &data, reply);
QService.cpp 62 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, function in class:qService::QService
  /hardware/qcom/display/msm8998/libqservice/
IQService.cpp 64 virtual android::status_t dispatch(uint32_t command, const Parcel* inParcel, function in class:qService::BpQService
66 ALOGD_IF(QSERVICE_DEBUG, "%s: dispatch in:%p", __FUNCTION__, inParcel);
128 dispatch(code, &data, reply);
QService.cpp 62 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, function in class:qService::QService
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
WidgetRedirector.py 35 # whose action is to dispatch on the operation passed to the widget:
36 tk.createcommand(w, self.dispatch)
68 def dispatch(self, operation, *args): member in class:WidgetRedirector
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
WidgetRedirector.py 35 # whose action is to dispatch on the operation passed to the widget:
36 tk.createcommand(w, self.dispatch)
68 def dispatch(self, operation, *args): member in class:WidgetRedirector
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
WidgetRedirector.py 35 # whose action is to dispatch on the operation passed to the widget:
36 tk.createcommand(w, self.dispatch)
68 def dispatch(self, operation, *args): member in class:WidgetRedirector
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
WidgetRedirector.py 35 # whose action is to dispatch on the operation passed to the widget:
36 tk.createcommand(w, self.dispatch)
68 def dispatch(self, operation, *args): member in class:WidgetRedirector
  /external/deqp/external/openglcts/modules/gl/
gl4cStencilTexturingTests.hpp 62 void dispatch(glw::GLuint program_id, bool is_stencil, glw::GLuint dst_texture_id, glw::GLuint src_texture_id);
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ServletDispatchIntegrationTest.java 94 //dispatch request
97 pipeline.dispatch(requestMock, null, createMock(FilterChain.class));
141 //dispatch request
144 pipeline.dispatch(requestMock, null, createMock(FilterChain.class));
294 //dispatch request
297 pipeline.dispatch(requestMock, null, createMock(FilterChain.class));
332 //dispatch request
335 pipeline.dispatch(requestMock, null, createMock(FilterChain.class));
  /external/mesa3d/src/mapi/glapi/
glapi.h 33 * the current dispatch table (basically a struct full of function
36 * A per-thread current dispatch table and per-thread current context
134 _glapi_set_dispatch(struct _glapi_table *dispatch);
170 /** Return pointer to new dispatch table filled with no-op functions */
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
task_io_service.hpp 94 void dispatch(Handler& handler);
121 // Enqueue the given operation following a failed attempt to dispatch the

Completed in 781 milliseconds

1 2 3 4 5 67 8 91011>>