| /libcore/ojluni/src/main/java/java/text/ |
| D | CollationElementIterator.java | 175 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/ |
| D | CollationElementIteratorTest.java | 63 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/ |
| D | ByteBufferAsDoubleBuffer.java | 35 private final ByteOrder order; field in ByteBufferAsDoubleBuffer 39 int off, ByteOrder order) { in ByteBufferAsDoubleBuffer() 158 public ByteOrder order() { in order() method in ByteBufferAsDoubleBuffer
|
| D | ByteBufferAsShortBuffer.java | 34 private final ByteOrder order; field in ByteBufferAsShortBuffer 38 int off, ByteOrder order) { in ByteBufferAsShortBuffer() 156 public ByteOrder order() { in order() method in ByteBufferAsShortBuffer
|
| D | ByteBufferAsFloatBuffer.java | 34 private final ByteOrder order; field in ByteBufferAsFloatBuffer 38 int off, ByteOrder order) { in ByteBufferAsFloatBuffer() 157 public ByteOrder order() { in order() method in ByteBufferAsFloatBuffer
|
| D | ByteBufferAsIntBuffer.java | 34 private final ByteOrder order; field in ByteBufferAsIntBuffer 38 int off, ByteOrder order) { in ByteBufferAsIntBuffer() 157 public ByteOrder order() { in order() method in ByteBufferAsIntBuffer
|
| D | ByteBufferAsLongBuffer.java | 34 private final ByteOrder order; field in ByteBufferAsLongBuffer 38 int off, ByteOrder order) { in ByteBufferAsLongBuffer() 157 public ByteOrder order() { in order() method in ByteBufferAsLongBuffer
|
| D | ByteBufferAsCharBuffer.java | 34 private final ByteOrder order; field in ByteBufferAsCharBuffer 38 int off, ByteOrder order) { in ByteBufferAsCharBuffer() 198 public ByteOrder order() { in order() method in ByteBufferAsCharBuffer
|
| D | StringCharBuffer.java | 123 public ByteOrder order() { in order() method in StringCharBuffer
|
| D | HeapFloatBuffer.java | 200 public ByteOrder order() { in order() method in HeapFloatBuffer
|
| D | HeapIntBuffer.java | 201 public ByteOrder order() { in order() method in HeapIntBuffer
|
| D | HeapLongBuffer.java | 202 public ByteOrder order() { in order() method in HeapLongBuffer
|
| D | HeapDoubleBuffer.java | 201 public ByteOrder order() { in order() method in HeapDoubleBuffer
|
| D | HeapShortBuffer.java | 201 public ByteOrder order() { in order() method in HeapShortBuffer
|
| D | HeapCharBuffer.java | 228 public ByteOrder order() { in order() method in HeapCharBuffer
|
| D | ShortBuffer.java | 724 public abstract ByteOrder order(); in order() method in ShortBuffer
|
| D | DoubleBuffer.java | 727 public abstract ByteOrder order(); in order() method in DoubleBuffer
|
| D | FloatBuffer.java | 720 public abstract ByteOrder order(); in order() method in FloatBuffer
|
| D | IntBuffer.java | 725 public abstract ByteOrder order(); in order() method in IntBuffer
|
| D | LongBuffer.java | 723 public abstract ByteOrder order(); in order() method in LongBuffer
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/ |
| D | ByteBufferTest.java | 2111 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/ |
| D | Memory.java | 46 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/ |
| D | BufferTest.java | 343 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/ |
| D | DerOutputStream.java | 374 Comparator<byte[]> order) throws IOException { in putOrderedSet()
|
| /libcore/luni/src/test/java/libcore/java/util/ |
| D | MapDefaultMethodTester.java | 453 final List<Integer> order = new ArrayList<>(new AbstractList<Integer>() { in test_entrySet_spliterator_unordered() local
|