HomeSort by relevance Sort by last modified time
    Searched refs:_dispatch (Results 1 - 9 of 9) sorted by null

  /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)
  /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
  /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...]
  /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...]
  /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...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionAPI.js 146 extensionServer.registerHandler("notify-" + this._type, this._dispatch.bind(this));
173 _dispatch: function(request)
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/tests/
this.js 37 extensionServer.registerHandler("notify-" + this._type, this._dispatch.bind(this));

Completed in 164 milliseconds