HomeSort by relevance Sort by last modified time
    Searched defs:my_method (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
transport_test.py 212 def my_method(self, request): function
213 self.fail('self.my_method should not be directly invoked.')
241 rpc = self.connection.send_rpc(my_method.remote, self.request)
258 rpc = self.connection.send_rpc(my_method.remote, self.request)
270 bad_transport.send_rpc(my_method.remote, self.request)
287 self.connection.send_rpc(my_method.remote, self.request)
302 rpc = self.connection.send_rpc(my_method.remote, self.request)
315 rpc = self.connection.send_rpc(my_method.remote, self.request)
330 rpc = self.connection.send_rpc(my_method.remote, self.request)
345 rpc = self.connection.send_rpc(my_method.remote, self.request
    [all...]
  /external/chromium-trace/catapult/third_party/webapp2/tests/
handler_test.py 579 def my_method(self): member in class:TestHandler.test_custom_method.MyHandler
586 webapp2.Route('/', MyHandler, handler_method='my_method'),
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
service_handlers_test.py 194 match = re.match(path, '/my_service.my_method')
196 self.assertEquals('my_method', match.group(2))
201 match = re.match(path, '/my_service/nested.my_method')
203 self.assertEquals('my_method', match.group(2))
212 match = re.match(path, '/whatever_preceeds/my_service.my_method')
214 self.assertEquals('my_method', match.group(2))
1252 def my_method(self, request): member in class:GetCalled
    [all...]

Completed in 78 milliseconds