HomeSort by relevance Sort by last modified time
    Searched refs:URL (Results 626 - 650 of 908) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCAppClient.m 77 - (void)connectToRoom:(NSURL *)url {
78 NSURLRequest *request = [self getRequestFromUrl:url];
125 - (NSURLRequest *)getRequestFromUrl:(NSURL *)url {
128 [NSString stringWithFormat:@"https:%@", [url resourceSpecifier]];
148 NSString *url = [NSString stringWithFormat:@"%@/%@",
151 [self sendData:data withUrl:url];
158 - (void)sendData:(NSData *)data withUrl:(NSString *)url {
160 [NSMutableURLRequest requestWithURL:[NSURL URLWithString:url]];
247 [httpResponse URL],
269 NSString *fullUrl = [[[connection originalRequest] URL] absoluteString]
    [all...]
  /external/chromium_org/third_party/libxml/src/
error.c 515 if ((node->doc != NULL) && (node->doc->URL != NULL)) {
517 /* file = (const char *) node->doc->URL; */
524 (node->doc != NULL) && (node->doc->URL != NULL))
546 * of the usual "base" (doc->URL) for the node (bug 152623).
572 to->file = (char *) xmlStrdup(baseptr->doc->URL);
574 to->file = (char *) xmlStrdup(node->doc->URL);
testapi.c     [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlIO.h 292 xmlNoNetExternalEntityLoader (const char *URL,
  /external/javassist/src/main/javassist/tools/rmi/
ObjectImporter.java 91 URL codebase = applet.getCodeBase();
213 * collaborating a proxy server. Unfortunately, java.lang.URL
218 * URL.openConnection() does not return an HttpURLConnection
  /external/libxml2/
error.c 510 if ((node->doc != NULL) && (node->doc->URL != NULL)) {
512 /* file = (const char *) node->doc->URL; */
519 (node->doc != NULL) && (node->doc->URL != NULL))
541 * of the usual "base" (doc->URL) for the node (bug 152623).
567 to->file = (char *) xmlStrdup(baseptr->doc->URL);
569 to->file = (char *) xmlStrdup(node->doc->URL);
  /external/libxml2/include/libxml/
xmlIO.h 292 xmlNoNetExternalEntityLoader (const char *URL,
  /external/qemu/hw/
bt-sdp.c 805 #define URL(val) { \
834 ATTRIBUTE(DOC_URL, URL("http://bellard.org/qemu/user-doc.html"))
910 ATTRIBUTE(DOC_URL, URL("http://bellard.org/qemu/user-doc.html"))
933 ATTRIBUTE(DOC_URL, URL("http://bellard.org/qemu/user-doc.html"))
  /libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java 326 * Loads specified URL
327 * @param url url to load
331 public Document load(java.net.URL url) throws DOMTestLoadException {
334 new Object[] {url.toString()});
XercesHTML2DocumentBuilderFactory.java 199 public Document load(java.net.URL url) throws DOMTestLoadException {
205 parser.parse(url.toString(), handler);
XercesHTMLDocumentBuilderFactory.java 199 public Document load(java.net.URL url) throws DOMTestLoadException {
205 parser.parse(url.toString(), handler);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 24 import java.net.URL;
749 InputStream is = new URL(certName).openConnection().getInputStream();
779 InputStream is = new URL(certName).openConnection().getInputStream();
921 InputStream is = new URL(certName).openConnection().getInputStream();
    [all...]
  /packages/apps/Browser/src/com/android/browser/
DownloadTouchIcon.java 73 * entry for the given url. Used when the user creates a bookmark from
78 public DownloadTouchIcon(Context ctx, ContentResolver cr, String url) {
83 mUrl = url;
110 String url = values[0]; local
118 HttpHost httpHost = Proxy.getPreferredHttpHost(mContext, url);
123 request = new HttpGet(url);
193 values.put(Images.URL, mCursor.getString(0));
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 70 import java.net.URL;
144 public URL mUrl;
214 // TODO: migrate URL sanity checking into client side of API
215 state.mUrl = new URL(state.mRequestUri);
344 state.mUrl = new URL(state.mUrl, location);
346 // Push updated URL back to database
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 138 # The base URL of the Ubuntu mirror we're going to use.
328 echo " --ubuntu-mirror=URL Ubuntu mirror URL [$UBUNTU_MIRROR]"
344 echo " --git-base=<url> Use this git repository base [$GIT_BASE]"
575 # $1: source URL (e.g. http://foo.com, ssh://blah, /some/path)
621 # $1: source URL
625 local URL="$1"
627 local DST="$DIR/`basename $URL`"
629 download_file "$URL" "$DST"
687 # $1: Ubuntu mirror base URL (e.g. http://mirrors.us.kernel.org/
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 138 # The base URL of the Ubuntu mirror we're going to use.
328 echo " --ubuntu-mirror=URL Ubuntu mirror URL [$UBUNTU_MIRROR]"
344 echo " --git-base=<url> Use this git repository base [$GIT_BASE]"
575 # $1: source URL (e.g. http://foo.com, ssh://blah, /some/path)
621 # $1: source URL
625 local URL="$1"
627 local DST="$DIR/`basename $URL`"
629 download_file "$URL" "$DST"
687 # $1: Ubuntu mirror base URL (e.g. http://mirrors.us.kernel.org/
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
search_provider.cc 59 #include "url/url_util.h"
80 // The verbatim score for an input which is not an URL.
198 GURL url(deletion_url);
199 DCHECK(url.is_valid());
203 url,
289 return ((input.type() == AutocompleteInput::URL) ? 300 : 600);
297 const GURL& url,
303 url_(url),
305 url, provider.StringForURLDisplay(url, true, false)))
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 627 file = doc->URL;
630 if ((node->doc != NULL) && (node->doc->URL != NULL))
631 file = node->doc->URL;
    [all...]
pattern.c     [all...]
  /external/libxslt/libxslt/
xsltutils.c 627 file = doc->URL;
630 if ((node->doc != NULL) && (node->doc->URL != NULL))
631 file = node->doc->URL;
    [all...]
pattern.c     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_tasks.js 48 * Base URL of apps list in the Chrome Web Store. This constant is used in
58 * Returns URL of the Chrome Web Store which show apps supporting the given
63 * @return {string} URL
74 var url = FileTasks.WEB_STORE_HANDLER_BASE_URL;
75 url += '?_fe=' + extension.toLowerCase().replace(/[^\w]/g, '');
77 // If a mime is given, add it into the URL.
79 url += '&_fmt=' + mimeType.replace(/[^-\w\/]/g, '');
80 return url;
94 // TODO(mtomasz): Move conversion from entry to url to custom bindings.
576 // TODO(mtomasz): Pass Entry instead of URL
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 30 import java.net.URL;
998 URL url = new URL(absoluteURI); local
1272 URL url = new URL(absoluteURI); local
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model_unittest.cc 31 #include "url/gurl.h"
312 const GURL url("http://foo.com");
314 const BookmarkNode* new_node = model_.AddURL(root, 0, title, url);
320 ASSERT_TRUE(url == new_node->url());
321 ASSERT_EQ(BookmarkNode::URL, new_node->type());
322 ASSERT_TRUE(new_node == model_.GetMostRecentlyAddedNodeForURL(url));
333 const GURL url("https://www.baidu.com/");
335 const BookmarkNode* new_node = model_.AddURL(root, 0, title, url);
341 ASSERT_TRUE(url == new_node->url())
1092 GURL url; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 122 import java.net.URL;
427 * Returns a Url file path to the javaDoc folder.
839 URL url = getEmbeddedFileUrl(AdtConstants.WS_SEP + filepath);
840 if (url != null) {
841 return url.openStream();
855 * Returns the URL of a binary file embedded in the plugin jar file.
859 public static URL getEmbeddedFileUrl(String filepath) {
876 URL url = bundle.getEntry(path)
    [all...]

Completed in 1085 milliseconds

<<21222324252627282930>>