HomeSort by relevance Sort by last modified time
    Searched full:dispatch (Results 176 - 200 of 2043) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/content/renderer/devtools/
devtools_agent_filter.h 21 // dispatch messages while on the IO thread. The reason for that is that while
  /external/chromium_org/net/base/
prioritized_dispatcher.h 15 // A priority-based dispatcher of jobs. Dispatch order is by priority (highest
18 // once it finishes in order to dispatch further jobs.
115 // Attempts to dispatch the job with |handle| at priority |priority| (might be
120 // Attempts to dispatch the next highest priority job in the queue. Returns
  /external/chromium_org/net/cert/
single_request_cert_verifier.h 37 // dispatch to the user's callback.
  /external/chromium_org/ppapi/proxy/
dispatch_reply_message.h 65 // Used to dispatch resource replies. In most cases, you should not call this
66 // function to dispatch a resource reply manually, but instead use
86 // will be the right thing. You should always dispatch completion callbacks
110 // Dispatch the reply function with the default parameters. We explicitly
  /external/chromium_org/remoting/protocol/
channel_dispatcher_base.h 26 // creating the named channel. Derived dispatchers then dispatch
  /external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
console-300-lines.html 57 InspectorBackend.dispatch(message);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEventThrottle.cpp 61 // Just go ahead and dispatch the event.
163 // No progress event was queued since the previous dispatch, we can safely stop the timer.
180 // If re-suspended before deferred events have been dispatched, just stop the dispatch
212 // Do not dispatch events inline here, since ExecutionContext is iterating over
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
InspectorFrontendAPI.js 124 InspectorBackend.dispatch(messageObject);
230 if ("dispatch" in queryParamsObject)
231 InspectorFrontendAPI._dispatch(JSON.parse(window.decodeURI(queryParamsObject["dispatch"])));
244 WebInspector.dispatch(messageObject);
  /external/chromium_org/third_party/mesa/
README.txt 3 1. Generate the header and dispatch source files that have to match the GL api.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
compute_resource.def 38 DECL_COMPUTE_RESOURCE(DISPATCH, 1)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
dri_test.c 45 _glapi_set_dispatch(struct _glapi_table *dispatch)
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_noop.h 39 _mesa_using_noop_vtxfmt(const struct _glapi_table *dispatch);
  /external/chromium_org/ui/events/ozone/
event_converter_ozone.h 29 // Subclasses should use this method to post a task that will dispatch
  /external/mesa3d/src/gallium/drivers/r600/
compute_resource.def 38 DECL_COMPUTE_RESOURCE(DISPATCH, 1)
  /external/mesa3d/src/mesa/
Android.gen.mk 40 main/dispatch.h \
132 $(intermediates)/main/dispatch.h: PRIVATE_SCRIPT := $(MESA_PYTHON2) $(glapi)/gl_table.py
133 $(intermediates)/main/dispatch.h: PRIVATE_XML := -f $(glapi)/gl_and_es_API.xml
135 $(intermediates)/main/dispatch.h: $(es_hdr_deps)
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_test.c 45 _glapi_set_dispatch(struct _glapi_table *dispatch)
  /external/mesa3d/src/mesa/vbo/
vbo_noop.h 39 _mesa_using_noop_vtxfmt(const struct _glapi_table *dispatch);
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
Dispatcher.java 26 public abstract MockResponse dispatch(RecordedRequest request) throws InterruptedException; method in class:Dispatcher
  /frameworks/base/core/java/android/nfc/
INfcAdapter.aidl 50 void dispatch(in Tag tag);
  /frameworks/base/core/java/com/android/internal/policy/
IKeyguardService.aidl 44 oneway void dispatch(in MotionEvent event);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GL2Dispatch.cpp 45 // init the GLES dispatch table
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/
WorkerThread.java 26 * (or Event Dispatch Thread in Swing/AWT.) This annotation's sole purpose is to help
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_l2cap_if.c 84 ** and dispatch the event to it.
137 ** L2CA_ConnectCnf received. Save L2CAP handle and dispatch
210 ** block and dispatch event to the FSM.
232 ** L2CA_ConfigCnf received. Save L2CAP handle and dispatch
255 ** L2CA_QoSViolationIndInd received. Dispatch event to the FSM.
268 ** L2CA_DisconnectInd received. Dispatch event to the FSM.
296 ** the checksum and dispatch event to multiplexer or port
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh 223 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));
412 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MultipleSubst
416 case 1: return TRACE_RETURN (c->dispatch (u.format1));
563 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::AlternateSubst
567 case 1: return TRACE_RETURN (c->dispatch (u.format1));
870 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::LigatureSubst
874 case 1: return TRACE_RETURN (c->dispatch (u.format1));
1034 inline typename context_t::return_t dispatch (context_t *c) cons function in struct:OT::ReverseChainSingleSubst
1081 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const function in struct:OT::SubstLookupSubTable
1256 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::SubstLookup
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 223 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));
405 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MultipleSubst
409 case 1: return TRACE_RETURN (c->dispatch (u.format1));
556 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::AlternateSubst
560 case 1: return TRACE_RETURN (c->dispatch (u.format1));
864 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::LigatureSubst
868 case 1: return TRACE_RETURN (c->dispatch (u.format1));
1026 inline typename context_t::return_t dispatch (context_t *c) cons function in struct:OT::ReverseChainSingleSubst
1073 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const function in struct:OT::SubstLookupSubTable
1296 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::SubstLookup
    [all...]

Completed in 1107 milliseconds

1 2 3 4 5 6 78 91011>>