Home
last modified time | relevance | path

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

12345

/libcore/luni/src/main/java/java/io/
DEmulatedFieldsForLoading.java100 public byte get(String name, byte defaultValue) throws IOException, in get() method in EmulatedFieldsForLoading
123 public char get(String name, char defaultValue) throws IOException, in get() method in EmulatedFieldsForLoading
146 public double get(String name, double defaultValue) throws IOException, in get() method in EmulatedFieldsForLoading
169 public float get(String name, float defaultValue) throws IOException, in get() method in EmulatedFieldsForLoading
192 public int get(String name, int defaultValue) throws IOException, in get() method in EmulatedFieldsForLoading
215 public long get(String name, long defaultValue) throws IOException, in get() method in EmulatedFieldsForLoading
238 public Object get(String name, Object defaultValue) throws IOException, in get() method in EmulatedFieldsForLoading
261 public short get(String name, short defaultValue) throws IOException, in get() method in EmulatedFieldsForLoading
285 public boolean get(String name, boolean defaultValue) throws IOException, in get() method in EmulatedFieldsForLoading
DEmulatedFields.java205 public byte get(String name, byte defaultValue) in get() method in EmulatedFields
231 public char get(String name, char defaultValue) in get() method in EmulatedFields
257 public double get(String name, double defaultValue) in get() method in EmulatedFields
283 public float get(String name, float defaultValue) in get() method in EmulatedFields
309 public int get(String name, int defaultValue) in get() method in EmulatedFields
335 public long get(String name, long defaultValue) in get() method in EmulatedFields
361 public Object get(String name, Object defaultValue) in get() method in EmulatedFields
386 public short get(String name, short defaultValue) in get() method in EmulatedFields
412 public boolean get(String name, boolean defaultValue) in get() method in EmulatedFields
/libcore/luni/src/main/java/java/util/concurrent/
DFuture.java124 V get() throws InterruptedException, ExecutionException; in get() method
140 V get(long timeout, TimeUnit unit) in get() method
/libcore/luni/src/main/java/java/nio/
DIntArrayBuffer.java53 public final int get() { in get() method in IntArrayBuffer
61 public final int get(int index) { in get() method in IntArrayBuffer
69 public final IntBuffer get(int[] dst, int off, int len) { in get() method in IntArrayBuffer
DFloatArrayBuffer.java53 public final float get() { in get() method in FloatArrayBuffer
61 public final float get(int index) { in get() method in FloatArrayBuffer
69 public final FloatBuffer get(float[] dst, int off, int len) { in get() method in FloatArrayBuffer
DDoubleArrayBuffer.java53 public final double get() { in get() method in DoubleArrayBuffer
61 public final double get(int index) { in get() method in DoubleArrayBuffer
69 public final DoubleBuffer get(double[] dst, int off, int len) { in get() method in DoubleArrayBuffer
DLongArrayBuffer.java53 public final long get() { in get() method in LongArrayBuffer
61 public final long get(int index) { in get() method in LongArrayBuffer
69 public final LongBuffer get(long[] dst, int off, int len) { in get() method in LongArrayBuffer
DShortArrayBuffer.java53 public final short get() { in get() method in ShortArrayBuffer
61 public final short get(int index) { in get() method in ShortArrayBuffer
69 public final ShortBuffer get(short[] dst, int off, int len) { in get() method in ShortArrayBuffer
DCharArrayBuffer.java53 public final char get() { in get() method in CharArrayBuffer
61 public final char get(int index) { in get() method in CharArrayBuffer
69 public final CharBuffer get(char[] dst, int off, int len) { in get() method in CharArrayBuffer
DCharSequenceAdapter.java63 public char get() { in get() method in CharSequenceAdapter
71 public char get(int index) { in get() method in CharSequenceAdapter
79 public final CharBuffer get(char[] dst, int off, int len) { in get() method in CharSequenceAdapter
DIntBuffer.java232 public abstract int get(); in get() method in IntBuffer
247 public IntBuffer get(int[] dst) { in get() method in IntBuffer
270 public IntBuffer get(int[] dst, int off, int len) { in get() method in IntBuffer
293 public abstract int get(int index); in get() method in IntBuffer
DShortBuffer.java233 public abstract short get(); in get() method in ShortBuffer
248 public ShortBuffer get(short[] dst) { in get() method in ShortBuffer
271 public ShortBuffer get(short[] dst, int off, int len) { in get() method in ShortBuffer
294 public abstract short get(int index); in get() method in ShortBuffer
DLongBuffer.java234 public abstract long get(); in get() method in LongBuffer
249 public LongBuffer get(long[] dst) { in get() method in LongBuffer
272 public LongBuffer get(long[] dst, int off, int len) { in get() method in LongBuffer
296 public abstract long get(int index); in get() method in LongBuffer
DFloatBuffer.java243 public abstract float get(); in get() method in FloatBuffer
258 public FloatBuffer get(float[] dst) { in get() method in FloatBuffer
281 public FloatBuffer get(float[] dst, int off, int len) { in get() method in FloatBuffer
305 public abstract float get(int index); in get() method in FloatBuffer
DDoubleBuffer.java241 public abstract double get(); in get() method in DoubleBuffer
256 public DoubleBuffer get(double[] dst) { in get() method in DoubleBuffer
279 public DoubleBuffer get(double[] dst, int off, int len) { in get() method in DoubleBuffer
303 public abstract double get(int index); in get() method in DoubleBuffer
DLongToByteBufferAdapter.java137 public long get() { in get() method in LongToByteBufferAdapter
145 public long get(int index) { in get() method in LongToByteBufferAdapter
DDoubleToByteBufferAdapter.java138 public double get() { in get() method in DoubleToByteBufferAdapter
146 public double get(int index) { in get() method in DoubleToByteBufferAdapter
DDirectByteBuffer.java94 public final ByteBuffer get(byte[] dst, int off, int len) { in get() method in DirectByteBuffer
108 public final byte get() { in get() method in DirectByteBuffer
116 public final byte get(int index) { in get() method in DirectByteBuffer
/libcore/luni/src/main/java/java/lang/ref/
DPhantomReference.java72 public T get() { in get() method in PhantomReference
DReference.java136 public T get() { in get() method in Reference
/libcore/include/
DScopedFd.h34 int get() const { in get() function
DScopedLocalRef.h42 T get() const { in get() function
/libcore/luni/src/main/java/org/apache/xml/utils/
DStringBufferPool.java42 public synchronized static FastStringBuffer get() in get() method in StringBufferPool
/libcore/luni/src/main/java/java/util/
DCollections.java62 public E get(int location) { in get() method in Collections.CopiesList
86 public Object get(int location) { in get() method in Collections.EmptyList
/libcore/luni/src/main/native/
DNetFd.h39 int get() const { in get() function

12345