Home
last modified time | relevance | path

Searched refs:getServerURL (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/android/test/javatests/src/org/chromium/net/
H A DBidirectionalStreamQuicTest.java88 String quicURL = QuicTestServer.getServerURL() + path; in testSimpleGet()
110 String quicURL = QuicTestServer.getServerURL() + path; in testSimplePost()
154 String quicURL = QuicTestServer.getServerURL() + path; in testSimplePostWithFlush()
188 String quicURL = QuicTestServer.getServerURL() + path; in testSimplePostWithFlushTwice()
225 String url = QuicTestServer.getServerURL() + path; in testSimpleGetWithFlush()
270 String url = QuicTestServer.getServerURL() + path; in testSimplePostWithFlushAfterOneWrite()
300 String quicURL = QuicTestServer.getServerURL() + path; in testQuicBidirectionalStreamDisabled()
326 String quicURL = QuicTestServer.getServerURL() + path; in testStreamFailBeforeWriteIsExecutedOnNetworkThread()
372 String quicURL = QuicTestServer.getServerURL() + path; in testStreamFailWithQuicDetailedErrorCode()
H A DQuicTest.java95 String quicURL = QuicTestServer.getServerURL() + "/simple.txt"; in testQuicLoadUrl()
178 String quicURL = QuicTestServer.getServerURL() + "/simple.txt"; in testNQEWithQuic()
260 String quicURL = QuicTestServer.getServerURL() + "/simple.txt"; in testMetricsWithQuic()
/dports/audio/ampache/ampache-php74-5.0.0/vendor/openid/php-openid/examples/server/lib/
H A Dsession.php21 $parent = rtrim(dirname(getServerURL()), '/');
29 function getServerURL() function
49 $url = getServerURL();
H A Dcommon.php19 $url = getServerURL();
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/controller-runtime/pkg/internal/testing/integration/internal/
H A Dprocess_test.go63 processState.URL = getServerURL(server)
79 processState.URL = getServerURL(server)
126 processState.URL = getServerURL(server)
138 processState.URL = getServerURL(server)
153 processState.URL = getServerURL(server)
369 func getServerURL(server *ghttp.Server) url.URL { func
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/net/URLClassLoader/closetest/
H A DCloseTest.java98 URL url2 = getServerURL(); in test()
145 static URL getServerURL () throws Exception { in getServerURL() method in CloseTest
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/net/URLClassLoader/closetest/
H A DCloseTest.java98 URL url2 = getServerURL(); in test()
145 static URL getServerURL () throws Exception { in getServerURL() method in CloseTest
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/URLClassLoader/closetest/
H A DCloseTest.java111 URL url2 = getServerURL(); in test()
158 static URL getServerURL() throws Exception { in getServerURL() method in CloseTest
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/URLClassLoader/closetest/
H A DCloseTest.java111 URL url2 = getServerURL(); in test()
158 static URL getServerURL() throws Exception { in getServerURL() method in CloseTest
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/URLClassLoader/closetest/
H A DCloseTest.java111 URL url2 = getServerURL(); in test()
158 static URL getServerURL() throws Exception { in getServerURL() method in CloseTest
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/URLClassLoader/closetest/
H A DCloseTest.java113 URL url2 = getServerURL(); in test()
160 static URL getServerURL() throws Exception { in getServerURL() method in CloseTest
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/URLClassLoader/closetest/
H A DCloseTest.java113 URL url2 = getServerURL(); in test()
160 static URL getServerURL() throws Exception { in getServerURL() method in CloseTest
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/URLClassLoader/closetest/
H A DCloseTest.java113 URL url2 = getServerURL(); in test()
160 static URL getServerURL() throws Exception { in getServerURL() method in CloseTest
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/URLClassLoader/closetest/
H A DCloseTest.java113 URL url2 = getServerURL(); in test()
160 static URL getServerURL() throws Exception { in getServerURL() method in CloseTest
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/URLClassLoader/closetest/
H A DCloseTest.java113 URL url2 = getServerURL(); in test()
160 static URL getServerURL() throws Exception { in getServerURL() method in CloseTest
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestTransferFsImage.java130 URL serverURL = HttpServerFunctionalTest.getServerURL(testServer); in testGetImageTimeout()
158 URL serverURL = HttpServerFunctionalTest.getServerURL(testServer); in testImageUploadTimeout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/android/test/src/org/chromium/net/
H A DQuicTestServer.java56 public static String getServerURL() { in getServerURL() method in QuicTestServer
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/jmx/
H A DTestJMXJsonServlet.java42 baseUrl = getServerURL(server); in setup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/android/test/smoketests/src/org/chromium/net/smoke/
H A DChromiumNativeTestSupport.java86 return org.chromium.net.QuicTestServer.getServerURL() + "/simple.txt"; in getSuccessURL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/android/test/javatests/src/org/chromium/net/urlconnection/
H A DQuicUploadTest.java75 URL url = new URL(QuicTestServer.getServerURL() + path); in testOneMassiveWrite()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/http/jmx/
H A DTestJMXJsonServlet.java43 baseUrl = getServerURL(server); in setup()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/http/
H A DHttpServerFunctionalTest.java205 public static URL getServerURL(HttpServer server) in getServerURL() method in HttpServerFunctionalTest
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DServerHandler.h151 QUrl getServerURL(bool withPassword = false) const;
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DServerHandler.h151 QUrl getServerURL(bool withPassword = false) const;
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/
H A DHttpServerFunctionalTest.java224 public static URL getServerURL(HttpServer2 server) in getServerURL() method in HttpServerFunctionalTest

12