Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 3 of 3) sorted by relevance

/art/tools/
Dlibcore_gcstress_failures.txt23 …"org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest#testGetOutputS…
24 …"org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest#testProxyAutho…
Dlibcore_failures.txt97 "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest",
98 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest",
/art/openjdkjvm/
DOpenjdkJvm.cc212 JNIEXPORT jint JVM_Socket(jint domain, jint type, jint protocol) { in JVM_Socket() argument
213 return TEMP_FAILURE_RETRY(socket(domain, type, protocol)); in JVM_Socket()