Searched refs:fetch (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java78 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/native/opengl/libagl/
H A Darray.cpp960 c->arrays.vertex.fetch(c, v->obj.v, vp);
977 c->arrays.vertex.fetch(c, v->obj.v, vp);
1154 am.vertex.fetch = fetchNop;
1155 am.normal.fetch = currentNormal;
1156 am.color.fetch = currentColor;
1161 am.vertex.fetch = vertex_fct[am.vertex.size-2][am.vertex.type & 0xF];
1168 am.normal.fetch = normal_fct[am.normal.size-3][am.normal.type & 0xF];
1176 am.color.fetch = color_fct[am.color.size-3][am.color.type & 0xF];
1180 am.color.fetch = color_clamp_fct[am.color.size-3][am.color.type & 0xF];
1187 am.texture[i].fetch
[all...]
H A Dprimitives.cpp80 c->arrays.color.fetch(c, v0->color.v, cp);
86 c->arrays.color.fetch(c, v1->color.v, cp);
92 c->arrays.color.fetch(c, v2->color.v, cp);
103 c->arrays.color.fetch(c, v2->color.v, cp);
139 c->arrays.color.fetch(c, v->color.v, cp);
412 texcoordArray[i].fetch(c, coords.v, tp);
471 c->arrays.color.fetch(c, v->color.v, cp);
H A Dcontext.h183 fetcher_t fetch; member in struct:android::gl::array_t
H A Dlight.cpp309 // fetch the material color
312 c->arrays.color.fetch(c, v->color.v, cp);
356 c->arrays.normal.fetch(c, n.v,
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_neon_Blur.S72 .macro fetch, max_r=MAX_R, labelc=1, labelnc=2, reg=r12 /*{{{*/
149 * As in the fetch macro, the operations are ordered from outside to inside, so
1050 /* Dedicated function wrapper for the fetch macro, for the cases where
1055 fetch
1257 * r8 = fetch code pointer
1279 3: fetch max_r=\max_r, labelc=\labelc, labelnc=\labelnc, reg=r8
1281 /* For each call to fetch two are made to \core. It would be
H A DrsCpuIntrinsics_advsimd_Blur.S67 .macro fetch, max_r=MAX_R, labelc=1, labelnc=2, reg=x12 /*{{{*/
137 * As in the fetch macro, the operations are ordered from outside to inside, so
1048 /* Dedicated function wrapper for the fetch macro, for the cases where
1053 fetch
1259 * x8 = fetch code pointer
1279 3: fetch max_r=\max_r, labelc=\labelc, labelnc=\labelnc, reg=x8
1281 /* For each call to fetch two are made to \core. It would be

Completed in 655 milliseconds