HomeSort by relevance Sort by last modified time
    Searched refs:srvc (Results 1 - 17 of 17) 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/icu/android_icu4j/src/main/java/android/icu/text/
NumberFormatServiceShim.java 51 public Object create(Key key, ICUService srvc) {
59 result = srvc.getKey(key, null, this);
110 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) {
CollatorServiceShim.java 69 public Object handleCreate(ULocale loc, int kind, ICUService srvc) {
129 protected Object handleCreate(ULocale uloc, int kind, ICUService srvc) {
BreakIteratorFactory.java 79 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberFormatServiceShim.java 50 public Object create(Key key, ICUService srvc) {
58 result = srvc.getKey(key, null, this);
109 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) {
BreakIteratorFactory.java 78 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) {
  /external/nanopb-c/generator/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)
  /system/bt/stack/
Android.mk 21 $(LOCAL_PATH)/srvc \
130 ./srvc/srvc_battery.c \
131 ./srvc/srvc_dis.c \
132 ./srvc/srvc_eng.c \
  /external/icu/android_icu4j/src/main/java/android/icu/util/
CurrencyServiceShim.java 63 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CurrencyServiceShim.java 62 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollatorServiceShim.java 68 public Object handleCreate(ULocale loc, int kind, ICUService srvc) {
128 protected Object handleCreate(ULocale uloc, int kind, ICUService srvc) {
  /system/bt/bta/gatt/
bta_gattc_cache.c 185 tBTA_GATTC_SERVICE *srvc = ptr; local
186 list_free(srvc->characteristics);
187 list_free(srvc->included_svc);
188 osi_free(srvc);
242 APPL_TRACE_ERROR("Illegal action to add char/descr/incl srvc for non-existing service!");
289 APPL_TRACE_ERROR("Illegal action to add char/descr/incl srvc for non-existing service!");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 370 milliseconds