OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_method
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/Index/Inputs/
objc.h
5
-(void)
my_method
: (int)param;
6
+(void)
my_method
: (int)param;
10
-(void)
my_method
: (int)param;
/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/protobuf/python/google/protobuf/internal/
descriptor_test.py
89
self.
my_method
= descriptor.MethodDescriptor(
102
self.
my_method
122
self.assertEqual(self.my_service, self.
my_method
.containing_service)
133
self.assertEqual(self.
my_method
.GetOptions(),
/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 154 milliseconds