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

1 2 34 5 6 7 8 91011>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
EmpiricalDistribution.java 22 import java.net.URL;
69 * Computes the empirical distribution using data read from a URL.
71 * @param url url of the input file
74 void load(URL url) throws IOException;
  /external/curl/tests/libtest/
lib1513.c 48 int test(char *URL)
57 easy_setopt(curl, CURLOPT_URL, URL);
lib1529.c 27 int test(char *URL)
32 snprintf(bURL, sizeof(bURL), "%s HTTP/1.1\r\nGET http://1529.com/1529", URL);
lib1530.c 38 int test(char *URL)
42 (void)URL;
lib1538.c 26 int test(char *URL)
32 (void)URL;
lib511.c 26 int test(char *URL)
43 test_setopt(curl, CURLOPT_URL, URL);
lib512.c 29 int test(char *URL)
48 code = curl_easy_setopt(curl2, CURLOPT_URL, URL);
lib514.c 26 int test(char *URL)
43 /* First set the URL that is about to receive our POST. */
44 test_setopt(curl, CURLOPT_URL, URL);
lib515.c 26 int test(char *URL)
43 /* First set the URL that is about to receive our POST. */
44 test_setopt(curl, CURLOPT_URL, URL);
lib516.c 26 int test(char *URL)
43 /* First set the URL that is about to receive our POST. */
44 test_setopt(curl, CURLOPT_URL, URL);
lib519.c 26 int test(char *URL)
43 test_setopt(curl, CURLOPT_URL, URL);
lib521.c 26 int test(char *URL)
43 test_setopt(curl, CURLOPT_URL, URL);
lib523.c 26 int test(char *URL)
44 test_setopt(curl, CURLOPT_URL, URL);
lib542.c 34 int test(char *URL)
62 test_setopt(curl, CURLOPT_URL, URL);
lib543.c 28 int test(char *URL)
39 (void)URL;
lib549.c 22 /* argv1 = URL
31 int test(char *URL)
49 test_setopt(curl, CURLOPT_URL, URL);
lib558.c 26 int test(char *URL)
34 (void)URL; /* we don't use this */
lib562.c 33 59. If the CURLOPT_PORT option is used on an FTP URL like
38 int test(char *URL)
63 test_setopt(curl, CURLOPT_URL, URL);
lib566.c 26 int test(char *URL)
45 test_setopt(curl, CURLOPT_URL, URL);
lib589.c 26 int test(char *URL)
43 /* First set the URL that is about to receive our POST. */
44 test_setopt(curl, CURLOPT_URL, URL);
lib590.c 39 int test(char *URL)
56 test_setopt(curl, CURLOPT_URL, URL);
  /external/guice/examples/src/example/xml/
Main.java 22 import java.net.URL;
31 final URL xmlUrl = Main.class.getResource("phone.xml");
  /external/javassist/src/main/javassist/
ClassClassPath.java 19 import java.net.URL;
78 * Obtains the URL of the specified class file.
82 public URL find(String classname) {
  /external/oauth/core/src/main/java/net/oauth/
ConsumerProperties.java 22 import java.net.URL;
39 public static URL getResource(String name, ClassLoader loader)
41 URL resource = loader.getResource(name);
48 public static Properties getProperties(URL source) throws IOException {
100 URL baseURL = (base == null) ? null : new URL(base);
123 private String getURL(URL base, String name) throws MalformedURLException {
124 String url = consumerProperties.getProperty(name); local
126 url = (new URL(base, url)).toExternalForm()
    [all...]
  /external/oauth/core/src/main/java/net/oauth/http/
HttpResponseMessage.java 20 import java.net.URL;
31 protected HttpResponseMessage(String method, URL url) {
32 super(method, url);

Completed in 206 milliseconds

1 2 34 5 6 7 8 91011>>