OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:service_id
(Results
1 - 19
of
19
) sorted by null
/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:";
/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();
/external/chromium/chrome/common/net/gaia/
gaia_authenticator.cc
40
const string&
service_id
,
43
service_id_(
service_id
),
256
const string&
service_id
) {
269
post_body += "&service=" +
service_id
;
gaia_authenticator.h
94
const std::string&
service_id
,
260
bool IssueAuthToken(AuthResults* results, const std::string&
service_id
);
/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/freetype/src/psnames/
psmodule.c
564
const char*
service_id
)
568
return ft_service_list_lookup( FT_PSCMAPS_SERVICES_GET,
service_id
);
/external/tcpdump/
print-juniper.c
286
u_int8_t
service_id
[4];
member in struct:juniper_monitor_header
299
EXTRACT_32BITS(&mh->
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/freetype/include/freetype/internal/
ftserv.h
470
const char*
service_id
);
[
all
...]
ftobjs.h
507
const char*
service_id
);
[
all
...]
/external/freetype/src/base/
ftobjs.c
48
const char*
service_id
)
54
if ( desc &&
service_id
)
58
if ( ft_strcmp( desc->serv_id,
service_id
) == 0 )
[
all
...]
/prebuilt/common/http-client/
commons-logging-1.1.1.jar
/prebuilt/common/osgi/
osgi.jar
/prebuilt/common/ant/
ant.jar
/dalvik/hit/samples/
android.hprof
[
all
...]
Completed in 613 milliseconds