Home
last modified time | relevance | path

Searched defs:url (Results 1 – 25 of 28) sorted by relevance

12

/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieTest.java63 String url = "http://www.foo.com"; in testDomain() local
148 String url = "http://foo.bar.com"; in testInvalidDomain() local
187 String url = "http://www.foo.com"; in testPath() local
219 String url = "http://www.foobar.com"; in testEmptyValue() local
DHttpAuthHandlerTest.java111 private void incorrectCredentialsAccessDenied(String url) throws Throwable { in incorrectCredentialsAccessDenied()
123 private void missingCredentialsAccessDenied(String url) throws Throwable { in missingCredentialsAccessDenied()
135 private void correctCredentialsAccessGranted(String url) throws Throwable { in correctCredentialsAccessGranted()
152 String url = mWebServer.getAuthAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testProceed() local
164 String url = mWebServer.getAuthAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testCancel() local
179 String url = mWebServer.getAuthAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testUseHttpAuthUsernamePassword() local
DCookieManagerTest.java101 String url = server.getCookieUrl("conquest.html"); in testAcceptCookie() local
149 String url = "http://www.example.com"; in testSetCookie() local
161 final String url = "http://www.example.com"; in testSetCookieNullCallback() local
194 final String url = "http://www.example.com"; in testRemoveCookies() local
231 final String url = "http://www.example.com"; in testRemoveCookiesNullCallback() local
282 final String url = "http://www.example.com"; in testRemoveCookiesCallback() local
395 private void waitForCookie(final String url) { in waitForCookie()
434 private void setCookieOnUiThread(final String url, final String cookie, in setCookieOnUiThread()
457 public String toThirdPartyUrl(String url) { in toThirdPartyUrl()
DURLUtilTest.java146 String url = "ftp://example.url/test"; in testGuessFileName() local
158 String url = "domainName"; in testGuessUrl() local
171 String url = "http://www.google.com#test"; in testStripAnchor() local
DWebChromeClientTest.java78 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnProgressChanged() local
97 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnReceivedTitle() local
132 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnReceivedIcon() local
240 String url = mWebServer.getAssetUrl(TestHtmlConstants.JS_ALERT_URL); in testOnJsAlert() local
265 String url = mWebServer.getAssetUrl(TestHtmlConstants.JS_CONFIRM_URL); in testOnJsConfirm() local
292 String url = mWebServer.getAssetUrl(TestHtmlConstants.JS_PROMPT_URL); in testOnJsPrompt() local
396 public boolean onJsAlert(WebView view, String url, String message, JsResult result) { in onJsAlert()
405 public boolean onJsConfirm(WebView view, String url, String message, JsResult result) { in onJsConfirm()
414 public boolean onJsPrompt(WebView view, String url, String message, in onJsPrompt()
424 public boolean onJsBeforeUnload(WebView view, String url, String message, JsResult result) { in onJsBeforeUnload()
DWebViewSslTest.java555 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testClearSslPreferences() local
628 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnReceivedSslErrorProceed() local
649 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnReceivedSslErrorCancel() local
707 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testSecureServerRequestingClientCertDoesNotCancelRequest() local
720 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testSecureServerRequiringClientCertDoesCancelRequest() local
736 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testProceedClientCertRequest() local
760 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testIgnoreClientCertRequest() local
788 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testCancelClientCertRequest() local
835 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testClientCertIssuersReceivedCorrectly() local
DWebViewClientTest.java183 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testLoadPage() local
237 String url = mWebServer.getAssetUrl(TestHtmlConstants.JS_FORM_URL); in testOnFormResubmission() local
284 String url = mWebServer.getAuthAssetUrl(TestHtmlConstants.EMBEDDED_IMG_URL); in testOnReceivedHttpAuthRequest() local
564 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted()
570 public void onPageFinished(WebView view, String url) { in onPageFinished()
578 public void onLoadResource(WebView view, String url) { in onLoadResource()
598 public void doUpdateVisitedHistory(WebView view, String url, boolean isReload) { in doUpdateVisitedHistory()
623 public boolean shouldOverrideUrlLoading(WebView view, String url) { in shouldOverrideUrlLoading()
DWebViewStartupTest.java53 final String url = server.getCookieUrl("death.html"); in testCookieManagerBlockingUiThread() local
DWebBackForwardListTest.java85 private void checkBackForwardList(final String... url) { in checkBackForwardList()
DWebHistoryItemTest.java96 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testWebHistoryItem() local
DGeolocationTest.java124 public WebResourceResponse shouldInterceptRequest(WebView view, String url) { in shouldInterceptRequest()
262 private void loadUrlAndUpdateLocation(String url) { in loadUrlAndUpdateLocation()
DWebViewTest.java251 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testInvokeZoomPicker() local
DWebSettingsTest.java151 String url = mWebServer.getUserAgentUrl(); in testAccessUserAgentString() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestLog.java82 static TestLog fromDataName(String dataName, String url) { in fromDataName()
103 String url = parser.getAttributeValue(null, URL_ATTR); in fromXml() local
117 public static TestLog of(TestLogType logType, String url) { in of()
121 private TestLog(TestLogType logType, String url) { in TestLog()
DMultipartForm.java74 URL url = new URL(serverUrl); in submitForm() local
/cts/tests/webgl/src/android/webgl/
DWebGLActivity.java104 public void navigateToTest(String url) throws Exception { in navigateToTest()
/cts/suite/cts/deviceTests/browserbench/src/com/android/cts/browser/
DBrowserBenchTest.java134 String url = mWebServer.getAssetUrl(OCTANE_START_FILE) + "?auto=1"; in testOctane() local
140 private void doTest(String url, ResultType typeNonFinal, ResultUnit unitNonFinal, in doTest()
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DPermissionTestService.java220 URL url; in testNetworkAccess() local
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java231 URL url = new URL(mServerUri + SHUTDOWN_PREFIX); in shutdown() local
255 private URLConnection openConnection(URL url) in openConnection()
443 public String getLinkedScriptUrl(String path, String url) { in getLinkedScriptUrl()
506 public synchronized boolean wasResourceRequested(String url) { in wasResourceRequested()
DTestWebServer.java138 URL url = new URL(mServerUri + SHUTDOWN_PREFIX); in shutdown() local
322 private URLConnection openConnection(URL url) in openConnection()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Images_ThumbnailsTest.java288 Uri url[] = new Uri[3]; in testThumbnailOrderedQuery() local
/cts/tests/tests/net/src/android/net/wifi/cts/
DWifiManagerTest.java475 URL url = new URL("http://www.google.com/"); in testWifiWatchdog() local
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java149 final String url = "www.test_url.com"; in testConcat() local
188 final String url = "www.test_url.com"; in testCopySpansFrom() local
535 final String url = "www.test_url.com"; in testEquals() local
/cts/tests/tests/content/src/android/content/cts/
DMockContentProvider.java231 Uri url = ContentUris.withAppendedId(testUri, rowID); in insert() local
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js6414 url: elem.src, property
6973 load: function( url, params, callback ) { argument
7010 url: url, property
7084 jQuery[ method ] = function( url, data, callback, type ) { argument
7094 url: url, property
7104 getScript: function( url, callback ) { argument
7108 getJSON: function( url, data, callback ) { argument
7129 url: ajaxLocation, property
7198 ajax: function( url, options ) { argument

12