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

1 2

  /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/nist-sip/java/gov/nist/javax/sip/header/ims/
ParameterNamesIms.java 86 public static final String SERVICE_ID = "urn:urn-7:";
  /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/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/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
osgi-4.0.0.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 
org.eclipse.osgi.services_3.3.100.v20130513-1956.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 
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/offline-m2/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /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 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 

Completed in 101 milliseconds

1 2