Home
last modified time | relevance | path

Searched defs:order (Results 1 – 25 of 29) sorted by relevance

12

/libcore/ojluni/src/main/java/java/text/
DCollationElementIterator.java175 public final static int primaryOrder(int order) in primaryOrder()
184 public final static short secondaryOrder(int order) in secondaryOrder()
193 public final static short tertiaryOrder(int order) in tertiaryOrder()
246 public int getMaxExpansion(int order) in getMaxExpansion()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DCollationElementIteratorTest.java63 int order = iterator.next(); in testNext() local
90 int order = iterator.next(); in testPrevious() local
115 int order = iterator.next(); in testReset() local
134 int order = iterator.next(); in testGetMaxExpansion() local
145 int order = iterator.next(); in testPrimaryOrder() local
157 int order = iterator.next(); in testSecondaryOrder() local
170 int order = iterator.next(); in testTertiaryOrder() local
/libcore/ojluni/src/main/java/java/nio/
DByteBufferAsDoubleBuffer.java35 private final ByteOrder order; field in ByteBufferAsDoubleBuffer
39 int off, ByteOrder order) { in ByteBufferAsDoubleBuffer()
158 public ByteOrder order() { in order() method in ByteBufferAsDoubleBuffer
DByteBufferAsShortBuffer.java34 private final ByteOrder order; field in ByteBufferAsShortBuffer
38 int off, ByteOrder order) { in ByteBufferAsShortBuffer()
156 public ByteOrder order() { in order() method in ByteBufferAsShortBuffer
DByteBufferAsFloatBuffer.java34 private final ByteOrder order; field in ByteBufferAsFloatBuffer
38 int off, ByteOrder order) { in ByteBufferAsFloatBuffer()
157 public ByteOrder order() { in order() method in ByteBufferAsFloatBuffer
DByteBufferAsIntBuffer.java34 private final ByteOrder order; field in ByteBufferAsIntBuffer
38 int off, ByteOrder order) { in ByteBufferAsIntBuffer()
157 public ByteOrder order() { in order() method in ByteBufferAsIntBuffer
DByteBufferAsLongBuffer.java34 private final ByteOrder order; field in ByteBufferAsLongBuffer
38 int off, ByteOrder order) { in ByteBufferAsLongBuffer()
157 public ByteOrder order() { in order() method in ByteBufferAsLongBuffer
DByteBufferAsCharBuffer.java34 private final ByteOrder order; field in ByteBufferAsCharBuffer
38 int off, ByteOrder order) { in ByteBufferAsCharBuffer()
198 public ByteOrder order() { in order() method in ByteBufferAsCharBuffer
DStringCharBuffer.java123 public ByteOrder order() { in order() method in StringCharBuffer
DHeapFloatBuffer.java200 public ByteOrder order() { in order() method in HeapFloatBuffer
DHeapIntBuffer.java201 public ByteOrder order() { in order() method in HeapIntBuffer
DHeapLongBuffer.java202 public ByteOrder order() { in order() method in HeapLongBuffer
DHeapDoubleBuffer.java201 public ByteOrder order() { in order() method in HeapDoubleBuffer
DHeapShortBuffer.java201 public ByteOrder order() { in order() method in HeapShortBuffer
DHeapCharBuffer.java228 public ByteOrder order() { in order() method in HeapCharBuffer
DShortBuffer.java724 public abstract ByteOrder order(); in order() method in ShortBuffer
DDoubleBuffer.java727 public abstract ByteOrder order(); in order() method in DoubleBuffer
DFloatBuffer.java720 public abstract ByteOrder order(); in order() method in FloatBuffer
DIntBuffer.java725 public abstract ByteOrder order(); in order() method in IntBuffer
DLongBuffer.java723 public abstract ByteOrder order(); in order() method in LongBuffer
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DByteBufferTest.java2111 private int bytes2int(byte bytes[], ByteOrder order) { in bytes2int()
2130 private long bytes2long(byte bytes[], ByteOrder order) { in bytes2long()
2149 private short bytes2short(byte bytes[], ByteOrder order) { in bytes2short()
2168 private char bytes2char(byte bytes[], ByteOrder order) { in bytes2char()
2172 private float bytes2float(byte bytes[], ByteOrder order) { in bytes2float()
2176 private double bytes2double(byte bytes[], ByteOrder order) { in bytes2double()
2180 private byte[] int2bytes(int value, ByteOrder order) { in int2bytes()
2199 private byte[] long2bytes(long value, ByteOrder order) { in long2bytes()
2218 private byte[] short2bytes(short value, ByteOrder order) { in short2bytes()
2237 private byte[] char2bytes(char value, ByteOrder order) { in char2bytes()
[all …]
/libcore/luni/src/main/java/libcore/io/
DMemory.java46 public static int peekInt(byte[] src, int offset, ByteOrder order) { in peekInt()
60 public static long peekLong(byte[] src, int offset, ByteOrder order) { in peekLong()
84 public static short peekShort(byte[] src, int offset, ByteOrder order) { in peekShort()
92 public static void pokeInt(byte[] dst, int offset, int value, ByteOrder order) { in pokeInt()
106 public static void pokeLong(byte[] dst, int offset, long value, ByteOrder order) { in pokeLong()
132 public static void pokeShort(byte[] dst, int offset, short value, ByteOrder order) { in pokeShort()
/libcore/luni/src/test/java/libcore/java/nio/
DBufferTest.java343 private CharBuffer allocateCharBuffer(ByteOrder order) { in allocateCharBuffer()
374 private DoubleBuffer allocateDoubleBuffer(ByteOrder order) { in allocateDoubleBuffer()
405 private FloatBuffer allocateFloatBuffer(ByteOrder order) { in allocateFloatBuffer()
436 private IntBuffer allocateIntBuffer(ByteOrder order) { in allocateIntBuffer()
467 private LongBuffer allocateLongBuffer(ByteOrder order) { in allocateLongBuffer()
498 private ShortBuffer allocateShortBuffer(ByteOrder order) { in allocateShortBuffer()
/libcore/ojluni/src/main/java/sun/security/util/
DDerOutputStream.java374 Comparator<byte[]> order) throws IOException { in putOrderedSet()
/libcore/luni/src/test/java/libcore/java/util/
DMapDefaultMethodTester.java453 final List<Integer> order = new ArrayList<>(new AbstractList<Integer>() { in test_entrySet_spliterator_unordered() local

12