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

  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 97 protected static final String SERVICE_ID =
500 "[LOOKUP] Looking for a resource file of name [" + SERVICE_ID
505 SERVICE_ID);
525 + " as specified by file '" + SERVICE_ID
535 "[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 296 return Collections.singleton(classLoader.getResource(SERVICE_ID));
299 Enumeration<URL> e = classLoader.getResources(SERVICE_ID);
301 debugPrintln("no "+SERVICE_ID+" file was found");
308 debugPrintln("failed to enumerate resources "+SERVICE_ID);
390 private static final String SERVICE_ID = "META-INF/services/" + SERVICE_CLASS.getName();
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 329 URL resource = XPathFactoryFinder.class.getClassLoader().getResource(SERVICE_ID);
333 Enumeration<URL> e = classLoader.getResources(SERVICE_ID);
335 debugPrintln("no "+SERVICE_ID+" file was found");
341 debugPrintln("failed to enumerate resources "+SERVICE_ID);
350 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 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 254 milliseconds