Home
last modified time | relevance | path

Searched defs:mark (Results 1 – 25 of 63) sorted by relevance

123

/libcore/jsr166-tests/src/test/java/jsr166/
DAtomicStampedReferenceTest.java43 int[] mark = new int[1]; in testGetSet() local
65 int[] mark = new int[1]; in testAttemptStamp() local
79 int[] mark = new int[1]; in testCompareAndSet() local
143 int[] mark = new int[1]; in testWeakCompareAndSet() local
/libcore/ojluni/src/test/java/util/concurrent/tck/
DAtomicStampedReferenceTest.java66 int[] mark = new int[1]; in testGetSet() local
88 int[] mark = new int[1]; in testAttemptStamp() local
102 int[] mark = new int[1]; in testCompareAndSet() local
166 int[] mark = new int[1]; in testWeakCompareAndSet() local
/libcore/ojluni/src/main/java/java/nio/
DBuffer.java204 private int mark = -1; field in Buffer
251 Buffer(int mark, int pos, int lim, int cap, int elementSizeShift) { // package-private in Buffer()
329 if (mark > newPosition) mark = -1; local
DMappedByteBuffer.java99 MappedByteBuffer(int mark, int pos, int lim, int cap, // package-private in MappedByteBuffer()
107 MappedByteBuffer(int mark, int pos, int lim, int cap, byte[] buf, int offset) { in MappedByteBuffer()
114 MappedByteBuffer(int mark, int pos, int lim, int cap, // package-private in MappedByteBuffer()
122 MappedByteBuffer(int mark, int pos, int lim, int cap) { // package-private in MappedByteBuffer()
440 public final Buffer mark() { in mark() method in MappedByteBuffer
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DAtomicMarkableReference.java57 final boolean mark; field in AtomicMarkableReference.Pair
58 private Pair(T reference, boolean mark) { in Pair()
62 static <T> Pair<T> of(T reference, boolean mark) { in of()
/libcore/ojluni/src/main/java/java/io/
DStringReader.java41 private int mark = 0; field in StringReader
170 public void mark(int readAheadLimit) throws IOException { in mark() method in StringReader
DFilterReader.java108 public void mark(int readAheadLimit) throws IOException { in mark() method in FilterReader
DFilterInputStream.java199 public synchronized void mark(int readlimit) { in mark() method in FilterInputStream
DLineNumberInputStream.java259 public void mark(int readlimit) { in mark() method in LineNumberInputStream
DByteArrayInputStream.java80 protected int mark = 0; field in ByteArrayInputStream
DCharArrayReader.java236 public void mark(int readAheadLimit) throws IOException { in mark() method in CharArrayReader
DPushbackReader.java218 public void mark(int readAheadLimit) throws IOException { in mark() method in PushbackReader
DLineNumberReader.java262 public void mark(int readAheadLimit) throws IOException { in mark() method in LineNumberReader
DPushbackInputStream.java345 public synchronized void mark(int readlimit) { in mark() method in PushbackInputStream
/libcore/ojluni/annotations/flagged_api/java/nio/
DMappedByteBuffer.annotated.java33 MappedByteBuffer(int mark, int pos, int lim, int cap) { throw new RuntimeException("Stub!"); } in MappedByteBuffer()
48 public final java.nio.Buffer mark() { throw new RuntimeException("Stub!"); } in mark() method in MappedByteBuffer
DIntBuffer.annotated.java36 IntBuffer(int mark, int pos, int lim, int cap) { throw new RuntimeException("Stub!"); } in IntBuffer()
95 public java.nio.Buffer mark() { throw new RuntimeException("Stub!"); } in mark() method in IntBuffer
DFloatBuffer.annotated.java36 FloatBuffer(int mark, int pos, int lim, int cap) { throw new RuntimeException("Stub!"); } in FloatBuffer()
95 public java.nio.Buffer mark() { throw new RuntimeException("Stub!"); } in mark() method in FloatBuffer
DDoubleBuffer.annotated.java36 DoubleBuffer(int mark, int pos, int lim, int cap) { throw new RuntimeException("Stub!"); } in DoubleBuffer()
95 public java.nio.Buffer mark() { throw new RuntimeException("Stub!"); } in mark() method in DoubleBuffer
DLongBuffer.annotated.java36 LongBuffer(int mark, int pos, int lim, int cap) { throw new RuntimeException("Stub!"); } in LongBuffer()
95 public java.nio.Buffer mark() { throw new RuntimeException("Stub!"); } in mark() method in LongBuffer
DShortBuffer.annotated.java36 ShortBuffer(int mark, int pos, int lim, int cap) { throw new RuntimeException("Stub!"); } in ShortBuffer()
95 public java.nio.Buffer mark() { throw new RuntimeException("Stub!"); } in mark() method in ShortBuffer
/libcore/ojluni/annotations/hiddenapi/java/nio/
DBuffer.java34 Buffer(int mark, int pos, int lim, int cap, int elementSizeShift) { in Buffer()
58 public final java.nio.Buffer mark() { in mark() method in Buffer
158 private int mark = -1; // 0xffffffff field in Buffer
/libcore/support/src/test/java/tests/support/
DSupport_StringReader.java80 public void mark(int readLimit) throws IOException { in mark() method in Support_StringReader
/libcore/luni/src/test/java/libcore/java/io/
DOldByteArrayInputStreamTest.java66 public static int mark, pos, count; field in OldByteArrayInputStreamTest.SubByteArrayInputStream
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DByteArrayInputStreamTest.java61 public static int mark, pos, count; field in ByteArrayInputStreamTest.SubByteArrayInputStream
/libcore/ojluni/src/main/java/sun/net/www/
DMeteredStream.java178 public synchronized void mark(int readLimit) { in mark() method in MeteredStream

123