/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
align.s | 3 .byte -1
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
align-1.s | 4 BYTE 0 6 BYTE 2 8 BYTE 4 10 BYTE 6
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
noload-1.s | 2 .byte 0
|
expr1.s | 2 .byte 0 4 .byte 0
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-pie/ |
start.s | 4 .byte 0
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
fill_0.s | 2 .byte 1,1,1,1
|
rgn-over.s | 2 .4byte 0x11223344 3 .4byte 0x55667788 4 .4byte 0x99aabbcc 7 .4byte 0x01020304 8 .4byte 0x05060708 9 .4byte 0x090a0b0c
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
reloc-overflow-abs8.s | 3 .byte s
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-undefined/ |
entry.s | 4 .byte 0
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
relfail.s | 5 .byte 0 8 .byte 0 11 .byte 0 14 .byte 0 17 .byte 0 18 .byte 0 24 .byte 0 27 .byte 0 30 .byte 0 33 .byte [all...] |
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
BytesTest.java | 36 private static final byte[] EMPTY = {}; 37 private static final byte[] ARRAY1 = {(byte) 1}; 38 private static final byte[] ARRAY234 39 = {(byte) 2, (byte) 3, (byte) 4}; 41 private static final byte[] VALUES = 42 { Byte.MIN_VALUE, -1, 0, 1, Byte.MAX_VALUE } [all...] |
/external/guava/guava-tests/test/com/google/common/primitives/ |
BytesTest.java | 38 private static final byte[] EMPTY = {}; 39 private static final byte[] ARRAY1 = {(byte) 1}; 40 private static final byte[] ARRAY234 41 = {(byte) 2, (byte) 3, (byte) 4}; 43 private static final byte[] VALUES = 44 { Byte.MIN_VALUE, -1, 0, 1, Byte.MAX_VALUE } [all...] |
/external/llvm/test/MC/AsmParser/ |
ifeqs.s | 4 .byte 1 6 .byte 0 9 // CHECK-NOT: .byte 0 10 // CHECK: .byte 1 13 .byte 0 15 .byte 1 18 // CHECK-NOT: .byte 0 19 // CHECK: .byte 1
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
group-6.s | 2 .byte 0 4 .byte 0
|
nm-1.s | 7 .byte 0,0,0,0 8 .byte 0,0,0,0 9 .byte 0,0,0,0 11 .byte 0,0,0,0 12 .byte 0,0,0,0 14 .byte 0,0,0,0
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
emit-relocs-1b.s | 8 C: .4byte 0x300 9 D: .4byte 0x200 13 E: .4byte E 14 .4byte E + 0x1000 15 .4byte A 16 .4byte B 17 .4byte C 18 .4byte D
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
sec-6.s | 3 .8byte a 5 .8byte debugb
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/ |
emit-relocs-1b.s | 8 C: .4byte 0x300 9 D: .4byte 0x200 13 E: .4byte E 14 .4byte E + 0x1000 15 .4byte A 16 .4byte B 17 .4byte C 18 .4byte D
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/ |
image_size.s | 4 .byte 1 8 .byte 2
|
/external/llvm/test/DebugInfo/SystemZ/ |
variable-loc.s | 108 .byte 8 # Address Size (in bytes) 109 .byte 1 # Abbrev [1] 0xb:0x94 DW_TAG_compile_unit 116 .byte 2 # Abbrev [2] 0x26:0x7 DW_TAG_subprogram 118 .byte 2 # DW_AT_decl_file 119 .byte 4 # DW_AT_decl_line 122 .byte 3 # Abbrev [3] 0x2d:0xb DW_TAG_subprogram 124 .byte 2 # DW_AT_decl_file 125 .byte 9 # DW_AT_decl_line 129 .byte 4 # Abbrev [4] 0x38:0x7 DW_TAG_base_type 131 .byte 5 # DW_AT_encodin [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/ |
KDFParameters.java | 11 byte[] iv; 12 byte[] shared; 15 byte[] shared, 16 byte[] iv) 22 public byte[] getSharedSecret() 27 public byte[] getIV()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
unalign.s | 5 .byte 0x1 7 .byte 0x2 9 .byte 0x3 10 .byte 0x4 11 .byte 0x5 13 .byte 0x6
|
/external/elfutils/tests/ |
testfile44.S.bz2 | |
/libcore/luni/src/test/java/libcore/javax/crypto/ |
SecretKeyFactoryTest.java | 36 private static final byte[] SALT = {0, 1, 2, 3, 4, 5, 6, 7}; 111 byte[] expected = new byte[] { 112 (byte)0x70, (byte)0x74, (byte)0xdb, (byte)0x72, 113 (byte)0x35, (byte)0xd4, (byte)0x11, (byte)0x68 [all...] |
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SNIHostNameTest.java | 27 byte[] idnEncoded = new byte[] { 28 (byte) 0xE4, (byte) 0xBB, (byte) 0x96, (byte) 0xE4, (byte) 0xBB, (byte) 0xAC, 29 (byte) 0xE4, (byte) 0xB8, (byte) 0xBA, (byte) 0xE4, (byte) 0xBB, (byte) 0x80 [all...] |