Searched refs:URL (Results 251 - 275 of 542) sorted by relevance

<<11121314151617181920>>

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpURLConnectionImpl.java40 import java.net.URL;
97 public HttpURLConnectionImpl(URL url, OkHttpClient client) {
413 * headers, proxy and target URL for this connection may be adjusted to
455 URL previousUrl = url;
456 url = new URL(previousUrl, location);
H A DDelegatingHttpsURLConnection.java25 import java.net.URL;
229 @Override public URL getURL() {
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DCssGrammar.java118 case URL:
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwContentsClientFaviconTest.java19 import java.net.URL;
72 // We don't inform the API client about the URL of the icon.
122 Object originalFaviconSource = (new URL(faviconUrl)).getContent();
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/printing/
H A DPrintingControllerTest.java43 private static final String URL = UrlUtils.encodeHtmlDataUri( field in class:PrintingControllerTest
83 final ChromeShellTab currentTab = launchChromeShellWithUrl(URL).getActiveTab();
/external/chromium_org/chrome/browser/history/android/
H A Dsqlite_cursor_unittest.cc179 projections.push_back(HistoryAndBookmarkRow::URL);
198 HistoryAndBookmarkRow::GetAndroidName(HistoryAndBookmarkRow::URL));
/external/chromium_org/sdch/open-vcdiff/packages/rpm/
H A Drpm.spec10 URL: http://code.google.com/p/open-vcdiff
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
H A DGAEChannelClient.m109 NSString* scheme = [request.URL scheme];
/external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/
H A Drpm.spec10 URL: http://code.google.com/p/gperftools/
/external/cmockery/cmockery_0_1_2/packages/rpm/
H A Drpm.spec15 URL: http://code.google.com/p/cmockery
/external/doclava/src/com/google/doclava/apicheck/
H A DApiCheck.java24 import java.net.URL;
180 public ApiInfo parseApi(URL url) throws ApiParseException {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
H A DRSSFeedWatcherTask.java19 import java.net.URL;
34 * feedURL - URL of the feed where it will be published - eg., http://servername/path/to/feed.xml
232 RSSFeedUtil.transferData((new URL(feedURL)).openStream(), new FileOutputStream(destFile));
/external/guava/guava-tests/test/com/google/common/io/
H A DFilesSimplifyPathTest.java28 import java.net.URL;
298 URL url = getClass().getResource(resourceName);
/external/libunwind/doc/
H A D_U_dyn_cancel.tex43 WWW: \URL{http://www.nongnu.org/libunwind/}.
H A D_U_dyn_register.tex44 WWW: \URL{http://www.nongnu.org/libunwind/}.
H A Dunw_backtrace.tex51 WWW: \URL{http://www.nongnu.org/libunwind/}.
H A Dunw_get_accessors.tex52 WWW: \URL{http://www.nongnu.org/libunwind/}.
H A Dunw_is_fpreg.tex49 WWW: \URL{http://www.nongnu.org/libunwind/}.
/external/lldb/examples/test/
H A Dusage-pre-post-flight13 URL: https://johnny@llvm.org/svn/llvm-project/lldb/trunk
/external/mockwebserver/src/test/java/com/google/mockwebserver/
H A DMockWebServerTest.java26 import java.net.URL;
104 URL url = server.getUrl("/");
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DBenchmark.java30 import java.net.URL;
105 URL url = server.getUrl("/");
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DUtil.java31 import java.net.URL;
65 public static int getEffectivePort(URL url) {
/external/apache-http/src/org/apache/commons/logging/
H A DLogFactory.java28 import java.net.URL;
50 * @deprecated Please use {@link java.net.URL#openConnection} instead.
1356 * Given a URL that refers to a .properties file, load that file.
1361 * Null is returned if the URL cannot be opened.
1363 private static Properties getProperties(final URL url) {
1377 logDiagnostic("Unable to read URL " + url);
1411 URL propsUrl = null;
1420 URL url = (URL) urls.nextElement();
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_result_view.cc71 OmniboxResultView::NORMAL, OmniboxResultView::URL },
73 OmniboxResultView::HOVERED, OmniboxResultView::URL },
75 OmniboxResultView::SELECTED, OmniboxResultView::URL },
370 if (classifications[i].style & ACMatchClassification::URL) {
371 color_kind = URL;
374 // "CBA.com/hello". If we do not force LTR on URL, it will appear as
379 // really confuses the path hierarchy of the URL.
380 // Also, if the URL supports https, the appearance will change into LTR
382 // In conclusion, LTR rendering of URL is probably the safest bet.
/external/libxml2/
H A Dxmlreader.c536 if (cur->URL != NULL) xmlFree((char *) cur->URL);
4199 if ((doc != NULL) && (doc->URL != NULL))
4200 *file = (const char *) doc->URL;
5074 * @URL: the base URL to use for the document
5084 xmlParserInputBufferPtr input, const char *URL,
5162 4, URL);
5167 xmlCreatePushParserCtxt(reader->sax, NULL, NULL, 0, URL);
5185 if (URL
5083 xmlTextReaderSetup(xmlTextReaderPtr reader, xmlParserInputBufferPtr input, const char *URL, const char *encoding, int options) argument
5344 xmlReaderForDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) argument
5394 xmlReaderForMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) argument
5430 xmlReaderForFd(int fd, const char *URL, const char *encoding, int options) argument
5467 xmlReaderForIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
5553 xmlReaderNewDoc(xmlTextReaderPtr reader, const xmlChar * cur, const char *URL, const char *encoding, int options) argument
5617 xmlReaderNewMemory(xmlTextReaderPtr reader, const char *buffer, int size, const char *URL, const char *encoding, int options) argument
5652 xmlReaderNewFd(xmlTextReaderPtr reader, int fd, const char *URL, const char *encoding, int options) argument
5687 xmlReaderNewIO(xmlTextReaderPtr reader, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
[all...]

Completed in 4632 milliseconds

<<11121314151617181920>>