/libcore/ojluni/src/main/java/java/nio/file/ |
D | Paths.java | 83 public static Path get(String first, String... more) { in get() method in Paths 131 public static Path get(URI uri) { in get() method in Paths
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Future.java | 152 V get() throws InterruptedException, ExecutionException; in get() method 168 V get(long timeout, TimeUnit unit) in get() method
|
/libcore/ojluni/src/main/native/ |
D | socket_tagger_util.cpp | 28 jmethodID get = env->GetStaticMethodID(JniConstants::socketTaggerClass, in tagSocket() local 42 jmethodID get = env->GetStaticMethodID(JniConstants::socketTaggerClass, in untagSocket() local
|
/libcore/ojluni/src/main/java/java/util/function/ |
D | Supplier.java | 48 T get(); in get() method
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | CompletedFuture.java | 67 public V get() throws ExecutionException { in get() method in CompletedFuture 74 public V get(long timeout, TimeUnit unit) throws ExecutionException { in get() method in CompletedFuture
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | BasicFileAttributesHolder.java | 40 BasicFileAttributes get(); in get() method
|
/libcore/ojluni/src/main/java/java/lang/ref/ |
D | PhantomReference.java | 62 public T get() { in get() method in PhantomReference
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/ |
D | JarFileFactory.java | 70 public JarFile get(URL url) throws IOException { in get() method in JarFileFactory 74 JarFile get(URL url, boolean useCaches) throws IOException { in get() method in JarFileFactory
|
/libcore/ojluni/src/main/java/java/nio/ |
D | ByteBufferAsFloatBuffer.java | 91 public float get() { in get() method in ByteBufferAsFloatBuffer 95 public float get(int i) { in get() method in ByteBufferAsFloatBuffer 99 public FloatBuffer get(float[] dst, int offset, int length) { in get() method in ByteBufferAsFloatBuffer
|
D | ByteBufferAsIntBuffer.java | 91 public int get() { in get() method in ByteBufferAsIntBuffer 95 public int get(int i) { in get() method in ByteBufferAsIntBuffer 99 public IntBuffer get(int[] dst, int offset, int length) { in get() method in ByteBufferAsIntBuffer
|
D | ByteBufferAsLongBuffer.java | 91 public long get() { in get() method in ByteBufferAsLongBuffer 95 public long get(int i) { in get() method in ByteBufferAsLongBuffer 99 public LongBuffer get(long[] dst, int offset, int length) { in get() method in ByteBufferAsLongBuffer
|
D | ByteBufferAsShortBuffer.java | 89 public short get() { in get() method in ByteBufferAsShortBuffer 93 public short get(int i) { in get() method in ByteBufferAsShortBuffer 98 public ShortBuffer get(short[] dst, int offset, int length) { in get() method in ByteBufferAsShortBuffer
|
D | ByteBufferAsDoubleBuffer.java | 92 public double get() { in get() method in ByteBufferAsDoubleBuffer 96 public double get(int i) { in get() method in ByteBufferAsDoubleBuffer 100 public DoubleBuffer get(double[] dst, int offset, int length) { in get() method in ByteBufferAsDoubleBuffer
|
D | LongBuffer.java | 248 public abstract long get(); in get() method in LongBuffer 273 public abstract long get(int index); in get() method in LongBuffer 333 public LongBuffer get(long[] dst, int offset, int length) { in get() method in LongBuffer 357 public LongBuffer get(long[] dst) { in get() method in LongBuffer
|
D | ShortBuffer.java | 249 public abstract short get(); in get() method in ShortBuffer 274 public abstract short get(int index); in get() method in ShortBuffer 334 public ShortBuffer get(short[] dst, int offset, int length) { in get() method in ShortBuffer 358 public ShortBuffer get(short[] dst) { in get() method in ShortBuffer
|
D | IntBuffer.java | 250 public abstract int get(); in get() method in IntBuffer 275 public abstract int get(int index); in get() method in IntBuffer 335 public IntBuffer get(int[] dst, int offset, int length) { in get() method in IntBuffer 359 public IntBuffer get(int[] dst) { in get() method in IntBuffer
|
D | DoubleBuffer.java | 247 public abstract double get(); in get() method in DoubleBuffer 272 public abstract double get(int index); in get() method in DoubleBuffer 332 public DoubleBuffer get(double[] dst, int offset, int length) { in get() method in DoubleBuffer 356 public DoubleBuffer get(double[] dst) { in get() method in DoubleBuffer
|
D | FloatBuffer.java | 248 public abstract float get(); in get() method in FloatBuffer 273 public abstract float get(int index); in get() method in FloatBuffer 333 public FloatBuffer get(float[] dst, int offset, int length) { in get() method in FloatBuffer 357 public FloatBuffer get(float[] dst) { in get() method in FloatBuffer
|
D | HeapLongBuffer.java | 110 public long get() { in get() method in HeapLongBuffer 114 public long get(int i) { in get() method in HeapLongBuffer 118 public LongBuffer get(long[] dst, int offset, int length) { in get() method in HeapLongBuffer
|
D | HeapShortBuffer.java | 109 public short get() { in get() method in HeapShortBuffer 113 public short get(int i) { in get() method in HeapShortBuffer 117 public ShortBuffer get(short[] dst, int offset, int length) { in get() method in HeapShortBuffer
|
D | HeapFloatBuffer.java | 108 public float get() { in get() method in HeapFloatBuffer 112 public float get(int i) { in get() method in HeapFloatBuffer 116 public FloatBuffer get(float[] dst, int offset, int length) { in get() method in HeapFloatBuffer
|
D | HeapIntBuffer.java | 109 public int get() { in get() method in HeapIntBuffer 113 public int get(int i) { in get() method in HeapIntBuffer 117 public IntBuffer get(int[] dst, int offset, int length) { in get() method in HeapIntBuffer
|
D | HeapDoubleBuffer.java | 109 public double get() { in get() method in HeapDoubleBuffer 113 public double get(int i) { in get() method in HeapDoubleBuffer 117 public DoubleBuffer get(double[] dst, int offset, int length) { in get() method in HeapDoubleBuffer
|
/libcore/ojluni/src/main/java/java/util/stream/ |
D | FindOps.java | 192 public Optional<T> get() { in get() method in FindOps.FindSink.OfRef 207 public OptionalInt get() { in get() method in FindOps.FindSink.OfInt 222 public OptionalLong get() { in get() method in FindOps.FindSink.OfLong 237 public OptionalDouble get() { in get() method in FindOps.FindSink.OfDouble
|
/libcore/ojluni/src/main/java/java/time/temporal/ |
D | TemporalAmount.java | 117 long get(TemporalUnit unit); in get() method
|