Searched defs:Dispatch (Results 1 - 12 of 12) sorted by relevance

/external/v8/tools/gyp/pylib/gyp/
H A Dflock_tool.py18 executor.Dispatch(args)
23 def Dispatch(self, args): member in class:FlockTool
H A Dwin_tool.py28 exit_code = executor.Dispatch(args)
64 def Dispatch(self, args): member in class:WinTool
H A Dmac_tool.py28 exit_code = executor.Dispatch(args)
37 def Dispatch(self, args): member in class:MacTool
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs255 Dispatch(@event);
335 protected virtual void Dispatch(string line) { method in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs312 Dispatch( @event );
417 protected virtual void Dispatch( string line ) method in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
/external/webrtc/webrtc/base/
H A Dmessagequeue.cc408 void MessageQueue::Dispatch(Message *pmsg) { function in class:rtc::MessageQueue
/external/gptfdisk/
H A Dgptcurses.cc666 exitNow = Dispatch(currentKey);
672 exitNow = Dispatch(inputKey);
680 int GPTDataCurses::Dispatch(char operation) { function in class:GPTDataCurses
732 } // GPTDataCurses::Dispatch()
/external/libchrome/base/message_loop/
H A Dmessage_pump_glib_unittest.cc122 static gboolean Dispatch(GSource* source, function in class:base::__anon9212::EventInjector
139 EventInjector::Dispatch,
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A DAppleJavaExtensions-1.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/apple/ com/apple/concurrent/ com/apple/eawt/ com/ ...
/external/v8/src/interpreter/
H A Dinterpreter-assembler.cc529 Dispatch();
541 Node* InterpreterAssembler::Dispatch() { function in class:v8::internal::interpreter::InterpreterAssembler
/external/v8/src/
H A Dcode-stubs.cc219 void CodeStub::Dispatch(Isolate* isolate, uint32_t key, void** value_out, function in class:v8::internal::CodeStub
251 Dispatch(isolate, key, value_out, &InitializeDescriptorDispatchedCall);
266 Dispatch(isolate, key, value_out, &GetCodeDispatchCall);
2565 // Dispatch based on the instance type of {lhs}.
3771 // Dispatch based on the instance type; we distinguish all String instance
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h918 virtual void STDMETHODCALLTYPE Dispatch( function in struct:GalliumD3D11DeviceContext

Completed in 861 milliseconds