/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 | 146 V get() throws InterruptedException, ExecutionException; in get() method 162 V get(long timeout, TimeUnit unit) in get() method
|
/libcore/luni/src/main/native/ |
D | ScopedBytes.h | 73 const jbyte* get() const { in get() function 81 jbyte* get() { in get() function
|
/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/java/util/function/ |
D | Supplier.java | 48 T get(); in get() method
|
/libcore/ojluni/annotations/hiddenapi/java/io/ |
D | ObjectInputStream.java | 598 public abstract boolean get(java.lang.String name, boolean val) throws java.io.IOException; in get() method in ObjectInputStream.GetField 600 public abstract byte get(java.lang.String name, byte val) throws java.io.IOException; in get() method in ObjectInputStream.GetField 602 public abstract char get(java.lang.String name, char val) throws java.io.IOException; in get() method in ObjectInputStream.GetField 604 public abstract short get(java.lang.String name, short val) throws java.io.IOException; in get() method in ObjectInputStream.GetField 606 public abstract int get(java.lang.String name, int val) throws java.io.IOException; in get() method in ObjectInputStream.GetField 608 public abstract long get(java.lang.String name, long val) throws java.io.IOException; in get() method in ObjectInputStream.GetField 610 public abstract float get(java.lang.String name, float val) throws java.io.IOException; in get() method in ObjectInputStream.GetField 612 public abstract double get(java.lang.String name, double val) throws java.io.IOException; in get() method in ObjectInputStream.GetField 614 public abstract java.lang.Object get(java.lang.String name, java.lang.Object val) in get() method in ObjectInputStream.GetField 633 public boolean get(java.lang.String name, boolean val) throws java.io.IOException { in get() method in ObjectInputStream.GetFieldImpl [all …]
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | BasicFileAttributesHolder.java | 40 BasicFileAttributes get(); in get() method
|
/libcore/ojluni/annotations/hiddenapi/sun/nio/fs/ |
D | BasicFileAttributesHolder.java | 32 public java.nio.file.attribute.BasicFileAttributes get(); in get() method
|
/libcore/ojluni/src/main/java/java/io/ |
D | ObjectInputStream.java | 1202 public abstract boolean get(String name, boolean val) in get() method in ObjectInputStream.GetField 1217 public abstract byte get(String name, byte val) throws IOException; in get() method in ObjectInputStream.GetField 1231 public abstract char get(String name, char val) throws IOException; in get() method in ObjectInputStream.GetField 1245 public abstract short get(String name, short val) throws IOException; in get() method in ObjectInputStream.GetField 1259 public abstract int get(String name, int val) throws IOException; in get() method in ObjectInputStream.GetField 1273 public abstract long get(String name, long val) throws IOException; in get() method in ObjectInputStream.GetField 1287 public abstract float get(String name, float val) throws IOException; in get() method in ObjectInputStream.GetField 1301 public abstract double get(String name, double val) throws IOException; in get() method in ObjectInputStream.GetField 1315 public abstract Object get(String name, Object val) throws IOException; in get() method in ObjectInputStream.GetField 2321 public boolean get(String name, boolean val) { in get() method in ObjectInputStream.FieldValues [all …]
|
/libcore/ojluni/src/main/java/java/lang/ref/ |
D | PhantomReference.java | 59 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/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/nio/ |
D | ByteBufferAsShortBuffer.java | 101 public short get() { in get() method in ByteBufferAsShortBuffer 105 public short get(int i) { in get() method in ByteBufferAsShortBuffer 110 public ShortBuffer get(short[] dst, int offset, int length) { in get() method in ByteBufferAsShortBuffer
|
D | ByteBufferAsLongBuffer.java | 108 public long get() { in get() method in ByteBufferAsLongBuffer 112 public long get(int i) { in get() method in ByteBufferAsLongBuffer 116 public LongBuffer get(long[] dst, int offset, int length) { in get() method in ByteBufferAsLongBuffer
|
D | ByteBufferAsIntBuffer.java | 108 public int get() { in get() method in ByteBufferAsIntBuffer 112 public int get(int i) { in get() method in ByteBufferAsIntBuffer 116 public IntBuffer get(int[] dst, int offset, int length) { in get() method in ByteBufferAsIntBuffer
|
D | ByteBufferAsFloatBuffer.java | 108 public float get() { in get() method in ByteBufferAsFloatBuffer 112 public float get(int i) { in get() method in ByteBufferAsFloatBuffer 116 public FloatBuffer get(float[] dst, int offset, int length) { in get() method in ByteBufferAsFloatBuffer
|
D | ByteBufferAsDoubleBuffer.java | 110 public double get() { in get() method in ByteBufferAsDoubleBuffer 114 public double get(int i) { in get() method in ByteBufferAsDoubleBuffer 118 public DoubleBuffer get(double[] dst, int offset, int length) { in get() method in ByteBufferAsDoubleBuffer
|
D | HeapIntBuffer.java | 121 public int get() { in get() method in HeapIntBuffer 125 public int get(int i) { in get() method in HeapIntBuffer 129 public IntBuffer get(int[] dst, int offset, int length) { in get() method in HeapIntBuffer
|
D | HeapLongBuffer.java | 124 public long get() { in get() method in HeapLongBuffer 128 public long get(int i) { in get() method in HeapLongBuffer 132 public LongBuffer get(long[] dst, int offset, int length) { in get() method in HeapLongBuffer
|
D | HeapShortBuffer.java | 122 public short get() { in get() method in HeapShortBuffer 126 public short get(int i) { in get() method in HeapShortBuffer 130 public ShortBuffer get(short[] dst, int offset, int length) { in get() method in HeapShortBuffer
|
D | HeapDoubleBuffer.java | 122 public double get() { in get() method in HeapDoubleBuffer 126 public double get(int i) { in get() method in HeapDoubleBuffer 130 public DoubleBuffer get(double[] dst, int offset, int length) { in get() method in HeapDoubleBuffer
|
/libcore/ojluni/src/main/native/ |
D | socket_tagger_util.cpp | 38 jmethodID get = env->GetStaticMethodID(socketTaggerClass, in tagSocket() local
|
/libcore/ojluni/src/main/java/java/time/temporal/ |
D | TemporalAmount.java | 117 long get(TemporalUnit unit); in get() method
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | AbstractListTest.java | 40 public Object get(int index) { in get() method in AbstractListTest.SimpleList 222 public E get(int index) { in get() method in AbstractListTest.MockArrayList 375 public E get(int location) { in get() method in AbstractListTest.MockRemoveFailureArrayList 551 public E get(int location) { in test_remove_I() method in AbstractListTest.MockList
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | ThreadLocal.annotated.java | 42 @libcore.util.Nullable public T get() { throw new RuntimeException("Stub!"); } in get() method in ThreadLocal
|