Searched refs:protocol (Results 1 – 2 of 2) sorted by relevance
214 JNIEXPORT jint JVM_Socket(jint domain, jint type, jint protocol) { in JVM_Socket() argument215 return TEMP_FAILURE_RETRY(socket(domain, type, protocol)); in JVM_Socket()
81 "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest",82 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest",