Home
last modified time | relevance | path

Searched defs:get (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/libcore/ojluni/src/main/java/java/nio/file/
DPaths.java83 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/
DFuture.java146 V get() throws InterruptedException, ExecutionException; in get() method
162 V get(long timeout, TimeUnit unit) in get() method
/libcore/luni/src/main/native/
DScopedBytes.h73 const jbyte* get() const { in get() function
81 jbyte* get() { in get() function
/libcore/ojluni/annotations/flagged_api/java/nio/
DIntBuffer.annotated.java52 public abstract int get(); in get() method in IntBuffer
56 public abstract int get(int index); in get() method in IntBuffer
60 public java.nio.IntBuffer get(int[] dst, int offset, int length) { throw new RuntimeException("Stub… in get() method in IntBuffer
62 public java.nio.IntBuffer get(int[] dst) { throw new RuntimeException("Stub!"); } in get() method in IntBuffer
65 public java.nio.IntBuffer get(int index, int[] dst, int offset, int length) { throw new RuntimeExce… in get() method in IntBuffer
68 public java.nio.IntBuffer get(int index, int[] dst) { throw new RuntimeException("Stub!"); } in get() method in IntBuffer
DFloatBuffer.annotated.java52 public abstract float get(); in get() method in FloatBuffer
56 public abstract float get(int index); in get() method in FloatBuffer
60 public java.nio.FloatBuffer get(float[] dst, int offset, int length) { throw new RuntimeException("… in get() method in FloatBuffer
62 public java.nio.FloatBuffer get(float[] dst) { throw new RuntimeException("Stub!"); } in get() method in FloatBuffer
65 public java.nio.FloatBuffer get(int index, float[] dst, int offset, int length) { throw new Runtime… in get() method in FloatBuffer
68 public java.nio.FloatBuffer get(int index, float[] dst) { throw new RuntimeException("Stub!"); } in get() method in FloatBuffer
DDoubleBuffer.annotated.java52 public abstract double get(); in get() method in DoubleBuffer
56 public abstract double get(int index); in get() method in DoubleBuffer
60 public java.nio.DoubleBuffer get(double[] dst, int offset, int length) { throw new RuntimeException… in get() method in DoubleBuffer
62 public java.nio.DoubleBuffer get(double[] dst) { throw new RuntimeException("Stub!"); } in get() method in DoubleBuffer
65 public java.nio.DoubleBuffer get(int index, double[] dst, int offset, int length) { throw new Runti… in get() method in DoubleBuffer
68 public java.nio.DoubleBuffer get(int index, double[] dst) { throw new RuntimeException("Stub!"); } in get() method in DoubleBuffer
DLongBuffer.annotated.java52 public abstract long get(); in get() method in LongBuffer
56 public abstract long get(int index); in get() method in LongBuffer
60 public java.nio.LongBuffer get(long[] dst, int offset, int length) { throw new RuntimeException("St… in get() method in LongBuffer
62 public java.nio.LongBuffer get(long[] dst) { throw new RuntimeException("Stub!"); } in get() method in LongBuffer
65 public java.nio.LongBuffer get(int index, long[] dst, int offset, int length) { throw new RuntimeEx… in get() method in LongBuffer
68 public java.nio.LongBuffer get(int index, long[] dst) { throw new RuntimeException("Stub!"); } in get() method in LongBuffer
DShortBuffer.annotated.java52 public abstract short get(); in get() method in ShortBuffer
56 public abstract short get(int index); in get() method in ShortBuffer
60 public java.nio.ShortBuffer get(short[] dst, int offset, int length) { throw new RuntimeException("… in get() method in ShortBuffer
62 public java.nio.ShortBuffer get(short[] dst) { throw new RuntimeException("Stub!"); } in get() method in ShortBuffer
65 public java.nio.ShortBuffer get(int index, short[] dst, int offset, int length) { throw new Runtime… in get() method in ShortBuffer
68 public java.nio.ShortBuffer get(int index, short[] dst) { throw new RuntimeException("Stub!"); } in get() method in ShortBuffer
DCharBuffer.annotated.java58 public abstract char get(); in get() method in CharBuffer
62 public abstract char get(int index); in get() method in CharBuffer
66 public java.nio.CharBuffer get(char[] dst, int offset, int length) { throw new RuntimeException("St… in get() method in CharBuffer
68 public java.nio.CharBuffer get(char[] dst) { throw new RuntimeException("Stub!"); } in get() method in CharBuffer
71 public java.nio.CharBuffer get(int index, char[] dst, int offset, int length) { throw new RuntimeEx… in get() method in CharBuffer
74 public java.nio.CharBuffer get(int index, char[] dst) { throw new RuntimeException("Stub!"); } in get() method in CharBuffer
/libcore/ojluni/src/main/java/sun/nio/ch/
DCompletedFuture.java67 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/
DSupplier.java48 T get(); in get() method
/libcore/ojluni/annotations/hiddenapi/java/io/
DObjectInputStream.java598 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/annotations/hiddenapi/sun/nio/fs/
DBasicFileAttributesHolder.java32 public java.nio.file.attribute.BasicFileAttributes get(); in get() method
/libcore/ojluni/src/main/java/sun/nio/fs/
DBasicFileAttributesHolder.java40 BasicFileAttributes get(); in get() method
/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java1202 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/
DPhantomReference.java59 public T get() { in get() method in PhantomReference
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DJarFileFactory.java70 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/
DHeapIntBuffer.java220 public int get() { in get() method in HeapIntBuffer
225 public int get(int i) { in get() method in HeapIntBuffer
237 public IntBuffer get(int[] dst, int offset, int length) { in get() method in HeapIntBuffer
249 public IntBuffer get(int index, int[] dst, int offset, int length) { in get() method in HeapIntBuffer
DHeapFloatBuffer.java220 public float get() { in get() method in HeapFloatBuffer
225 public float get(int i) { in get() method in HeapFloatBuffer
237 public FloatBuffer get(float[] dst, int offset, int length) { in get() method in HeapFloatBuffer
249 public FloatBuffer get(int index, float[] dst, int offset, int length) { in get() method in HeapFloatBuffer
DHeapShortBuffer.java220 public short get() { in get() method in HeapShortBuffer
225 public short get(int i) { in get() method in HeapShortBuffer
237 public ShortBuffer get(short[] dst, int offset, int length) { in get() method in HeapShortBuffer
249 public ShortBuffer get(int index, short[] dst, int offset, int length) { in get() method in HeapShortBuffer
DHeapLongBuffer.java220 public long get() { in get() method in HeapLongBuffer
225 public long get(int i) { in get() method in HeapLongBuffer
237 public LongBuffer get(long[] dst, int offset, int length) { in get() method in HeapLongBuffer
249 public LongBuffer get(int index, long[] dst, int offset, int length) { in get() method in HeapLongBuffer
DHeapDoubleBuffer.java220 public double get() { in get() method in HeapDoubleBuffer
225 public double get(int i) { in get() method in HeapDoubleBuffer
237 public DoubleBuffer get(double[] dst, int offset, int length) { in get() method in HeapDoubleBuffer
249 public DoubleBuffer get(int index, double[] dst, int offset, int length) { in get() method in HeapDoubleBuffer
DByteBufferAsDoubleBuffer.java158 public double get() { in get() method in ByteBufferAsDoubleBuffer
167 public double get(int i) { in get() method in ByteBufferAsDoubleBuffer
177 public DoubleBuffer get(double[] dst, int off, int length) { in get() method in ByteBufferAsDoubleBuffer
187 public DoubleBuffer get(int index, double[] dst, int off, int length) { in get() method in ByteBufferAsDoubleBuffer
DByteBufferAsLongBuffer.java158 public long get() { in get() method in ByteBufferAsLongBuffer
167 public long get(int i) { in get() method in ByteBufferAsLongBuffer
177 public LongBuffer get(long[] dst, int off, int length) { in get() method in ByteBufferAsLongBuffer
187 public LongBuffer get(int index, long[] dst, int off, int length) { in get() method in ByteBufferAsLongBuffer
/libcore/ojluni/src/main/native/
Dsocket_tagger_util.cpp38 jmethodID get = env->GetStaticMethodID(socketTaggerClass, in tagSocket() local

12345678910>>...14