Home
last modified time | relevance | path

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

/art/runtime/openjdkjvm/
DOpenjdkJvm.cc214 JNIEXPORT jint JVM_Socket(jint domain, jint type, jint protocol) { in JVM_Socket() argument
215 return TEMP_FAILURE_RETRY(socket(domain, type, protocol)); in JVM_Socket()
/art/tools/
Dlibcore_failures.txt81 "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest",
82 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest",