HomeSort by relevance Sort by last modified time
    Searched refs:URL (Results 701 - 725 of 1264) sorted by null

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 57 import java.net.URL;
76 private static final URL ICON_HORIZONTAL =
78 private static final URL ICON_VERTICAL =
80 private static final URL ICON_WEIGHTS =
82 private static final URL ICON_DISTRIBUTE =
84 private static final URL ICON_BASELINE =
86 private static final URL ICON_CLEAR_WEIGHTS =
88 private static final URL ICON_DOMINATE =
139 Arrays.<URL>asList(ICON_HORIZONTAL, ICON_VERTICAL),
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
serve_test.go 28 "net/url"
225 url string
259 if req.URL, err = url.Parse(vt.url); err != nil {
260 t.Errorf("cannot parse url: %v", err)
276 t.Errorf("Get(%q) = %q, want %q", vt.url, s, vt.expected)
281 t.Errorf("Get(%q) = %q, want %q", vt.url, s, vt.expected)
284 t.Errorf("Get(%q) unhandled status code %d", vt.url, r.StatusCode)
307 // checkQueryStringHandler checks if r.URL.RawQuery has the same valu
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
serve_test.go 28 "net/url"
225 url string
259 if req.URL, err = url.Parse(vt.url); err != nil {
260 t.Errorf("cannot parse url: %v", err)
276 t.Errorf("Get(%q) = %q, want %q", vt.url, s, vt.expected)
281 t.Errorf("Get(%q) = %q, want %q", vt.url, s, vt.expected)
284 t.Errorf("Get(%q) unhandled status code %d", vt.url, r.StatusCode)
307 // checkQueryStringHandler checks if r.URL.RawQuery has the same valu
    [all...]
  /art/test/952-invoke-custom/src/transformer/
IndyTransformer.java 26 import java.net.URL;
169 new URL[] {inputClassPath.toUri().toURL()},
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
VideoProvider.java 62 Log.d(TAG, "Parse URL: " + urlString);
68 java.net.URL url = new java.net.URL(urlString); local
69 URLConnection urlConnection = url.openConnection();
98 public static HashMap<String, List<Movie>> buildMedia(Context ctx, String url)
105 JSONObject jsonObj = new VideoProvider().parseUrl(url);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/
VideoProvider.java 68 public static HashMap<String, List<Movie>> buildMedia(Context ctx, String url)
75 JSONObject jsonObj = new VideoProvider().parseUrl(url);
156 Log.d(TAG, "Parse URL: " + urlString);
162 java.net.URL url = new java.net.URL(urlString); local
163 URLConnection urlConnection = url.openConnection();
  /developers/build/prebuilts/gradle/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
ShortcutHelper.java 33 import java.net.URL;
232 URLConnection conn = new URL(iconUri.toString()).openConnection();
  /developers/samples/android/system/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
ShortcutHelper.java 33 import java.net.URL;
232 URLConnection conn = new URL(iconUri.toString()).openConnection();
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader5.java 191 vals.put(RssContentProvider.URL, data.getStringExtra(RssContentProvider.URL));
201 startupVals.putString(RssService.RSS_URL, data.getStringExtra("URL"));
  /development/samples/ShortcutSample/src/com/example/android/shortcutsample/
ShortcutHelper.java 35 import java.net.URL;
245 URLConnection conn = new URL(iconUri.toString()).openConnection();
  /development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
ShortcutHelper.java 33 import java.net.URL;
232 URLConnection conn = new URL(iconUri.toString()).openConnection();
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/
ExtendedAnnotationTest.java 35 import java.net.URL;
212 URL loc = cs.getLocation();
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
EmpiricalDistributionImpl.java 26 import java.net.URL;
132 * Computes the empirical distribution using data read from a URL.
133 * @param url url of the input file
137 public void load(URL url) throws IOException {
139 new BufferedReader(new InputStreamReader(url.openStream()));
145 url);
147 in = new BufferedReader(new InputStreamReader(url.openStream()));
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
scan.js 52 console.log('URL is ' + urlData);
  /external/brotli/
setup.py 139 URL = 'https://github.com/google/brotli'
275 url=URL, variable in class:BuildExt
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
JarFinder.java 32 import java.net.URL;
85 for (URL entry : urlClassLoader.getURLs()) {
  /external/cmockery/cmockery_0_1_2/packages/rpm/
rpm.spec 15 URL: http://code.google.com/p/cmockery
  /external/curl/docs/cmdline-opts/
data.d 16 --data-binary option. To URL-encode the value of a form field you may use
  /external/curl/tests/libtest/
lib582.c 225 int test(char *URL)
240 fprintf(stderr, "Usage: lib582 [url] [filename] [username]\n");
276 easy_setopt(curl, CURLOPT_URL, URL);
mk-lib1521.pl 136 int test(char *URL)
160 (void)URL; /* not used */
  /external/guava/guava-tests/test/com/google/common/io/
FilesSimplifyPathTest.java 28 import java.net.URL;
298 URL url = getClass().getResource(resourceName); local
299 for (String line : Resources.readLines(url, UTF_8)) {
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/utils/
TestUtils.java 11 import java.net.URL;
93 * Download a file from a URL to disk.
95 public static void download(URL url, Path destination) throws IOException {
98 .url(url)
  /external/libunwind/doc/
_U_dyn_cancel.tex 43 WWW: \URL{http://www.nongnu.org/libunwind/}.
_U_dyn_register.tex 44 WWW: \URL{http://www.nongnu.org/libunwind/}.
unw_backtrace.tex 51 WWW: \URL{http://www.nongnu.org/libunwind/}.

Completed in 3753 milliseconds

<<21222324252627282930>>