HomeSort by relevance Sort by last modified time
    Searched defs:SERVICE_ID (Results 1 - 7 of 7) 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();
  /prebuilt/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 277 milliseconds