Searched defs:fetch (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/tests/CoreTests/android/core/ |
H A D | SSLSocketTest.java | 78 private void fetch(SSLSocketFactory socketFactory, String host, int port, method in class:SSLSocketTest 178 * Invokes fetch() with the default socket factory. 180 private void fetch(String host, int port, boolean secure, String path, method in class:SSLSocketTest 183 fetch(clientFactory, host, port, secure, path, outerLoop, innerLoop, 193 fetch("www.fortify.net", 443, true, "/sslcheck.html", 1, 1, 0, 60); 194 fetch("mail.google.com", 443, true, "/mail/", 1, 1, 0, 60); 195 fetch("www.paypal.com", 443, true, "/", 1, 1, 0, 60); 196 fetch("www.yellownet.ch", 443, true, "/", 1, 1, 0, 60); 206 fetch("www.fortify.net", 443, true, "/sslcheck.html", 10, 1, 0, 60); 207 fetch("mai [all...] |
/frameworks/base/include/private/opengles/ |
H A D | gl_context.h | 179 fetcher_t fetch; member in struct:android::gl::array_t
|
Completed in 125 milliseconds