Searched defs:performSizedRightExtendedLongTest (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
H A DBaseDexReaderTest.java222 performSizedRightExtendedLongTest(0, new byte[]{0x00});
223 performSizedRightExtendedLongTest(0, new byte[]{0x00, 0x00});
224 performSizedRightExtendedLongTest(0, new byte[]{0x00, 0x00, 0x00});
225 performSizedRightExtendedLongTest(0, new byte[]{0x00, 0x00, 0x00, 0x00});
226 performSizedRightExtendedLongTest(0, new byte[]{0x00, 0x00, 0x00, 0x00, 0x00});
227 performSizedRightExtendedLongTest(0, new byte[]{0x00, 0x00, 0x00, 0x00, 0x00, 0x00});
228 performSizedRightExtendedLongTest(0, new byte[]{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00});
229 performSizedRightExtendedLongTest(0, new byte[]{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00});
231 performSizedRightExtendedLongTest(0x0100000000000000L, new byte[]{0x01});
232 performSizedRightExtendedLongTest(
303 private void performSizedRightExtendedLongTest(long expectedValue, byte[] buf) { method in class:BaseDexReaderTest
[all...]

Completed in 130 milliseconds