OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SERVICE_ID
(Results
1 - 11
of
11
) sorted by null
/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/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
...]
/prebuilt/common/http-client/
commons-logging-1.1.1.jar
/prebuilt/common/osgi/
osgi.jar
/prebuilt/common/ant/
ant.jar
Completed in 381 milliseconds