Searched refs:up (Results 1 – 15 of 15) 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/ojluni/src/main/java/sun/nio/fs/ |
D | UnixUriUtils.java | 100 static URI toUri(UnixPath up) { 101 byte[] path = up.toAbsolutePath().asByteArray(); 118 if (UnixFileAttributes.get(up, true).isDirectory())
|
/libcore/metrictests/memory/ |
D | README | 59 # To clean up: 90 # To clean up:
|
/libcore/tools/testmapping/ |
D | README | 32 becomes too long, we'll have to find a way to simplify it, by rolling up to a
|
/libcore/tools/docs/crypto/ |
D | README | 8 Each algorithm has up to three properties:
|
/libcore/expectations/ |
D | knownfailures.txt | 321 description: "Scrolling on a forward only RS not allowed. conn.close() does not wrap up", 334 description: "conn.close() does not wrap up", 347 description: "conn.close() does not wrap up", 360 description: "conn.close() does not wrap up", 446 description: "statement.close() does not wrap up", 456 description: "statement.close() does not wrap up", 490 description: "If there is no current row 0 must be returned. res.close() does not wrap up", 521 description: "res.close() does not wrap up", 584 description: "statement.close() does not wrap up", 592 description: "Resultset.close() does not wrap up", [all …]
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | Calendar.annotated.java | 116 public abstract void roll(int field, boolean up); in roll() argument
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | Calendar.java | 272 public abstract void roll(int field, boolean up); in roll() argument
|
/libcore/support/src/test/java/tests/resources/x509/ |
D | default.cnf | 176 # Just a made-up OID
|
/libcore/ |
D | JavaLibrary.bp | 20 // Android software stack. It is made up of various parts, some of which can be 114 // that are not but which have been marked up with @hide plus one or more of 198 // contains the core-all jar, which contains the classes that end up in core-oj,
|
D | LICENSE | 207 system; it is up to the author/donor to decide if he or she is willing to
|
/libcore/ojluni/src/main/java/java/util/ |
D | GregorianCalendar.java | 1119 public void roll(int field, boolean up) { in roll() argument 1120 roll(field, up ? +1 : -1); in roll()
|
D | JapaneseImperialCalendar.java | 533 public void roll(int field, boolean up) { in roll() argument 534 roll(field, up ? +1 : -1); in roll()
|
D | Calendar.java | 2824 abstract public void roll(int field, boolean up); in roll() argument
|
/libcore/ojluni/ |
D | NOTICE | 493 system; it is up to the author/donor to decide if he or she is willing to
|