Searched refs:URL (Results 176 - 200 of 542) sorted by relevance

1234567891011>>

/external/smali/dexlib2/accessorTestGenerator/src/main/java/org/jf/dexlib2/
H A DAccessorTestGenerator.java37 import java.net.URL;
123 URL stgUrl = AccessorTestGenerator.class.getClassLoader().getResource("AccessorTest.stg");
/external/chromium_org/third_party/libxml/src/
H A Dnanohttp.c140 char *path; /* the path within the URL */
156 char *location; /* the new URL in case of redirect */
275 * @URL: The URL used to initialize the context
277 * (Re)Initialize an HTTP context by parsing the URL and finding
282 xmlNanoHTTPScanURL(xmlNanoHTTPCtxtPtr ctxt, const char *URL) { argument
303 if (URL == NULL) return;
305 uri = xmlParseURIRaw(URL, 1);
330 * @URL: The proxy URL use
339 xmlNanoHTTPScanProxy(const char *URL) argument
384 xmlNanoHTTPNewCtxt(const char *URL) argument
1219 xmlNanoHTTPOpen(const char *URL, char **contentType) argument
1239 xmlNanoHTTPOpenRedir(const char *URL, char **contentType, char **redir) argument
1340 xmlNanoHTTPMethodRedir(const char *URL, const char *method, const char *input, char **contentType, char **redir, const char *headers, int ilen ) argument
1594 xmlNanoHTTPMethod(const char *URL, const char *method, const char *input, char **contentType, const char *headers, int ilen) argument
1614 xmlNanoHTTPFetch(const char *URL, const char *filename, char **contentType) argument
[all...]
/external/libxml2/
H A Dnanohttp.c135 char *path; /* the path within the URL */
151 char *location; /* the new URL in case of redirect */
270 * @URL: The URL used to initialize the context
272 * (Re)Initialize an HTTP context by parsing the URL and finding
277 xmlNanoHTTPScanURL(xmlNanoHTTPCtxtPtr ctxt, const char *URL) { argument
300 if (URL == NULL) return;
302 uri = xmlParseURIRaw(URL, 1);
335 * @URL: The proxy URL use
344 xmlNanoHTTPScanProxy(const char *URL) argument
389 xmlNanoHTTPNewCtxt(const char *URL) argument
1226 xmlNanoHTTPOpen(const char *URL, char **contentType) argument
1246 xmlNanoHTTPOpenRedir(const char *URL, char **contentType, char **redir) argument
1347 xmlNanoHTTPMethodRedir(const char *URL, const char *method, const char *input, char **contentType, char **redir, const char *headers, int ilen ) argument
1602 xmlNanoHTTPMethod(const char *URL, const char *method, const char *input, char **contentType, const char *headers, int ilen) argument
1622 xmlNanoHTTPFetch(const char *URL, const char *filename, char **contentType) argument
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DProtectionDomainTest.java25 import java.net.URL;
40 private URL url = null;
56 url = new URL("http://localhost");
63 classldr = URLClassLoader.newInstance(new URL[] { url });
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dexport_view.js116 window.URL.revokeObjectURL(this.lastBlobURL_);
188 this.lastBlobURL_ = window.URL.createObjectURL(textBlob);
/external/chromium_org/chrome/browser/ui/cocoa/applescript/
H A Dtab_applescript.h20 // Contains the temporary URL when a user creates a new folder/item with
37 // Return the URL currently visible to the user in the location bar.
38 - (NSString*)URL;
40 // Sets the URL, returns an error if it is invalid.
/external/chromium_org/components/history/core/android/
H A Dandroid_history_types.h35 URL, enumerator in enum:history::HistoryAndBookmarkRow::ColumnID
58 set_value_explicitly(URL);
65 // Raw input URL
201 URL, enumerator in enum:history::SearchRow::ColumnID
242 set_value_explicitly(SearchRow::URL);
285 // The orignal URL string passed in by client.
/external/chromium_org/remoting/webapp/
H A Dmedia_source_renderer.js54 window.URL.createObjectURL(/** @type {!Blob} */(this.mediaSource_)));
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.idl37 [Reflect, URL] attribute DOMString src;
38 [URL] readonly attribute DOMString currentSrc;
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dschematron.h73 xmlSchematronNewParserCtxt (const char *URL);
/external/chromium_org/third_party/libxslt/libxslt/
H A Ddocuments.c312 if ((ret->doc != NULL) && (ret->doc->URL != NULL) &&
313 (xmlStrEqual(ret->doc->URL, URI)))
388 if ((ret->doc != NULL) && (ret->doc->URL != NULL) &&
389 (xmlStrEqual(ret->doc->URL, URI)))
/external/libxml2/include/libxml/
H A Dschematron.h73 xmlSchematronNewParserCtxt (const char *URL);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpAuthenticator.java30 import java.net.URL;
43 Proxy proxy, URL url, List<Challenge> challenges) throws IOException {
61 Proxy proxy, URL url, List<Challenge> challenges) throws IOException {
80 private InetAddress getConnectToInetAddress(Proxy proxy, URL url) throws IOException {
/external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
H A DOkApacheClient.java10 import java.net.URL;
90 protected HttpURLConnection openConnection(URL url) {
119 URL url = new URL(requestLine.getUri());
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
H A DProviderBookmarksUriTest.java47 values.put(BookmarkColumns.URL, url);
70 values.put(BookmarkColumns.URL, url);
90 index = cursor.getColumnIndex(BookmarkColumns.URL);
141 index = cursor.getColumnIndex(BookmarkColumns.URL);
169 index = cursor.getColumnIndex(BookmarkColumns.URL);
200 values.put(BookmarkColumns.URL, url[1]);
224 index = cursor.getColumnIndex(BookmarkColumns.URL);
286 BookmarkColumns._ID, BookmarkColumns.URL, BookmarkColumns.VISITS,
308 value.put(BookmarkColumns.URL, insertBookmarkUrl);
338 value.put(BookmarkColumns.URL, updateBookmarkUr
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DOkHttpClient.java30 import java.net.URL;
461 public HttpURLConnection open(URL url) {
465 HttpURLConnection open(URL url, Proxy proxy) {
554 * Creates a URLStreamHandler as a {@link URL#setURLStreamHandlerFactory}.
557 * created with {@link URL#openConnection()}: <pre> {@code
560 * URL.setURLStreamHandlerFactory(okHttpClient);
567 @Override protected URLConnection openConnection(URL url) {
571 @Override protected URLConnection openConnection(URL url, Proxy proxy) {
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_service_unittest.cc212 const FileSystemURL kFile(file_system_->URL("file"));
213 const FileSystemURL kDir(file_system_->URL("dir"));
272 const FileSystemURL kFile(file_system_->URL("file"));
273 const FileSystemURL kDir(file_system_->URL("dir"));
317 const FileSystemURL kFile1(file_system_->URL("file1"));
318 const FileSystemURL kFile2(file_system_->URL("file2"));
319 const FileSystemURL kFile3(file_system2.URL("file3"));
320 const FileSystemURL kFile4(file_system2.URL("file4"));
333 const FileSystemURL kFile(file_system_->URL("foo"));
389 const FileSystemURL kFile(file_system_->URL("fo
[all...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DHttpResponseCacheTest.java47 import java.net.URL;
120 private HttpURLConnection openConnection(URL url) {
186 URL url = server.getUrl("/");
216 URL url = server.getUrl("/");
261 URL url = server.getUrl("/");
502 URL url = server.getUrl("/");
598 URL url = server.getUrl("/");
643 URL url = server.getUrl("/?foo=bar");
760 URL url = server.getUrl("/");
797 URL ur
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DClassUnloadDebuggee.java30 import java.net.URL;
179 URL url = getResource(res);
/external/chromium_org/chrome/browser/history/android/
H A Durls_sql_handler.cc17 HistoryAndBookmarkRow::URL, HistoryAndBookmarkRow::VISIT_COUNT,
95 // Directly updating the URL is not allowed, we should insert the new URL
97 DCHECK(!row.is_value_set_explicitly(HistoryAndBookmarkRow::URL));
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dwallpaper_images_grid.js110 imageEl.src = window.URL.createObjectURL(blob);
113 window.URL.revokeObjectURL(this.src);
127 imageEl.src = window.URL.createObjectURL(blob);
133 window.URL.revokeObjectURL(this.src);
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Domnibox_provider.cc27 if (styles & ACMatchClassification::URL)
28 tag_styles |= SearchResult::Tag::URL;
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_editor.cc51 BookmarkNode::Type node_type = BookmarkNode::URL;
57 node_type = BookmarkNode::URL;
/external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/
H A Dnacl.scons20 # Allow resolving a URL to the toolchain/ directory (instead of staging).
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DHostListLoader.java19 import java.net.URL;
88 link = (HttpURLConnection) new URL(HOST_LIST_PATH).openConnection();

Completed in 1366 milliseconds

1234567891011>>