HomeSort by relevance Sort by last modified time
    Searched refs:sp2 (Results 1 - 8 of 8) sorted by null

  /libcore/luni/src/test/java/libcore/java/net/
OldSocketPermissionTest.java 37 SocketPermission sp2 = new SocketPermission( local
40 sp1.hashCode() == sp2.hashCode());
  /external/openssl/crypto/dso/
dso_vms.c 143 const char *sp1, *sp2; /* Search result */ local
170 sp2 = strrchr(filename, '>');
171 if (sp1 == NULL) sp1 = sp2;
172 if (sp2 != NULL && sp2 > sp1) sp1 = sp2;
178 /* Now, let's see if there's a type, and save the position in sp2 */
179 sp2 = strchr(sp1, '.');
181 version number and save the position in sp2 */
182 if (sp2 == NULL) sp2 = strchr(sp1, ';')
    [all...]
  /external/ipsec-tools/src/libipsec/
test-policy.c 228 char *sp1, *sp2; local
239 sp2 = ipsec_set_policy(pol2, strlen(pol2));
240 splen2 = ipsec_get_policylen(sp2);
262 255, sp2, splen2, 0) < 0)
281 255, sp2, splen2, 0) < 0)
303 255, 0, 10, sp2, splen2, 0) < 0)
311 255, sp2, splen2, 0) == 0) {
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.cc 149 ulong *sp1, *sp2, *dp1, *dp2; local
153 sp2 = sp1 + 120;
163 sbot = *sp2;
171 sp1++; sp2++;
178 sp2 += rowadd2;
205 ulong *sp1, *sp2, *dp1, *dp2; local
209 sp2 = sp1 + 120;
219 sbot = *sp2;
227 sp1++; sp2++;
234 sp2 += rowadd2
    [all...]
  /external/bison/src/
tables.c 378 base_number *sp2; local
392 tos[s] = sp2 = xnmalloc (count, sizeof *sp2);
401 *sp2++ = actrow[i];
481 base_number *sp2; local
499 tos[symno] = sp2 = xnmalloc (count, sizeof *sp2);
506 *sp2++ = to_state[i];
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
PermissionsTest.java 68 Permission sp2 = new SecurityPermission("a.b.*"); local
74 up1, up2, ap, bp, sp0, sp1, sp2, sp3, };
PolicyTest.java 130 SecurityPermission sp2 = new SecurityPermission("fbdf"); local
132 spc.add(sp2);
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 128 milliseconds