Home
last modified time | relevance | path

Searched defs:url (Results 1 – 22 of 22) sorted by relevance

/development/tools/repo_diff/service/repodiff/
Dconfig.json6 "url": "https://keystone-qcom.googlesource.com/platform/manifest", string
12 …"url": "https://keystone-samsung-slsi-review.googlesource.com/platform/vendor/pdk/generic/fs/manif… string
16 …"url": "https://keystone-samsung-slsi-review.googlesource.com/platform/vendor/pdk/generic/fs/manif… string
22 "url": "https://keystone-qcom.googlesource.com/platform/manifest", string
26 "url": "https://keystone-mtk.googlesource.com/platform/manifest", string
33 "url": "https://keystone-qcom.googlesource.com/platform/manifest", string
37 "url": "https://keystone-qcom.googlesource.com/platform/manifest", string
44 "url": "https://keystone-qcom.googlesource.com/platform/manifest", string
48 "url": "https://keystone-qcom.googlesource.com/platform/manifest", string
55 "url": "https://keystone-qcom.googlesource.com/platform/manifest", string
[all …]
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssItem.java23 public String url; field in RssItem
29 public RssItem(String url, String title){ in RssItem()
DRssService.java150 String url = mCur.getString(urlColumnIndex); in queryRssItems() local
162 private boolean queryItem(String url) { in queryItem()
223 String readRss(URL url){ in readRss()
/development/tools/axl/
Dchewie.py20 def add(self, url, time): argument
23 def get(self, url): argument
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java97 public void download(String url, ImageView imageView) { in download()
109 public void download(String url, ImageView imageView, String cookie) { in download()
133 private void forceDownload(String url, ImageView imageView, String cookie) { in forceDownload()
168 private static boolean cancelPotentialDownload(String url, ImageView imageView) { in cancelPotentialDownload()
203 private Bitmap getBitmapFromCache(String url) { in getBitmapFromCache()
237 private String url; field in ImageDownloader.BitmapDownloaderTask
DUrlIntentListener.java33 final String url = view.getTag().toString(); in onItemClick() local
DUrlImageBinder.java40 final String url = mTransformation.transform(cursor, columnIndex); in bind() local
DXmlDocumentProvider.java179 final String url = uri.getQueryParameter("url"); in query() local
215 protected XmlPullParser getUriXmlPullParser(String url) { in getUriXmlPullParser()
/development/tools/repo_diff/service/repodiff/tools/migrations/
D2018_03_26__22_36_44_upgrade.sql3 url VARCHAR(255) NOT NULL, field
/development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/
DNetworkFragment.java53 public static NetworkFragment getInstance(FragmentManager fragmentManager, String url) { in getInstance()
167 URL url = new URL(urlString); in doInBackground() local
219 private String downloadUrl(URL url) throws IOException { in downloadUrl()
/development/tools/repo_diff/
Drepo_diff_android.py62 def repo_init(url, rev, workspace): argument
119 def repo_sync_specific_release(url, branch, tag, workspace, ignore_error): argument
/development/samples/RSSReader/src/com/example/android/rssreader/
DRssReader.java299 public RSSWorker(CharSequence url) { in RSSWorker()
308 URL url = new URL(mUrl.toString()); in run() local
373 RSSMenu(CharSequence url) { in RSSMenu()
/development/samples/training/network-usage/src/com/example/android/networkusage/
DNetworkActivity.java220 String url = null; in loadXmlFromNetwork() local
266 URL url = new URL(urlString); in downloadUrl() local
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
DBitmapHelper.java66 URL url = new URL(uri); in fetchAndRescaleBitmap() local
/development/tools/repo_diff/service/repodiff/repositories/
Dsource.go134 func cacheKey(url, branch string) string { argument
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
DSimpleWikiHelper.java176 protected static synchronized String getUrlContent(String url) throws ApiException { in getUrlContent()
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DSimpleWikiHelper.java169 protected static synchronized String getUrlContent(String url) throws ApiException { in getUrlContent()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DNetworkUtilities.java236 URL url = new URL(avatarUrl); in downloadAvatar() local
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageFetcher.java273 final URL url = new URL(urlString); in downloadUrlToStream() local
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
DSyncAdapter.java296 private InputStream downloadUrl(final URL url) throws IOException { in downloadUrl()
/development/tools/repo_pull/
Dgerrit.py141 def _make_json_post_request(url_opener, url, data, method='POST'): argument
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/model/
DMusicProvider.java301 URL url = new URL(urlString); in fetchJSONFromUrl() local