/libcore/ojluni/src/main/java/java/security/ |
D | Principal.java | 52 public boolean equals(Object another); in equals() argument
|
/libcore/ojluni/annotations/ |
D | README | 19 …2. for FILE in your/package/and/Class.java another/package/AnotherClass.java; do unzip out/soong/.… 28 …1. libcore/tools/ojluni-annotations/generate_flagged_api_files.sh your.package.Bar another.package… 43 …3. FILES="your/package/and/Class.java another/package/AnotherClass.java"; for FILE in $FILES; do m…
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StringBuilder.java | 172 public int compareTo(StringBuilder another) { in compareTo() argument 173 return super.compareTo(another); in compareTo()
|
D | AbstractStringBuilder.java | 101 int compareTo(AbstractStringBuilder another) { in compareTo() argument 102 if (this == another) { in compareTo() 107 byte val2[] = another.value; in compareTo() 109 int count2 = another.count; in compareTo() 111 if (coder == another.coder) { in compareTo()
|
D | StringBuffer.java | 199 public synchronized int compareTo(StringBuffer another) { in compareTo() argument 200 return super.compareTo(another); in compareTo()
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | X509CRLImpl.java | 1353 public int compareTo(X509IssuerSerial another) { in compareTo() argument 1355 .compareTo(another.issuer.toString()); in compareTo() 1357 return this.serial.compareTo(another.serial); in compareTo()
|
/libcore/luni/src/main/java/java/util/logging/ |
D | logging.properties | 20 # specify another file instead with java.util.logging.config.file system
|
/libcore/metrictests/memory/ |
D | README | 27 then dumps another heap. You can run it manually as follows:
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | StringBuffer.annotated.java | 141 public synchronized int compareTo(@libcore.util.NonNull StringBuffer another) { throw new RuntimeEx… in compareTo() argument
|
D | StringBuilder.annotated.java | 142 public int compareTo(@libcore.util.NonNull StringBuilder another) { throw new RuntimeException("Stu… in compareTo() argument
|
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/ |
D | X509CRLImpl.java | 343 public int compareTo(sun.security.x509.X509CRLImpl.X509IssuerSerial another) { in compareTo() argument
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | CollectionsTest.java | 2062 public int compareTo(Object another) { in compareTo() argument 2064 if (another instanceof MyComparable) { in compareTo() 2065 length = (((MyComparable) another).s).length(); in compareTo() 2067 length = (Integer) another; in compareTo()
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | CollectionsTest.java | 232 public int compareTo(IntegerWithExtremeComparator another) { in compareTo() argument 233 if (another.value == this.value) { in compareTo() 235 } else if (another.value > this.value) { in compareTo()
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/ |
D | ObjectInputStreamTest.java | 1009 Test another = (Test) in.readObject(); in test_readObject_withPrimitiveClass() local 1011 assertEquals(test, another); in test_readObject_withPrimitiveClass()
|
/libcore/ojluni/src/main/java/java/nio/ |
D | Direct-X-Buffer.java.template | 61 // An object attached to this buffer. If this buffer is a view of another
|
D | X-Buffer.java.template | 172 * given byte buffer. A <i>view buffer</i> is simply another buffer whose 1743 * followed immediately by an invocation of another relative <i>put</i> 1750 * from one channel to another via the buffer {@code buf}: 1837 * Tells whether or not this buffer is equal to another object. 1886 * Compares this buffer to another. 2296 * from one location to another and both locations have different 2371 * from one location to another and both locations have different
|
/libcore/tools/expected_upstream/ |
D | README.md | 165 * Otherwise, gerrit will create another merge commit from `A` without
|
/libcore/ojluni/src/test/ |
D | LICENSE | 68 either verbatim or with modifications and/or translated into another 129 In addition, mere aggregation of another work not based on the Program
|
/libcore/ojluni/src/tools/ |
D | LICENSE | 68 either verbatim or with modifications and/or translated into another 129 In addition, mere aggregation of another work not based on the Program
|
/libcore/ |
D | LICENSE | 66 translated into another language. (Hereinafter, translation is included 123 In addition, mere aggregation of another work not based on the Program with the
|
D | JavaLibrary.bp | 91 // that the shell doesn't add yet another level of escaping.
|
/libcore/ojluni/src/main/ |
D | LICENSE | 74 translated into another language. (Hereinafter, translation is included 131 In addition, mere aggregation of another work not based on the Program with the 1187 example of metadata is style attributes; another is an edit
|