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

  /libcore/luni/src/test/java/libcore/java/net/
OldSocketPermissionTest.java 35 SocketPermission sp1 = new SocketPermission( local
40 sp1.hashCode() == sp2.hashCode());
  /external/openssl/crypto/dso/
dso_vms.c 143 const char *sp1, *sp2; /* Search result */ local
168 position of the byte after in sp1 */
169 sp1 = strrchr(filename, ']');
171 if (sp1 == NULL) sp1 = sp2;
172 if (sp2 != NULL && sp2 > sp1) sp1 = sp2;
173 if (sp1 == NULL) sp1 = strrchr(filename, ':');
174 if (sp1 == NULL
    [all...]
  /external/ipsec-tools/src/libipsec/
test-policy.c 228 char *sp1, *sp2; local
237 sp1 = ipsec_set_policy(pol1, strlen(pol1));
238 splen1 = ipsec_get_policylen(sp1);
254 255, sp1, splen1, 0) < 0)
273 255, sp1, splen1, 0) < 0)
  /external/bison/src/
print_graph.c 68 item_number *sp1; local
71 sp1 = sp = ritem + sitems[i];
83 for (sp = rules[r].rhs; sp < sp1; sp++)
tables.c 377 base_number *sp1; local
391 froms[s] = sp = sp1 = xnmalloc (count, sizeof *sp1);
400 *sp1++ = i;
407 width[s] = sp1[-1] - sp[0] + 1;
480 base_number *sp1; local
498 froms[symno] = sp = sp1 = xnmalloc (count, sizeof *sp1);
505 *sp1++ = from_state[i];
510 width[symno] = sp1[-1] - sp[0] + 1
    [all...]
print.c 96 item_number *sp1;
99 sp1 = sp = ritem + sitems[i];
109 for (sp = rules[r].rhs; sp < sp1; sp++)
95 item_number *sp1; local
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.cc 149 ulong *sp1, *sp2, *dp1, *dp2; local
152 sp1 = (ulong*)bits + startx + starty*240;
153 sp2 = sp1 + 120;
162 stop = *sp1;
171 sp1++; sp2++;
177 sp1 += rowadd2;
205 ulong *sp1, *sp2, *dp1, *dp2; local
208 sp1 = (ulong*)bits + startx + starty*240;
209 sp2 = sp1 + 120;
218 stop = *sp1;
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
PermissionsTest.java 67 Permission sp1 = new SecurityPermission("a.b.c"); local
74 up1, up2, ap, bp, sp0, sp1, sp2, sp3, };
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 1196 milliseconds