HomeSort by relevance Sort by last modified time
    Searched defs:dispatch (Results 76 - 100 of 148) sorted by null

1 2 34 5 6

  /external/clang/lib/AST/
DumpXML.cpp 62 #define DISPATCH(NAME, CLASS) \
65 void dispatch(Decl *D) { function in struct:__anon17511::XMLDeclVisitor
71 DISPATCH(dispatch##DERIVED##DeclAttrs, DERIVED##Decl); \
73 DISPATCH(dispatch##DERIVED##DeclChildren, DERIVED##Decl); \
74 DISPATCH(dispatch##DERIVED##DeclAsContext, DERIVED##Decl); \
82 void dispatch##DERIVED##DeclAttrs(DERIVED##Decl *D) { \
83 DISPATCH(dispatch##BASE##Attrs, BASE);
121 void dispatch(Type *T) { function in struct:__anon17511::XMLTypeVisitor
308 void dispatch(const TemplateArgument &A) { function in struct:__anon17511::XMLDumper
349 void dispatch(const TemplateArgumentLoc &A) { function in struct:__anon17511::XMLDumper
382 void dispatch(Decl *D) { function in struct:__anon17511::XMLDumper
515 void dispatch(CXXCtorInitializer *Init) { function in struct:__anon17511::XMLDumper
884 void dispatch(TypeLoc TL) { function in struct:__anon17511::XMLDumper
888 void dispatch(QualType T) { function in struct:__anon17511::XMLDumper
1028 void dispatch(Stmt *S) { function in struct:__anon17511::XMLDumper
    [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 185 inline return_t dispatch (const T &obj) { return obj.sanitize (this); } function in struct:OT::hb_sanitize_context_t
hb-ot-layout-gpos-table.hh 522 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::SinglePos
526 case 1: return TRACE_RETURN (c->dispatch (u.format1));
527 case 2: return TRACE_RETURN (c->dispatch (u.format2));
813 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::PairPos
817 case 1: return TRACE_RETURN (c->dispatch (u.format1));
818 case 2: return TRACE_RETURN (c->dispatch (u.format2));
979 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::CursivePos
983 case 1: return TRACE_RETURN (c->dispatch (u.format1));
1078 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MarkBasePos
1199 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MarkLigPos
1318 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MarkMarkPos
1377 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const function in struct:OT::PosLookupSubTable
1498 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::PosLookup
    [all...]
hb-ot-layout-gsubgpos-private.hh 63 inline return_t dispatch (const T &obj) { obj.closure (this); return HB_VOID; } function in struct:OT::hb_closure_context_t
112 inline return_t dispatch (const T &obj) { return obj.would_apply (this); } function in struct:OT::hb_would_apply_context_t
151 inline return_t dispatch (const T &obj) { obj.collect_glyphs (this); return HB_VOID; } function in struct:OT::hb_collect_glyphs_context_t
217 inline return_t dispatch (const T &obj) { return obj.get_coverage (); } function in struct:OT::hb_get_coverage_context_t
244 inline return_t dispatch (const T &obj) { return obj.apply (this); } function in struct:OT::hb_apply_context_t
1488 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::Context
2104 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::ChainContext
2184 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::Extension
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DefaultServer.java 273 protected void dispatch( HostedConnection source, Message m ) method in class:DefaultServer
570 dispatch( source, m ); method
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 70 #define DISPATCH(FUNC, ARGS, MESSAGE) \
86 /* Display -> Dispatch caching */
97 /* search list of display/dispatch pairs for this display */
1191 * Return size of the GLX dispatch table, in entries, not bytes.
1208 * Initialize all functions in given dispatch table to be no-ops
1214 nop_func *dispatch = (nop_func *) t; local
1218 dispatch[i] = generic_no_op_func;
    [all...]
  /frameworks/base/core/java/android/nfc/
NfcAdapter.java 72 * <p>The MIME type or data URI of this intent are normalized before dispatch -
1353 public void dispatch(Tag tag) { method in class:NfcAdapter
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewManager.java 541 public void dispatch(MotionEvent event) { method in class:KeyguardViewManager
543 mKeyguardView.dispatch(event);
KeyguardViewMediator.java 1357 public void dispatch(MotionEvent event) { method in class:KeyguardViewMediator
    [all...]
KeyguardHostView.java 1714 public void dispatch(MotionEvent event) { method in class:KeyguardHostView
    [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/darwin-x86/2.7.5/lib/python2.7/plat-mac/
FrameWork.py 197 self.dispatch(event)
215 def dispatch(self, event): member in class:Application
241 MacOS.SetEventHandler(self.dispatch)
324 self.menubar.dispatch(id, item, window, event)
458 - dispatch (called from Application)
533 def dispatch(self, id, item, window, event): member in class:MenuBar
535 self.menus[id].dispatch(id, item, window, event)
537 if DEBUG: print "MenuBar.dispatch(%d, %d, %s, %s)" % \
605 def dispatch(self, id, item, window, event): member in class:Menu
662 self.dispatch(id, item, window, event
727 def dispatch(self, id, item, window, event): member in class:AppleMenu
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 609 dispatch = {} variable in class:Marshaller
640 f = self.dispatch[type(value)]
651 if type_ in self.dispatch.keys():
653 f = self.dispatch[InstanceType]
660 dispatch[NoneType] = dump_nil
669 dispatch[IntType] = dump_int
676 dispatch[bool] = dump_bool
684 dispatch[LongType] = dump_long
690 dispatch[FloatType] = dump_double
696 dispatch[StringType] = dump_strin
840 dispatch = {} variable in class:Unmarshaller
    [all...]
pickle.py 282 # Check the type dispatch table
284 f = self.dispatch.get(t)
422 # Methods below this point are dispatched through the dispatch table
424 dispatch = {} variable in class:Pickler
428 dispatch[NoneType] = save_none
435 dispatch[bool] = save_bool
459 dispatch[IntType] = save_int
471 dispatch[LongType] = save_long
478 dispatch[FloatType] = save_float
490 dispatch[StringType] = save_strin
877 dispatch = {} variable in class:Unpickler
    [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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 609 dispatch = {} variable in class:Marshaller
640 f = self.dispatch[type(value)]
651 if type_ in self.dispatch.keys():
653 f = self.dispatch[InstanceType]
660 dispatch[NoneType] = dump_nil
669 dispatch[IntType] = dump_int
676 dispatch[bool] = dump_bool
684 dispatch[LongType] = dump_long
690 dispatch[FloatType] = dump_double
696 dispatch[StringType] = dump_strin
840 dispatch = {} variable in class:Unmarshaller
    [all...]
pickle.py 282 # Check the type dispatch table
284 f = self.dispatch.get(t)
422 # Methods below this point are dispatched through the dispatch table
424 dispatch = {} variable in class:Pickler
428 dispatch[NoneType] = save_none
435 dispatch[bool] = save_bool
459 dispatch[IntType] = save_int
471 dispatch[LongType] = save_long
478 dispatch[FloatType] = save_float
490 dispatch[StringType] = save_strin
877 dispatch = {} variable in class:Unpickler
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
KeyEventTest.java 116 assertTrue(mKeyEvent.dispatch(callback));
124 assertTrue(mKeyEvent.dispatch(callback));
134 assertTrue(mKeyEvent.dispatch(callback));
144 assertTrue(mKeyEvent.dispatch(callback));
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptSource.js 277 dispatch: function(methodName, args)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotProxy.js 149 function dispatch()
154 this._asyncTaskQueue.addTask(dispatch.bind(this));
inspector.js 415 WebInspector.socket.onmessage = function(message) { InspectorBackend.dispatch(message.data); }
601 // tests require that each command was dispatch within individual timeout callback, so we don't batch them.
609 WebInspector.dispatch = function(message) {
612 InspectorBackend.dispatch(messagesToDispatch.shift());
656 if (WebInspector.openAnchorLocationRegistry.dispatch({ url: anchor.href, lineNumber: anchor.lineNumber}))
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 522 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::SinglePos
526 case 1: return TRACE_RETURN (c->dispatch (u.format1));
527 case 2: return TRACE_RETURN (c->dispatch (u.format2));
811 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::PairPos
815 case 1: return TRACE_RETURN (c->dispatch (u.format1));
816 case 2: return TRACE_RETURN (c->dispatch (u.format2));
977 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::CursivePos
981 case 1: return TRACE_RETURN (c->dispatch (u.format1));
1075 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MarkBasePos
1195 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MarkLigPos
1313 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MarkMarkPos
1372 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const function in struct:OT::PosLookupSubTable
1493 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::PosLookup
    [all...]
hb-ot-layout-gsubgpos-private.hh 63 inline return_t dispatch (const T &obj) { obj.closure (this); return HB_VOID; } function in struct:OT::hb_closure_context_t
112 inline return_t dispatch (const T &obj) { return obj.would_apply (this); } function in struct:OT::hb_would_apply_context_t
151 inline return_t dispatch (const T &obj) { obj.collect_glyphs (this); return HB_VOID; } function in struct:OT::hb_collect_glyphs_context_t
217 inline return_t dispatch (const T &obj) { return obj.get_coverage (); } function in struct:OT::hb_get_coverage_context_t
244 inline return_t dispatch (const T &obj) { return obj.apply (this); } function in struct:OT::hb_apply_context_t
1488 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::Context
2104 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::ChainContext
2184 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::Extension
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 144 static dispatchTable* dispatch; member in class:android::RSC::RS
    [all...]
  /frameworks/base/core/java/android/view/
KeyEvent.java 2618 public final boolean dispatch(Callback receiver) { method in class:KeyEvent
2633 public final boolean dispatch(Callback receiver, DispatcherState state, method in class:KeyEvent
    [all...]

Completed in 4287 milliseconds

1 2 34 5 6