Home
last modified time | relevance | path

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

12

/libcore/ojluni/src/main/java/java/text/
DCollationElementIterator.java202 public static final int primaryOrder(int order) in primaryOrder()
212 public static final short secondaryOrder(int order) in secondaryOrder()
222 public static final short tertiaryOrder(int order) in tertiaryOrder()
279 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/
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
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
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
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
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.java124 public ByteOrder order() { in order() method in StringCharBuffer
DHeapFloatBuffer.java200 public ByteOrder order() { in order() method in HeapFloatBuffer
DHeapLongBuffer.java202 public ByteOrder order() { in order() method in HeapLongBuffer
DHeapIntBuffer.java201 public ByteOrder order() { in order() method in HeapIntBuffer
DHeapShortBuffer.java201 public ByteOrder order() { in order() method in HeapShortBuffer
DHeapDoubleBuffer.java201 public ByteOrder order() { in order() method in HeapDoubleBuffer
DHeapCharBuffer.java228 public ByteOrder order() { in order() method in HeapCharBuffer
DLongBuffer.java865 public abstract ByteOrder order(); in order() method in LongBuffer
DDoubleBuffer.java870 public abstract ByteOrder order(); in order() method in DoubleBuffer
DFloatBuffer.java871 public abstract ByteOrder order(); in order() method in FloatBuffer
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DByteBufferTest.java2137 private int bytes2int(byte bytes[], ByteOrder order) { in bytes2int()
2156 private long bytes2long(byte bytes[], ByteOrder order) { in bytes2long()
2175 private short bytes2short(byte bytes[], ByteOrder order) { in bytes2short()
2194 private char bytes2char(byte bytes[], ByteOrder order) { in bytes2char()
2198 private float bytes2float(byte bytes[], ByteOrder order) { in bytes2float()
2202 private double bytes2double(byte bytes[], ByteOrder order) { in bytes2double()
2206 private byte[] int2bytes(int value, ByteOrder order) { in int2bytes()
2225 private byte[] long2bytes(long value, ByteOrder order) { in long2bytes()
2244 private byte[] short2bytes(short value, ByteOrder order) { in short2bytes()
2263 private byte[] char2bytes(char value, ByteOrder order) { in char2bytes()
[all …]
/libcore/ojluni/src/test/java/math/BigInteger/
DBigIntegerTest.java213 private static void pow(int order) { in pow()
228 private static void square(int order) { in square()
347 private static void arithmetic(int order) { in arithmetic()
550 private static void bitOps(int order) { in bitOps()
594 private static void bitwise(int order) { in bitwise()
615 private static void shift(int order) { in shift()
635 private static void divideAndRemainder(int order) { in divideAndRemainder()
688 private static void byteArrayConv(int order) { in byteArrayConv()
698 private static void modInv(int order) { in modInv()
738 private static void modExp2(int order) { in modExp2()
[all …]
/libcore/luni/src/main/java/libcore/io/
DMemory.java69 public static int peekInt(@NonNull byte[] src, int offset, @NonNull ByteOrder order) { in peekInt()
86 public static long peekLong(byte[] src, int offset, ByteOrder order) { in peekLong()
122 public static short peekShort(@NonNull byte[] src, int offset, @NonNull ByteOrder order) { in peekShort()
142 … public static void pokeInt(@NonNull byte[] dst, int offset, int value, @NonNull ByteOrder order) { in pokeInt()
168 …ublic static void pokeLong(@NonNull byte[] dst, int offset, long value, @NonNull ByteOrder order) { in pokeLong()
206 …lic static void pokeShort(@NonNull byte[] dst, int offset, short value, @NonNull ByteOrder order) { in pokeShort()
/libcore/luni/src/test/java/libcore/java/nio/
DBufferTest.java297 private CharBuffer allocateCharBuffer(ByteOrder order) { in allocateCharBuffer()
328 private DoubleBuffer allocateDoubleBuffer(ByteOrder order) { in allocateDoubleBuffer()
359 private FloatBuffer allocateFloatBuffer(ByteOrder order) { in allocateFloatBuffer()
390 private IntBuffer allocateIntBuffer(ByteOrder order) { in allocateIntBuffer()
421 private LongBuffer allocateLongBuffer(ByteOrder order) { in allocateLongBuffer()
452 private ShortBuffer allocateShortBuffer(ByteOrder order) { in allocateShortBuffer()
/libcore/ojluni/annotations/mmodule/java/nio/
DByteBuffer.annotated.java88 public final java.nio.ByteOrder order() { throw new RuntimeException("Stub!"); } in order() method in ByteBuffer
90 public final java.nio.ByteBuffer order(java.nio.ByteOrder bo) { throw new RuntimeException("Stub!")… in order() method in ByteBuffer
/libcore/ojluni/annotations/sdk/nullability/java/nio/
DByteBuffer.annotated.java99 @libcore.util.NonNull public final java.nio.ByteOrder order() { throw new RuntimeException("Stub!")… in order() method in ByteBuffer
101 @libcore.util.NonNull public final java.nio.ByteBuffer order(@libcore.util.NonNull java.nio.ByteOrd… in order() method in ByteBuffer
/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DDerOutputStream.java140 byte tag, sun.security.util.DerEncoder[] set, java.util.Comparator<byte[]> order) in putOrderedSet()

12