HomeSort by relevance Sort by last modified time
    Searched refs:SERVICE_ID (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/autotest/client/site_tests/peerd_MonitorsDBusConnections/
peerd_MonitorsDBusConnections.py 14 SERVICE_ID = 'test-service'
37 != SERVICE_ID):
57 self._manager.ExposeService(SERVICE_ID,
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 295 return Collections.singleton(classLoader.getResource(SERVICE_ID));
298 Enumeration<URL> e = classLoader.getResources(SERVICE_ID);
300 debugPrintln("no "+SERVICE_ID+" file was found");
307 debugPrintln("failed to enumerate resources "+SERVICE_ID);
389 private static final String SERVICE_ID = "META-INF/services/" + SERVICE_CLASS.getName();
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 328 URL resource = XPathFactoryFinder.class.getClassLoader().getResource(SERVICE_ID);
332 Enumeration<URL> e = classLoader.getResources(SERVICE_ID);
334 debugPrintln("no "+SERVICE_ID+" file was found");
340 debugPrintln("failed to enumerate resources "+SERVICE_ID);
349 private static final String SERVICE_ID = "META-INF/services/" + SERVICE_CLASS.getName();
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAssertedService.java 54 retval.append(ParameterNamesIms.SERVICE_ID);
PPreferredService.java 53 retval.append(ParameterNamesIms.SERVICE_ID);
ParameterNamesIms.java 86 public static final String SERVICE_ID = "urn:urn-7:";
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssertedServiceParser.java 68 if(urn.contains(ParameterNamesIms.SERVICE_ID)){
PPreferredServiceParser.java 106 if(urn.contains(ParameterNamesIms.SERVICE_ID)){
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
LogFactory.java 93 protected static final String SERVICE_ID = "META-INF/services/org.apache.commons.logging.LogFactory";
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 102 protected static final String SERVICE_ID =
505 "[LOOKUP] Looking for a resource file of name [" + SERVICE_ID
510 SERVICE_ID);
530 + " as specified by file '" + SERVICE_ID
540 "[LOOKUP] No resource file with name '" + SERVICE_ID
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
org.apache.commons.logging_1.0.4.v201005080501.jar 
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /external/guice/extensions/persist/lib/
commons-logging-1.0.4.jar 
  /external/guice/extensions/struts2/lib/
commons-logging-1.0.4.jar 
  /external/guice/lib/build/
commons-logging-1.0.4.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.0.4/
commons-logging-1.0.4.jar 
  /external/robolectric/v1/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.3/
commons-logging-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/tools/common/offline-m2/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 

Completed in 1248 milliseconds

1 2 3