Searched refs:URL (Results 1 – 16 of 16) sorted by relevance
21 window.URL = window.URL || window.webkitURL;38 video.src = window.URL.createObjectURL(stream);
147 URL=https://github.com/googlesamples/android-$i148 result=$(curl -o /dev/null --silent --head --write-out '%{http_code}' "$URL")180 URL=https://github.com/googlesamples/android-$i181 git clone $URL.git &> /dev/null333 URL="https://$token@github.com/$repoName"342 git remote add origin $URL
33 import java.net.URL;167 URL url = new URL(urlString); in doInBackground()219 private String downloadUrl(URL url) throws IOException { in downloadUrl()
34 import java.net.URL;70 URLConnection urlConnection = new URL(catalogUri.toString()).openConnection(); in getRichChannels()
44 import java.net.URL;139 final URL location = new URL(FEED_URL); in onPerformSync()296 private InputStream downloadUrl(final URL url) throws IOException { in downloadUrl()
38 import java.net.URL;273 final URL url = new URL(urlString); in downloadUrlToStream()
68 java.net.URL url = new java.net.URL(urlString); in parseUrl()
162 java.net.URL url = new java.net.URL(urlString); in parseUrl()
33 import java.net.URL;232 URLConnection conn = new URL(iconUri.toString()).openConnection(); in fetchFavicon()
44 import java.net.URL;255 public static void insertUrl(Context context, Uri contentUri, URL sourceUrl) { in insertUrl()352 insertUrl(mContext, uri, new URL(logos.get(uri))); in doInBackground()
38 URL, the app uses the SimpleWebServer class to provide the content via