Searched refs:up (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/main/java/java/security/ |
D | UnresolvedPermissionCollection.java | 79 UnresolvedPermission up = (UnresolvedPermission) permission; in add() local 83 v = perms.get(up.getName()); in add() 86 perms.put(up.getName(), v); in add() 90 v.add(up); in add()
|
/libcore/expectations/ |
D | knownfailures.txt | 308 description: "Scrolling on a forward only RS not allowed. conn.close() does not wrap up", 321 description: "conn.close() does not wrap up", 334 description: "conn.close() does not wrap up", 347 description: "conn.close() does not wrap up", 433 description: "statement.close() does not wrap up", 443 description: "statement.close() does not wrap up", 477 description: "If there is no current row 0 must be returned. res.close() does not wrap up", 508 description: "res.close() does not wrap up", 571 description: "statement.close() does not wrap up", 579 description: "Resultset.close() does not wrap up", [all …]
|
/libcore/support/src/test/java/tests/resources/x509/ |
D | default.cnf | 176 # Just a made-up OID
|
/libcore/ojluni/src/main/java/java/util/ |
D | Calendar.java | 2018 abstract public void roll(int field, boolean up); in roll() argument
|
D | GregorianCalendar.java | 1083 public void roll(int field, boolean up) { in roll() argument 1084 roll(field, up ? +1 : -1); in roll()
|
/libcore/ |
D | LICENSE | 207 system; it is up to the author/donor to decide if he or she is willing to
|
/libcore/ojluni/ |
D | NOTICE | 493 system; it is up to the author/donor to decide if he or she is willing to
|