HomeSort by relevance Sort by last modified time
    Searched full:srvc (Results 1 - 4 of 4) sorted by null

  /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/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 336 APPL_TRACE_ERROR0("Illegal action to add char/descr/incl srvc before adding a service!");
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-111557.js     [all...]

Completed in 365 milliseconds