Home
last modified time | relevance | path

Searched refs:up (Results 1 – 15 of 15) sorted by relevance

/libcore/ojluni/src/main/java/java/security/
DUnresolvedPermissionCollection.java79 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/
DUnixUriUtils.java100 static URI toUri(UnixPath up) {
101 byte[] path = up.toAbsolutePath().asByteArray();
118 if (UnixFileAttributes.get(up, true).isDirectory())
/libcore/metrictests/memory/
DREADME59 # To clean up:
90 # To clean up:
/libcore/tools/testmapping/
DREADME32 becomes too long, we'll have to find a way to simplify it, by rolling up to a
/libcore/tools/docs/crypto/
DREADME8 Each algorithm has up to three properties:
/libcore/expectations/
Dknownfailures.txt321 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/
DCalendar.annotated.java116 public abstract void roll(int field, boolean up); in roll() argument
/libcore/ojluni/annotations/hiddenapi/java/util/
DCalendar.java272 public abstract void roll(int field, boolean up); in roll() argument
/libcore/support/src/test/java/tests/resources/x509/
Ddefault.cnf176 # Just a made-up OID
/libcore/
DJavaLibrary.bp20 // 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,
DLICENSE207 system; it is up to the author/donor to decide if he or she is willing to
/libcore/ojluni/src/main/java/java/util/
DGregorianCalendar.java1119 public void roll(int field, boolean up) { in roll() argument
1120 roll(field, up ? +1 : -1); in roll()
DJapaneseImperialCalendar.java533 public void roll(int field, boolean up) { in roll() argument
534 roll(field, up ? +1 : -1); in roll()
DCalendar.java2824 abstract public void roll(int field, boolean up); in roll() argument
/libcore/ojluni/
DNOTICE493 system; it is up to the author/donor to decide if he or she is willing to