HomeSort by relevance Sort by last modified time
    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 19 $(LOCAL_PATH)/srvc \
129 ./srvc/srvc_battery.c \
130 ./srvc/srvc_battery_int.h \
131 ./srvc/srvc_dis.c \
132 ./srvc/srvc_dis_int.h \
133 ./srvc/srvc_eng.c \
134 ./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 367 APPL_TRACE_ERROR("Illegal action to add char/descr/incl srvc before adding a service!");
    [all...]

Completed in 376 milliseconds