Searched refs:pd (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/main/java/java/security/ |
D | SecureClassLoader.java | 135 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/ |
D | JSR166TestCase.java | 544 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/ |
D | Exchanger.java | 292 Object p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, pa, pb, pc, pd, pe, pf; field in Exchanger.Node
|