/prebuilts/gdb/darwin-x86/lib/python2.7/ |
SimpleXMLRPCServer.py | 59 def _dispatch(self, method, params): 75 def _dispatch(self, method, params): 180 If the registered instance has a _dispatch method then that 183 e.g. instance._dispatch('add',(2,3)) 185 If the registered instance does not have a _dispatch method 195 instance does not have a _dispatch method, method names 245 using the _dispatch method and the result is returned as 260 response = self._dispatch(method, params) 291 # if the instance has a _dispatch method then we 294 elif not hasattr(self.instance, '_dispatch') 378 def _dispatch(self, method, params): member in class:SimpleXMLRPCDispatcher [all...] |
DocXMLRPCServer.py | 169 _dispatch method. Alternatively, instances can choose to implement 190 elif not hasattr(self.instance, '_dispatch'):
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
SimpleXMLRPCServer.py | 59 def _dispatch(self, method, params): 75 def _dispatch(self, method, params): 180 If the registered instance has a _dispatch method then that 183 e.g. instance._dispatch('add',(2,3)) 185 If the registered instance does not have a _dispatch method 195 instance does not have a _dispatch method, method names 245 using the _dispatch method and the result is returned as 260 response = self._dispatch(method, params) 291 # if the instance has a _dispatch method then we 294 elif not hasattr(self.instance, '_dispatch') 378 def _dispatch(self, method, params): member in class:SimpleXMLRPCDispatcher [all...] |
DocXMLRPCServer.py | 169 _dispatch method. Alternatively, instances can choose to implement 190 elif not hasattr(self.instance, '_dispatch'):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
SimpleXMLRPCServer.py | 59 def _dispatch(self, method, params): 75 def _dispatch(self, method, params): 180 If the registered instance has a _dispatch method then that 183 e.g. instance._dispatch('add',(2,3)) 185 If the registered instance does not have a _dispatch method 195 instance does not have a _dispatch method, method names 245 using the _dispatch method and the result is returned as 260 response = self._dispatch(method, params) 291 # if the instance has a _dispatch method then we 294 elif not hasattr(self.instance, '_dispatch') 378 def _dispatch(self, method, params): member in class:SimpleXMLRPCDispatcher [all...] |
DocXMLRPCServer.py | 169 _dispatch method. Alternatively, instances can choose to implement 190 elif not hasattr(self.instance, '_dispatch'):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
SimpleXMLRPCServer.py | 59 def _dispatch(self, method, params): 75 def _dispatch(self, method, params): 180 If the registered instance has a _dispatch method then that 183 e.g. instance._dispatch('add',(2,3)) 185 If the registered instance does not have a _dispatch method 195 instance does not have a _dispatch method, method names 245 using the _dispatch method and the result is returned as 260 response = self._dispatch(method, params) 291 # if the instance has a _dispatch method then we 294 elif not hasattr(self.instance, '_dispatch') 378 def _dispatch(self, method, params): member in class:SimpleXMLRPCDispatcher [all...] |
DocXMLRPCServer.py | 169 _dispatch method. Alternatively, instances can choose to implement 190 elif not hasattr(self.instance, '_dispatch'):
|
/external/mesa3d/src/mesa/ |
Android.gen.mk | 92 $(intermediates)/main/api_exec_%_dispatch.h: PRIVATE_SCRIPT := $(MESA_PYTHON2) $(glapi)/gl_table.py 93 $(intermediates)/main/api_exec_%_dispatch.h: PRIVATE_XML := -f $(glapi)/gl_and_es_API.xml 100 $(intermediates)/main/api_exec_%_dispatch.h: $(es_hdr_deps)
|
/external/autotest/client/cros/multimedia/ |
multimedia_xmlrpc_server.py | 46 def _dispatch(self, method, params): member in class:MultimediaXmlRpcDelegate
|
/external/mesa3d/src/mesa/main/ |
mfeatures.h | 51 * _mesa_init_<feature>_dispatch
|
/external/jetty/src/java/org/eclipse/jetty/security/authentication/ |
FormAuthenticator.java | 85 private boolean _dispatch; field in class:FormAuthenticator 100 _dispatch=dispatch; 138 _dispatch = dispatch==null?_dispatch:Boolean.valueOf(dispatch); 257 else if (_dispatch) 343 if (_dispatch)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
generator.py | 109 self._dispatch(msg) 121 def _dispatch(self, msg): 333 def _dispatch(self, msg): 120 def _dispatch(self, msg): member in class:Generator 331 def _dispatch(self, msg): member in class:DecodedGenerator
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
generator.py | 109 self._dispatch(msg) 121 def _dispatch(self, msg): 333 def _dispatch(self, msg): 120 def _dispatch(self, msg): member in class:Generator 331 def _dispatch(self, msg): member in class:DecodedGenerator
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
generator.py | 109 self._dispatch(msg) 121 def _dispatch(self, msg): 333 def _dispatch(self, msg): 120 def _dispatch(self, msg): member in class:Generator 331 def _dispatch(self, msg): member in class:DecodedGenerator
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
generator.py | 109 self._dispatch(msg) 121 def _dispatch(self, msg): 333 def _dispatch(self, msg): 120 def _dispatch(self, msg): member in class:Generator 331 def _dispatch(self, msg): member in class:DecodedGenerator
|
/external/autotest/client/cros/faft/ |
rpc_functions.py | 76 'FAFTClient.[categories].[method_name]', because _dispatch will rename 146 def _dispatch(self, method, params): member in class:RPCFunctions 147 """This _dispatch method handles string conversion especially.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/compiler/ |
transformer.py | 105 self._dispatch = {} 108 self._dispatch[value] = getattr(self, name) 109 self._dispatch[token.NEWLINE] = self.com_NEWLINE 798 return self._dispatch[node[0]] 805 return self._dispatch[node[0]](node[1:]) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/compiler/ |
transformer.py | 105 self._dispatch = {} 108 self._dispatch[value] = getattr(self, name) 109 self._dispatch[token.NEWLINE] = self.com_NEWLINE 798 return self._dispatch[node[0]] 805 return self._dispatch[node[0]](node[1:]) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
transformer.py | 105 self._dispatch = {} 108 self._dispatch[value] = getattr(self, name) 109 self._dispatch[token.NEWLINE] = self.com_NEWLINE 798 return self._dispatch[node[0]] 805 return self._dispatch[node[0]](node[1:]) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
transformer.py | 105 self._dispatch = {} 108 self._dispatch[value] = getattr(self, name) 109 self._dispatch[token.NEWLINE] = self.com_NEWLINE 798 return self._dispatch[node[0]] 805 return self._dispatch[node[0]](node[1:]) [all...] |