Home
last modified time | relevance | path

Searched refs:pd (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/security/
DSecureClassLoader.java135 ProtectionDomain pd; in getPD() local
137 if ((pd = pds.get(cs)) != null) { in getPD()
138 return pd; in getPD()
141 pd = new ProtectionDomain(cs, perms, this, null); in getPD()
142 pds.put(cs, pd); in getPD()
144 return pd; in getPD()
/libcore/jsr166-tests/src/test/java/jsr166/
DJSR166TestCase.java544 public PermissionCollection getPermissions(ProtectionDomain pd) { in getPermissions() argument
547 public boolean implies(ProtectionDomain pd, Permission p) { in implies() argument
/libcore/luni/src/main/java/java/util/concurrent/
DExchanger.java292 Object p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, pa, pb, pc, pd, pe, pf; field in Exchanger.Node