Home
last modified time | relevance | path

Searched refs:TEST_HTTP_URL (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_urllib2net.py118 url = support.TEST_HTTP_URL
208 url = support.TEST_HTTP_URL
298 url = support.TEST_HTTP_URL
306 url = support.TEST_HTTP_URL
318 url = support.TEST_HTTP_URL
329 url = support.TEST_HTTP_URL
Dtest_urllibnet.py31 domain = urllib.parse.urlparse(support.TEST_HTTP_URL).netloc
33 f = urllib.request.urlopen(support.TEST_HTTP_URL)
Dtest_urllib.py851 urllib.request.urlretrieve(support.TEST_HTTP_URL,
870 urllib.request.urlretrieve(support.TEST_HTTP_URL)
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java289 private static final String TEST_HTTP_URL = "http://www.google.com/gen_204"; field in NetworkMonitorTest
392 doReturn(TEST_HTTP_URL).when(mDependencies) in setUp()
444 case TEST_HTTP_URL: in setUp()
881 doReturn(TEST_HTTP_URL).when(mResources).getString(R.string.config_captive_portal_http_url); in testGetHttpProbeUrl()
887 assertEquals(TEST_HTTP_URL, wnm.getCaptivePortalServerHttpUrl(mContext)); in testGetHttpProbeUrl()
1174 doCaptivePortal200ResponseTest(TEST_HTTP_URL); in testIsCaptivePortal_HttpProbeIs200Portal()
1180 final String httpHost = new URL(TEST_HTTP_URL).getHost(); in setupPrivateIpResponse()
1707 doReturn(TEST_HTTP_URL).when(mResources) in testIsCaptivePortal_TestUrlsWithUrlOverlays()
3114 testDismissPortalInValidatedNetworkEnabled(TEST_HTTP_URL, null /* locationUrl */); in testDismissPortalInValidatedNetworkEnabledOsSupported_NullLocationUrl()
3120 testDismissPortalInValidatedNetworkEnabled(TEST_HTTP_URL, TEST_RELATIVE_URL); in testDismissPortalInValidatedNetworkEnabledOsSupported_InvalidLocationUrl()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.8.0a2.rst405 Add test.support.TEST_HTTP_URL and replace references of
/aosp_15_r20/external/python/cpython3/Lib/test/support/
D__init__.py557 TEST_HTTP_URL = "http://www.pythontest.net" variable
/aosp_15_r20/external/python/cpython3/Doc/library/
Dtest.rst377 .. data:: TEST_HTTP_URL