OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:srvc
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
service_reflection_test.py
69
srvc
= MyService()
70
srvc
.Foo(rpc_controller, unittest_pb2.FooRequest(), MyCallback)
78
srvc
.CallMethod(service_descriptor.methods[1], rpc_controller,
90
srvc
= MyServiceImpl()
92
srvc
.Foo(rpc_controller, unittest_pb2.FooRequest(), MyCallback)
94
self.assertEqual(True,
srvc
.foo_called)
97
srvc
.CallMethod(service_descriptor.methods[1], rpc_controller,
100
self.assertEqual(True,
srvc
.bar_called)
/external/protobuf/python/google/protobuf/internal/
service_reflection_test.py
69
srvc
= MyService()
70
srvc
.Foo(rpc_controller, unittest_pb2.FooRequest(), MyCallback)
78
srvc
.CallMethod(service_descriptor.methods[1], rpc_controller,
90
srvc
= MyServiceImpl()
92
srvc
.Foo(rpc_controller, unittest_pb2.FooRequest(), MyCallback)
94
self.assertEqual(True,
srvc
.foo_called)
97
srvc
.CallMethod(service_descriptor.methods[1], rpc_controller,
100
self.assertEqual(True,
srvc
.bar_called)
/external/bluetooth/bluedroid/stack/
Android.mk
21
$(LOCAL_PATH)/
srvc
\
126
./
srvc
/srvc_battery.c \
127
./
srvc
/srvc_battery_int.h \
128
./
srvc
/srvc_dis.c \
129
./
srvc
/srvc_dis_int.h \
130
./
srvc
/srvc_eng.c \
131
./
srvc
/srvc_eng_int.h \
/external/chromium_org/third_party/protobuf/python/google/protobuf/
service_reflection.py
143
def _WrapCallMethod(
srvc
, method_descriptor,
145
return self._CallMethod(
srvc
, method_descriptor,
156
def _CallMethod(self,
srvc
, method_descriptor,
161
srvc
: Instance of the service for which this method is called.
170
method = getattr(
srvc
, method_descriptor.name)
/external/protobuf/python/google/protobuf/
service_reflection.py
143
def _WrapCallMethod(
srvc
, method_descriptor,
145
return self._CallMethod(
srvc
, method_descriptor,
156
def _CallMethod(self,
srvc
, method_descriptor,
161
srvc
: Instance of the service for which this method is called.
170
method = getattr(
srvc
, method_descriptor.name)
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c
366
APPL_TRACE_ERROR0("Illegal action to add char/descr/incl
srvc
before adding a service!");
[
all
...]
Completed in 94 milliseconds