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

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
AllPermission2Test.java 158 AllPermission ap2 = new AllPermission("Don't remember this stupid name", local
171 pc1.add(ap2);
173 assertTrue("Should imply", pc1.implies(ap2));
178 PermissionCollection pc2 = ap2.newPermissionCollection();
186 pc2.add(ap2);
188 assertTrue("Should imply", pc2.implies(ap2));
  /external/openssl/crypto/objects/
objxref.pl 52 my$ap2 = $oid_tbl{$xref_tbl{$a}[1]};
55 return $ap2 - $bp2;
  /external/dbus/dbus/
dbus-sysdeps.h 390 # define DBUS_VA_COPY(ap1, ap2) (*(ap1) = *(ap2))
392 # define DBUS_VA_COPY(ap1, ap2) memcpy ((ap1), (ap2), sizeof (va_list))
394 # define DBUS_VA_COPY(ap1, ap2) ((ap1) = (ap2))
  /external/bluetooth/glib/glib/
gutils.h 68 # define G_VA_COPY(ap1, ap2) (*(ap1) = *(ap2))
70 # define G_VA_COPY(ap1, ap2) g_memmove ((ap1), (ap2), sizeof (va_list))
72 # define G_VA_COPY(ap1, ap2) ((ap1) = (ap2))
  /system/core/sh/
exec.c 224 char **ap2; local
265 for (ap2 = argv ; *ap2++ != NULL ; );
266 new = ckmalloc(i + ((char *)ap2 - (char *)argv));
267 ap = newargs, ap2 = new;
269 *ap2++ = *ap++;
271 while (*ap2++ = *ap++);
options.c 318 char **ap1, **ap2; local
331 ap2 = shellparam.p;
332 while ((*ap2++ = *ap1++) != NULL);
  /libcore/luni/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
AbstractPreferencesTest.java 971 AbstractPreferences ap2 = (AbstractPreferences) pref.node("Second node"); local
1336 AbstractPreferences ap2 = (AbstractPreferences) pref.node("Second node"); local
    [all...]
  /external/qemu/
exec.c 1688 va_list ap2; local
    [all...]

Completed in 778 milliseconds