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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/ipc/
ipc_channel_reader.h 17 // It does the common input buffer management and message dispatch, while the
33 // Call to process messages received from the IPC connection and dispatch
79 // Performs post-dispatch checks. Called when all input buffers are empty,
  /external/chromium_org/third_party/mesa/src/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
140 _glapi_set_dispatch(struct _glapi_table *dispatch);
glapi_dispatch.c 63 #define DISPATCH(FUNC, ARGS, MESSAGE) \
73 #define DISPATCH(FUNC, ARGS, MESSAGE) \
  /external/chromium_org/ui/events/platform/
platform_event_source.h 40 // without affecting the dispatch of the event to other existing dispatchers.
75 // dispatch the rest of the events.
85 // dispatchers, so that adding/removing dispatchers during an event dispatch
  /external/clang/test/SemaTemplate/
instantiate-complete.cpp 114 static true_t dispatch(U);
115 static false_t dispatch(...);
118 enum { value = sizeof(dispatch(trigger())) == sizeof(true_t) };
  /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
140 _glapi_set_dispatch(struct _glapi_table *dispatch);
glapi_dispatch.c 63 #define DISPATCH(FUNC, ARGS, MESSAGE) \
73 #define DISPATCH(FUNC, ARGS, MESSAGE) \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ObjectBrowser.py 115 dispatch = { variable
129 if t in dispatch:
130 c = dispatch[t]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ObjectBrowser.py 115 dispatch = { variable
129 if t in dispatch:
130 c = dispatch[t]
  /external/e2fsprogs/ext2ed/
blockbitmap_com.c 66 strcpy (buffer,"show");dispatch (buffer); /* dispatch a show command */
88 dispatch (buffer);
104 dispatch (buffer);
139 dispatch ("show"); /* Show the result */
167 dispatch ("show");
  /external/chromium_org/chrome/renderer/resources/extensions/
file_browser_private_custom_bindings.js 86 'fileBrowserPrivate.onDirectoryChanged', function(args, dispatch) {
89 dispatch(args);
sync_file_system_custom_bindings.js 89 'syncFileSystem.onFileStatusChanged', function(args, dispatch) {
106 dispatch([fileInfo]);
webstore_custom_bindings.js 70 this.onInstallStageChanged.dispatch(installStage);
74 this.onDownloadProgress.dispatch(progress);
  /external/chromium_org/extensions/browser/api/sockets_tcp/
tcp_socket_event_dispatcher.h 23 // Dispatch events related to "sockets.tcp" sockets from callback on native
80 // Dispatch an extension event on to EventRouter instance on UI thread.
  /external/chromium_org/extensions/browser/api/sockets_tcp_server/
tcp_server_socket_event_dispatcher.h 24 // Dispatch events related to "sockets.tcp" sockets from callback on native
85 // Dispatch an extension event on to EventRouter instance on UI thread.
  /external/chromium_org/extensions/browser/api/sockets_udp/
udp_socket_event_dispatcher.h 23 // Dispatch events related to "sockets.udp" sockets from callback on native
79 // Dispatch an extension event on to EventRouter instance on UI thread.
  /external/chromium_org/sandbox/mac/
launchd_interception_server.h 8 #include <dispatch/dispatch.h>
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementCallbackQueue.cpp 57 // dispatch() may cause recursion which steals this callback
60 m_queue[m_index++]->dispatch(m_element.get());
  /external/chromium_org/third_party/WebKit/public/web/
WebStorageEventDispatcher.h 44 // Dispatch a local storage event to appropiate documents.
51 // Dispatch a session storage event to appropiate documents.
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
tnl.h 39 * more are currently hooked into dispatch directly by the module
52 * dispatch and/or driver callbacks.
  /external/chromium_org/ui/events/
event_rewriter.h 48 // dispatch another event once the rewritten event is dispatched, it should
50 // dispatch from |NextDispatchEvent()|.
  /external/chromium_org/ui/views/controls/menu/
menu_message_pump_dispatcher_win.cc 23 uint32_t MenuMessagePumpDispatcher::Dispatch(const MSG& msg) {
51 // dispatch key events otherwise the focused window will get the events.
  /external/chromium_org/ui/webui/resources/js/cr/
event_target.js 65 * @param {!cr.event.Event} event The event to dispatch.
83 // Clone to prevent removal during dispatch
  /external/mesa3d/src/mesa/tnl/
tnl.h 39 * more are currently hooked into dispatch directly by the module
52 * dispatch and/or driver callbacks.
  /external/mockwebserver/src/test/java/com/google/mockwebserver/
CustomDispatcherTest.java 42 public MockResponse dispatch(RecordedRequest request) throws InterruptedException {
65 public MockResponse dispatch(RecordedRequest request) throws InterruptedException {

Completed in 1633 milliseconds

1 2 3 4 5 67 8 91011>>