Home
last modified time | relevance | path

Searched refs:order (Results 1 – 25 of 33) sorted by relevance

12

/art/test/712-varhandle-invocations/src/
DVarHandleUnitTestHelpers.java56 public static boolean getBytesAs_boolean(byte[] array, int index, ByteOrder order) { in getBytesAs_boolean() argument
57 return getBytesAs_boolean(ByteBuffer.wrap(array), index, order); in getBytesAs_boolean()
60 public static byte getBytesAs_byte(byte[] array, int index, ByteOrder order) { in getBytesAs_byte() argument
61 return getBytesAs_byte(ByteBuffer.wrap(array), index, order); in getBytesAs_byte()
64 public static char getBytesAs_char(byte[] array, int index, ByteOrder order) { in getBytesAs_char() argument
65 return getBytesAs_char(ByteBuffer.wrap(array), index, order); in getBytesAs_char()
68 public static short getBytesAs_short(byte[] array, int index, ByteOrder order) { in getBytesAs_short() argument
69 return getBytesAs_short(ByteBuffer.wrap(array), index, order); in getBytesAs_short()
72 public static int getBytesAs_int(byte[] array, int index, ByteOrder order) { in getBytesAs_int() argument
73 return getBytesAs_int(ByteBuffer.wrap(array), index, order); in getBytesAs_int()
[all …]
/art/test/139-register-natives/
Dinfo.txt1 Tests the correct order of RegisterNatives.
/art/test/591-checker-regression-dead-loop/
Dinfo.txt2 dependencies in the wrong order.
/art/test/671-npe-field-opts/
Dinfo.txt2 re-order or remove field access in a way that would confuse the runtime
/art/tools/checker/
DREADME16 Matching of check lines is carried out in the order of appearance in the
20 lines must therefore match the check lines in the same order.
21 These are referred to as "in-order" checks in the code.
23 later than lines matched against any preceeding in-order checks.
24 In other words, the order of output lines does not matter
33 in-order CHECK.
/art/test/002-sleep/
Dinfo.txt2 mostly meant as an easy thing to modify in order to test other things
/art/test/070-nio-buffer/src/
DMain.java92 direct.order(ByteOrder.nativeOrder()); in intFloatTest()
111 directBuf.order(ByteOrder.BIG_ENDIAN); in primTest()
118 directBuf.order(ByteOrder.LITTLE_ENDIAN); in primTest()
/art/runtime/gc/space/
Dimage_space.h52 ImageSpaceLoadingOrder order,
71 ImageSpaceLoadingOrder order,
141 ImageSpaceLoadingOrder order,
/art/test/594-checker-irreducible-linorder/smali/
DIrreducibleLoop.smali18 # Test case where liveness analysis produces linear order where loop blocks are
43 # Trivially dead code to ensure linear order verification skips removed blocks (b/28252537).
92 # The test will generate an incorrect linear order when the following IF swaps
100 # :back_edge1. Because the linear order is wrong, the back edge use has
/art/test/596-checker-dead-phi/smali/
DIrreducibleLoop.smali19 # Test case where liveness analysis produces linear order where loop blocks are
28 # Check that the linear order has non-adjacent loop blocks.
46 # The test will generate an incorrect linear order when the following IF swaps
/art/test/800-smali/smali/
Db_20224106.smali4 # an order abort (the last failure must be hard).
/art/tools/runtime_memusage/
DREADME23 in order to give both types of information. The other two are used in some of
32 This is necessary in order to get symbolized traces from the output given by
51 default: first baksmali dump in order of dex
/art/test/961-default-iface-resolution-gen/
Dinfo.txt3 This tests that interface method resolution order is correct.
/art/test/970-iface-super-resolution-gen/
Dinfo.txt3 This tests that interface method resolution order is correct.
/art/test/964-default-iface-init-gen/
Dinfo.txt3 This tests that interface initialization order is correct.
/art/test/971-iface-super/
Dinfo.txt3 This tests that interface method resolution order is correct in the presence of
/art/test/968-default-partial-compile-gen/
Dinfo.txt3 This tests that interface method resolution order is correct in the presence of
/art/test/1940-ddms-ext/src-art/art/
DTest1940.java69 b.order(ByteOrder.BIG_ENDIAN); in handleChunk()
113 b.order(ByteOrder.BIG_ENDIAN); in IsFromThread()
/art/test/531-regression-debugphi/smali/
DTestCase.smali22 # - iterate over blocks in reverse post order
70 # - iterate over blocks in reverse post order
/art/test/1949-short-dex-file/
Dinfo.txt7 it. They are (in order):
/art/dt_fd_forward/
DREADME.md24 order, an fd that will be read from to get incoming JDWP packets (read\_fd\_),
/art/libprofile/
DAndroid.bp33 // ZipArchive support, the order matters here to get all symbols.
/art/test/978-virtual-interface/smali/
DIface.smali17 # // Methods are sorted in alphabetical order in dex file. We need 10 padding
/art/tools/jvmti-agents/ti-fast/
DREADME.md94 events either require the use of other functions in order to be called
/art/tools/bisection_search/
DREADME.md9 Given methods in order M0..Mn finds smallest i such that compiling Mi and

12