Searched refs:other (Results 176 - 193 of 193) sorted by relevance

12345678

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DNodeImpl.java39 * <p>Some fields have package visibility so other classes can access them while
388 public short compareDocumentPosition(Node other) argument
440 public boolean isSameNode(Node other) { argument
441 return this == other;
/libcore/ojluni/src/main/java/java/time/
H A DDuration.java44 * and/or other materials provided with the distribution.
101 * It can be accessed using other duration-based units, such as minutes and hours.
319 * If any other units are found then an exception is thrown.
361 * The leading plus/minus sign, and negative values for other units are
517 * All other units throw an exception.
1192 * @param otherDuration the other duration to compare to, not null
1210 * @param otherDuration the other duration, null returns false
1211 * @return true if the other duration is equal to this one
1219 Duration other = (Duration) otherDuration;
1220 return this.seconds == other
[all...]
H A DZonedDateTime.java44 * and/or other materials provided with the distribution.
313 * Non test-code will typically use other methods to create an offset time.
477 // even though there are other kinds of gaps
492 * This creates a zoned date-time with no checks other than no nulls.
686 * All other {@code ChronoField} instances will return false.
727 * All other {@code ChronoUnit} instances will return false.
749 * or for some other reason, an exception is thrown.
754 * All other {@code ChronoField} instances will throw an {@code UnsupportedTemporalTypeException}.
783 * or for some other reason, an exception is thrown.
790 * All other {
[all...]
/libcore/ojluni/src/main/java/sun/invoke/util/
H A DWrapper.java39 OBJECT ( Object.class, Object.class, 'L', null, new Object[0], Format.other( 1)),
40 // VOID must be the last type, since it is "assignable" from any other type:
41 VOID ( Void.class, void.class, 'V', null, null, Format.other( 0)),
104 static int other(int slots) { return slots << SLOT_SHIFT; } method in class:Wrapper.Format
119 /** Is the wrapped type a primitive other than float, double, or void? */
155 // no other conversions are classified as widening
/libcore/ojluni/src/main/java/java/util/
H A DGregorianCalendar.java2012 GregorianCalendar other = (GregorianCalendar) super.clone();
2014 other.gdate = (BaseCalendar.Date) gdate.clone();
2017 other.cdate = (BaseCalendar.Date) cdate.clone();
2019 other.cdate = other.gdate;
2022 other.originalFields = null;
2023 other.zoneOffsets = null;
2024 return other;
2682 // Even in lenient mode we disallow ERA values other than CE & BCE.
H A DResourceBundle.java166 * as well as a generic <code>getObject</code> method for any other
603 public boolean equals(Object other) { argument
604 if (this == other) {
608 final CacheKey otherEntry = (CacheKey)other;
1180 * contained locales other than Locale(""), put the bundle on hold and
1867 * methods during the bundle loading process. In other words, a
2266 * or "TW" (Taiwan), "Hant" is supplied. For all other countries or when the country
2614 * if the instantiation of a class fails for some other
2752 * <code>loadTime</code> or some other criteria. The method returns
2836 // ignore other exception
[all...]
H A DJapaneseImperialCalendar.java1500 JapaneseImperialCalendar other = (JapaneseImperialCalendar) super.clone();
1502 other.jdate = (LocalGregorianCalendar.Date) jdate.clone();
1503 other.originalFields = null;
1504 other.zoneOffsets = null;
1505 return other;
/libcore/support/src/test/java/libcore/tlswire/handshake/
H A DCipherSuite.java465 CipherSuite other = (CipherSuite) obj;
466 if (code != other.code) {
/libcore/ojluni/src/main/java/java/time/chrono/
H A DChronology.java44 * and/or other materials provided with the distribution.
93 * Most other calendar systems also operate on the shared concepts of year, month and day,
152 * This interface must be implemented with care to ensure other classes operate correctly.
555 * For other chronologies, validation is optional.
683 * allows the period to be represented using other units.
716 * @param other the other chronology to compare to, not null
720 int compareTo(Chronology other); argument
728 * @return true if this is equal to the other chronology
H A DAbstractChronology.java44 * and/or other materials provided with the distribution.
121 * This class must be implemented with care to ensure other classes operate correctly.
373 * all other date fields are then cross-checked against the date.
693 * @param other the other chronology to compare to, not null
697 public int compareTo(Chronology other) { argument
698 return getId().compareTo(other.getId());
711 * @return true if this is equal to the other chronology
/libcore/ojluni/src/main/java/java/security/
H A DProvider.java908 ServiceKey other = (ServiceKey)obj;
909 return this.type.equals(other.type)
910 && this.algorithm.equals(other.algorithm);
1177 // use super() to avoid permission check and other processing
1198 // use super() to avoid permission check and other processing
1291 UString other = (UString)obj;
1292 return lowerString.equals(other.lowerString);
1595 * any other reason.
/libcore/luni/src/test/java/libcore/java/util/
H A DGregorianCalendarTest.java359 // TimeZone.getTimeZone(String) specially and the code that runs for other classes does
488 public boolean hasSameRules(TimeZone other) { argument
489 return timeZone.hasSameRules(other);
/libcore/ojluni/src/main/java/java/net/
H A DURL.java122 * would be considered not equal to each other.
906 * {@code other} argument are equal without taking the
909 * @param other the {@code URL} to compare against.
913 public boolean sameFile(URL other) { argument
914 return handler.sameFile(this, other);
/libcore/ojluni/src/main/java/sun/security/x509/
H A DX509CRLImpl.java1321 * @param o the other object to compare with
1333 X509IssuerSerial other = (X509IssuerSerial) o;
1334 if (serial.equals(other.getSerial()) &&
1335 issuer.equals(other.getIssuer())) {
H A DAVA.java321 // backslash-doublequote, or character other than backslash or
376 throw new IOException("AVA had characters other than "
641 AVA other = (AVA)obj;
643 (other.toRFC2253CanonicalString());
790 * Implementations MAY escape other characters.
/libcore/ojluni/src/main/java/java/io/
H A DObjectStreamClass.java817 * non-primitive types, and any other non-null type matches assignable
2203 FieldReflectorKey other = (FieldReflectorKey) obj;
2205 return (nullClass ? other.nullClass
2207 (referent == other.get())) &&
2208 sigs.equals(other.sigs);
2240 * cannot report non-primitive types other than Object.class; hence
/libcore/
H A DNativeCode.mk33 # else. All other LOCAL_* variables will be ignored.
/libcore/ojluni/src/main/java/java/text/
H A DSimpleDateFormat.java99 * All other characters are not interpreted; they're simply copied into the
103 * The following pattern letters are defined (all other characters from
283 * Any other numeric string, such as a one digit string, a three or more digit
376 * may be replaced with other, locale dependent, pattern letters.
378 * other than the pattern letters; that's up to the client of the class.
1806 // Prefer the currently set timezone over other matches, even if they are
2133 // century, for parsed strings from "00" to "99". Any other string
2143 // other fields specify a date before 6/18, or 1903 if they specify a
2144 // date afterwards. As a result, 03 is an ambiguous year. All other
2608 SimpleDateFormat other
[all...]

Completed in 426 milliseconds

12345678