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

  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 298 return Collections.singleton(classLoader.getResource(SERVICE_ID));
301 Enumeration<URL> e = classLoader.getResources(SERVICE_ID);
303 debugPrintln("no "+SERVICE_ID+" file was found");
310 debugPrintln("failed to enumerate resources "+SERVICE_ID);
392 private static final String SERVICE_ID = "META-INF/services/" + SERVICE_CLASS.getName();
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 331 URL resource = XPathFactoryFinder.class.getClassLoader().getResource(SERVICE_ID);
335 Enumeration<URL> e = classLoader.getResources(SERVICE_ID);
337 debugPrintln("no "+SERVICE_ID+" file was found");
343 debugPrintln("failed to enumerate resources "+SERVICE_ID);
352 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/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/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 
  /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/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/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.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 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 7438 milliseconds