Searched refs:URL (Results 1 – 18 of 18) 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
25 import java.net.URL;66 URL url = new URL(uri); in fetchAndRescaleBitmap()
37 import java.net.URL;142 URL url = new URL(urlString); 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()
33 import java.net.URL;301 URL url = new URL(urlString); in fetchJSONFromUrl()
68 java.net.URL url = new java.net.URL(urlString); in parseUrl()
162 java.net.URL url = new java.net.URL(urlString); in parseUrl()
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