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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
service.py 69 service_class = getattr(service_factory, 'service_class', service_factory)
70 remote_methods = service_class.all_remote_methods()
98 service_class.definition_name().encode('utf-8'),
247 service_class = service_factory.service_class
249 service_class = service_factory
259 registry_map[service_path] = service_class
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/
mock.py 282 service_class = getattr(self.__client_class, name)
283 if not isinstance(service_class, type):
285 if not issubclass(service_class, apitools_base.BaseApiService):
287 self.__real_service_classes[name] = service_class
288 service = service_class(client)
291 collection_name = service_class._NAME
316 for name, service_class in self.__real_service_classes.items():
317 setattr(self.__client_class, name, service_class)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallForwardInfo.java 27 public int serviceClass; /* Saum of CommandsInterface.SERVICE_CLASS */
CommandsInterface.java 96 static final int SERVICE_CLASS_MAX = (1 << 7); // Max SERVICE_CLASS value
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
definition.py 199 service_class = type(class_name, (remote.Service,), class_dict)
200 return service_class
229 service_class = define_service(service_descriptor, module)
230 setattr(module, service_descriptor.name, service_class)
registry.py 227 for name, service_class in self.__registry.items():
230 mapping.definition = service_class.definition_name().decode('utf-8')
descriptor.py 438 def describe_service(service_class):
442 service_class: Service class to describe.
448 descriptor.name = service_class.__name__
450 remote_methods = service_class.all_remote_methods()
transport.py 366 'service_class',
371 def service_class(self): member in class:LocalTransport
remote_test.py 490 self.assertEquals(StatefulService, factory.service_class)
remote.py 918 service_factory.service_class = cls
    [all...]
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 165 String propertyName = SERVICE_CLASS.getName() + ":" + uri;
246 if (debug) debugPrintln(className+" is not assignable to "+SERVICE_CLASS.getName());
348 private static final Class SERVICE_CLASS = XPathFactory.class;
349 private static final String SERVICE_ID = "META-INF/services/" + SERVICE_CLASS.getName();
  /device/google/marlin/telephony/ims/src/org/codeaurora/ims/internal/
IQtiImsExt.aidl 53 * SERVICE_CLASS, as defined in
71 * SERVICE_CLASS, as defined in
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 172 String propertyName = SERVICE_CLASS.getName() + ":" + schemaLanguage;
271 if (debug) debugPrintln(className+" is not assignable to "+SERVICE_CLASS.getName());
388 private static final Class SERVICE_CLASS = SchemaFactory.class;
389 private static final String SERVICE_ID = "META-INF/services/" + SERVICE_CLASS.getName();
  /system/bt/btif/src/
btif_sock_sdp.c 231 stage = "service_class";
279 stage = "service_class";
348 stage = "service_class";
  /system/bt/bta/sys/
utl.c 189 /* clear out the bits that is not SERVICE_CLASS bits */
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
service_handlers.py 802 service_class = getattr(service, 'service_class', service)
805 path = '/' + service_class.definition_name().replace('.', '/')
820 registry_map[path] = service_class
service_handlers_test.py     [all...]
  /system/bt/include/
bt_target.h 389 * {SERVICE_CLASS, MAJOR_CLASS, MINOR_CLASS}
391 * SERVICE_CLASS:0x5A (Bit17 -Networking,Bit19 - Capturing,Bit20 -Object Transfer,Bit22 -Telephony)
    [all...]
  /system/bt/stack/btm/
btm_inq.c 165 UINT16 service_class; local
267 BTM_COD_SERVICE_CLASS(service_class, p_cod);
269 cod_limited = (service_class & BTM_COD_SERVICE_LMTD_DISCOVER) ? TRUE : FALSE;
275 service_class |= BTM_COD_SERVICE_LMTD_DISCOVER;
277 service_class &= ~BTM_COD_SERVICE_LMTD_DISCOVER;
279 FIELDS_TO_COD(cod, minor, major, service_class);
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c 2405 UINT16 service_class; local
    [all...]
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 

Completed in 584 milliseconds