| /frameworks/rs/cpp/ |
| Script.cpp | 25 tryDispatch(mRS, RS::dispatch->ScriptInvokeV(mRS->getContext(), getID(), slot, v, len)); 35 tryDispatch(mRS, RS::dispatch->ScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr, usrLen, nullptr, 0)); 43 tryDispatch(mRS, RS::dispatch->ScriptBindAllocation(mRS->getContext(), getID(), BaseObj::getObjID(va), slot)); 48 tryDispatch(mRS, RS::dispatch->ScriptSetVarObj(mRS->getContext(), getID(), index, (o == nullptr) ? 0 : o->getID())); 52 tryDispatch(mRS, RS::dispatch->ScriptSetVarV(mRS->getContext(), getID(), index, v, len));
|
| BaseObj.cpp | 47 RS::dispatch->ObjDestroy(mRS->getContext(), mID); 55 RS::dispatch->GetName(mRS->getContext(), mID, &name);
|
| ScriptC.cpp | 27 mID = RS::dispatch->ScriptCCreate(rs->getContext(), cachedName, cachedNameLength,
|
| RenderScript.cpp | 34 dispatchTable* RS::dispatch = nullptr; member in class:RS 55 RS::dispatch->ContextDeinitToClient(mContext); 60 RS::dispatch->ContextDestroy(mContext); 79 if (loadSymbols(handle, *RS::dispatch, targetApi) == false) { 105 RS::dispatch = new dispatchTable; member in class:RS 141 ALOGE("Couldn't initialize dispatch table"); 155 RsDevice device = RS::dispatch->DeviceCreate(); 167 mContext = RS::dispatch->ContextCreate(device, 0, targetApi, RS_CONTEXT_TYPE_NORMAL, flags); 209 RS::dispatch->ContextInitToClient(rs->mContext); 216 RsMessageToClientType r = RS::dispatch->ContextPeekMessage(rs->mContext [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| 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_string 877 dispatch = {} variable in class:Unpickler [all...] |
| /external/python/cpython2/Lib/ |
| pickle.py | 282 # Check the type dispatch table 284 f = self.dispatch.get(t) 428 # Methods below this point are dispatched through the dispatch table 430 dispatch = {} variable in class:Pickler 434 dispatch[NoneType] = save_none 441 dispatch[bool] = save_bool 465 dispatch[IntType] = save_int 477 dispatch[LongType] = save_long 484 dispatch[FloatType] = save_float 496 dispatch[StringType] = save_strin 883 dispatch = {} variable in class:Unpickler [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| 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/gdb/linux-x86/lib/python2.7/ |
| 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/darwin-x86/2.7.5/lib/python2.7/ |
| 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/ |
| 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...] |
| /external/autotest/client/common_lib/cros/fake_device_server/ |
| server.py | 45 {'request.dispatch': cherrypy.dispatch.MethodDispatcher()} 53 {'request.dispatch': cherrypy.dispatch.MethodDispatcher()} 65 {'request.dispatch': cherrypy.dispatch.MethodDispatcher()} 75 {'request.dispatch': cherrypy.dispatch.MethodDispatcher()} 82 {'request.dispatch': cherrypy.dispatch.MethodDispatcher() [all...] |
| /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/ |
| Dispatcher1.java | 66 dispatch(); method 73 private void dispatch() throws IOException { method in class:Dispatcher1
|
| DispatcherN.java | 65 dispatch(); method 74 private void dispatch() throws IOException { method in class:DispatcherN
|
| /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/ |
| Dispatcher1.java | 66 dispatch(); method 73 private void dispatch() throws IOException { method in class:Dispatcher1
|
| DispatcherN.java | 65 dispatch(); method 74 private void dispatch() throws IOException { method in class:DispatcherN
|
| /frameworks/av/services/oboeservice/ |
| AAudioThread.h | 68 void dispatch(); // called internally from 'C' thread wrapper
|
| /external/guava/guava/src/com/google/common/eventbus/ |
| AsyncEventBus.java | 28 * dispatch events, allowing dispatch to occur asynchronously. 42 * Creates a new AsyncEventBus that will use {@code executor} to dispatch 46 * @param executor Executor to use to dispatch events. It is the caller's 56 * Creates a new AsyncEventBus that will use {@code executor} to dispatch 59 * @param executor Executor to use to dispatch events. It is the caller's 72 * Creates a new AsyncEventBus that will use {@code executor} to dispatch 75 * @param executor Executor to use to dispatch events. It is the caller's 90 * Dispatch {@code events} in the order they were posted, regardless of 102 dispatch(eventWithSubscriber.event, eventWithSubscriber.subscriber) method 110 void dispatch(final Object event, final EventSubscriber subscriber) { method in class:AsyncEventBus [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
| visitor.py | 40 self.dispatch(child, *args)
42 def dispatch(self, node, *args):
member in class:ASTVisitor 54 ## print "dispatch", className
56 ## print "dispatch", className, (meth and meth.__name__ or '')
62 visitor.visit = self.dispatch
63 self.dispatch(tree, *args) # XXX *args make sense?
74 def dispatch(self, node, *args):
member in class:ExampleASTVisitor 82 print "dispatch", className, (meth and meth.__name__ or '')
|
| /external/python/cpython2/Lib/compiler/ |
| visitor.py | 40 self.dispatch(child, *args) 42 def dispatch(self, node, *args): member in class:ASTVisitor 54 ## print "dispatch", className 56 ## print "dispatch", className, (meth and meth.__name__ or '') 62 visitor.visit = self.dispatch 63 self.dispatch(tree, *args) # XXX *args make sense? 74 def dispatch(self, node, *args): member in class:ExampleASTVisitor 82 print "dispatch", className, (meth and meth.__name__ or '')
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/ |
| visitor.py | 40 self.dispatch(child, *args) 42 def dispatch(self, node, *args): member in class:ASTVisitor 54 ## print "dispatch", className 56 ## print "dispatch", className, (meth and meth.__name__ or '') 62 visitor.visit = self.dispatch 63 self.dispatch(tree, *args) # XXX *args make sense? 74 def dispatch(self, node, *args): member in class:ExampleASTVisitor 82 print "dispatch", className, (meth and meth.__name__ or '')
|
| /prebuilts/gdb/linux-x86/lib/python2.7/compiler/ |
| visitor.py | 40 self.dispatch(child, *args) 42 def dispatch(self, node, *args): member in class:ASTVisitor 54 ## print "dispatch", className 56 ## print "dispatch", className, (meth and meth.__name__ or '') 62 visitor.visit = self.dispatch 63 self.dispatch(tree, *args) # XXX *args make sense? 74 def dispatch(self, node, *args): member in class:ExampleASTVisitor 82 print "dispatch", className, (meth and meth.__name__ or '')
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
| visitor.py | 40 self.dispatch(child, *args) 42 def dispatch(self, node, *args): member in class:ASTVisitor 54 ## print "dispatch", className 56 ## print "dispatch", className, (meth and meth.__name__ or '') 62 visitor.visit = self.dispatch 63 self.dispatch(tree, *args) # XXX *args make sense? 74 def dispatch(self, node, *args): member in class:ExampleASTVisitor 82 print "dispatch", className, (meth and meth.__name__ or '')
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
| visitor.py | 40 self.dispatch(child, *args) 42 def dispatch(self, node, *args): member in class:ASTVisitor 54 ## print "dispatch", className 56 ## print "dispatch", className, (meth and meth.__name__ or '') 62 visitor.visit = self.dispatch 63 self.dispatch(tree, *args) # XXX *args make sense? 74 def dispatch(self, node, *args): member in class:ExampleASTVisitor 82 print "dispatch", className, (meth and meth.__name__ or '')
|
| /hardware/qcom/display/msm8994/libqdutils/ |
| display_config.cpp | 44 err = binder->dispatch(IQService::CHECK_EXTERNAL_STATUS, 62 err = binder->dispatch(IQService::GET_DISPLAY_ATTRIBUTES, 88 err = binder->dispatch(IQService::SET_HSIC_DATA, &inParcel, &outParcel); 101 err = binder->dispatch(IQService::GET_DISPLAY_VISIBLE_REGION, 127 err = binder->dispatch(IQService::SET_VIEW_FRAME, 145 err = binder->dispatch(IQService::SET_SECONDARY_DISPLAY_STATUS, 163 err = binder->dispatch(IQService::CONFIGURE_DYN_REFRESH_RATE,
|
| /external/vulkan-validation-layers/loader/ |
| extension_manual.c | 158 if (!icd_term->dispatch.GetPhysicalDeviceExternalImageFormatPropertiesNV) { 163 if (!icd_term->dispatch.GetPhysicalDeviceImageFormatProperties) { 171 return icd_term->dispatch.GetPhysicalDeviceImageFormatProperties( 176 return icd_term->dispatch.GetPhysicalDeviceExternalImageFormatPropertiesNV( 195 if (icd_term->dispatch.GetPhysicalDeviceFeatures2KHR != NULL) { 197 icd_term->dispatch.GetPhysicalDeviceFeatures2KHR(phys_dev_term->phys_dev, pFeatures); 205 icd_term->dispatch.GetPhysicalDeviceFeatures(phys_dev_term->phys_dev, &pFeatures->features); 248 if (icd_term->dispatch.GetPhysicalDeviceProperties2KHR != NULL) { 250 icd_term->dispatch.GetPhysicalDeviceProperties2KHR(phys_dev_term->phys_dev, pProperties); 258 icd_term->dispatch.GetPhysicalDeviceProperties(phys_dev_term->phys_dev, &pProperties->properties) [all...] |