Home
last modified time | relevance | path

Searched defs:getLong (Results 1 – 25 of 45) sorted by relevance

12

/libcore/ojluni/src/test/java/time/test/java/time/temporal/
DMockFieldValue.java98 public long getLong(TemporalField field) { in getLong() method in MockFieldValue
/libcore/ojluni/src/main/java/java/time/temporal/
DTemporalAccessor.java255 long getLong(TemporalField field); in getLong() method
/libcore/ojluni/src/main/java/java/time/chrono/
DEra.java238 default long getLong(TemporalField field) { in getLong() method
DChronoZonedDateTime.java204 default long getLong(TemporalField field) { in getLong() method
DMinguoDate.java276 public long getLong(TemporalField field) { in getLong() method in MinguoDate
DThaiBuddhistDate.java276 public long getLong(TemporalField field) { in getLong() method in ThaiBuddhistDate
DChronoLocalDateTimeImpl.java266 public long getLong(TemporalField field) { in getLong() method in ChronoLocalDateTimeImpl
/libcore/ojluni/src/main/java/java/time/format/
DDateTimePrintContext.java201 public long getLong(TemporalField field) { in adjust() method
/libcore/ojluni/src/main/java/java/time/
DDayOfWeek.java344 public long getLong(TemporalField field) { in getLong() method in DayOfWeek
DZoneId.java525 public long getLong(TemporalField field) { in toTemporal() method in ZoneId
DMonth.java371 public long getLong(TemporalField field) { in getLong() method in Month
DMonthDay.java438 public long getLong(TemporalField field) { in getLong() method in MonthDay
DYear.java490 public long getLong(TemporalField field) { in getLong() method in Year
/libcore/ojluni/src/main/java/java/lang/
DLong.java1112 public static Long getLong(String nm) { in getLong() method in Long
1157 public static Long getLong(String nm, long val) { in getLong() method in Long
1206 public static Long getLong(String nm, Long val) { in getLong() method in Long
/libcore/ojluni/src/main/java/java/io/
DBits.java64 static long getLong(byte[] b, int off) { in getLong() method in Bits
/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeObject.java283 final long getLong(int offset) { in getLong() method in NativeObject
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DCopticDate.java211 public long getLong(TemporalField field) { in getLong() method in CopticDate
/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java487 public native long getLong(Object obj) in getLong() method in Field
DArray.java345 …public static long getLong(Object array, int index) throws IllegalArgumentException, ArrayIndexOut… in getLong() method in Array
/libcore/ojluni/src/main/java/java/nio/
DHeapByteBuffer.java380 public long getLong() { in getLong() method in HeapByteBuffer
385 public long getLong(int i) { in getLong() method in HeapByteBuffer
DDirectByteBuffer.java635 private long getLong(long a) { in getLong() method in DirectByteBuffer
640 public final long getLong() { in getLong() method in DirectByteBuffer
648 public final long getLong(int i) { in getLong() method in DirectByteBuffer
DByteBuffer.java1231 public abstract long getLong(); in getLong() method in ByteBuffer
1261 public abstract long getLong(int index); in getLong() method in ByteBuffer
/libcore/ojluni/src/main/java/java/util/prefs/
DPreferences.java614 public abstract long getLong(String key, long def); in getLong() method in Preferences
DAbstractPreferences.java440 public long getLong(String key, long def) { in getLong() method in AbstractPreferences
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java268 public native long getLong(Object obj, long offset); in getLong() method in Unsafe
424 public native long getLong(long address); in getLong() method in Unsafe

12