/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
dw2-1.S | 23 .4byte 0 29 .4byte 0 39 .4byte .Lcu1_end - .Lcu1_start /* Length of Compilation Unit */ 41 .2byte 2 /* DWARF Version */ 42 .4byte .Labbrev1_begin /* Offset into abbrev section */ 43 .byte 4 /* Pointer size */ 47 .4byte .Lline1_begin /* DW_AT_stmt_list */ 48 .4byte .Lend_text1 /* DW_AT_high_pc */ 49 .4byte .Lbegin_text1 /* DW_AT_low_pc */ 52 .byte 1 /* DW_AT_language (C) * [all...] |
dw2-2.S | 26 .4byte 0 36 .4byte .Lcu1_end - .Lcu1_start /* Length of Compilation Unit */ 38 .2byte 2 /* DWARF Version */ 39 .4byte .Labbrev1_begin /* Offset into abbrev section */ 40 .byte 4 /* Pointer size */ 44 .4byte .Lline1_begin /* DW_AT_stmt_list */ 45 .4byte .Lend_text1 /* DW_AT_high_pc */ 46 .4byte .Lbegin_text1 /* DW_AT_low_pc */ 49 .byte 1 /* DW_AT_language (C) */ 53 .byte 1 /* DW_AT_external * [all...] |
unique.s | 4 .byte 0
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
EncodedKeySpecTest.java | 47 * returns valid byte array 51 byte[] encodedKey = new byte[] { (byte) 1, (byte) 2, (byte) 3, (byte) 4 }; 55 byte[] ek = meks.getEncoded(); 74 /* Create initial byte array */ 75 byte[] encodedKey = new byte[] { (byte) 1, (byte) 2, (byte) 3, (byte) 4 } [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
dwarf2-1.s | 40 .4byte .Lcu1_end - .Lcu1_start /* Length of Compilation Unit */ 42 .2byte 2 /* DWARF Version */ 43 .4byte .Labbrev1_begin /* Offset into abbrev section */ 44 .byte 4 /* Pointer size */ 48 .4byte .Lline1_begin /* DW_AT_stmt_list */ 49 .4byte .Lend_text1 /* DW_AT_high_pc */ 50 .4byte .Lbegin_text1 /* DW_AT_low_pc */ 53 .byte 1 /* DW_AT_language (C) */ 57 .byte 1 /* DW_AT_external */ 58 .byte 1 /* DW_AT_decl_file * [all...] |
dwarf2-2.s | 40 .4byte .Lcu1_end - .Lcu1_start /* Length of Compilation Unit */ 42 .2byte 2 /* DWARF Version */ 43 .4byte .Labbrev1_begin /* Offset into abbrev section */ 44 .byte 4 /* Pointer size */ 48 .4byte .Lline1_begin /* DW_AT_stmt_list */ 49 .4byte .Lend_text1 /* DW_AT_high_pc */ 50 .4byte .Lbegin_text1 /* DW_AT_low_pc */ 53 .byte 1 /* DW_AT_language (C) */ 57 .byte 1 /* DW_AT_external */ 58 .byte 1 /* DW_AT_decl_file * [all...] |
group1.s | 2 .byte 1
|
section3.s | 2 .byte 0,0,0,0
|
section8.s | 2 .byte 0,0,0,0
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
dw2-compress-1.s | 40 .4byte .Lcu1_end - .Lcu1_start /* Length of Compilation Unit */ 42 .2byte 2 /* DWARF Version */ 43 .4byte .Labbrev1_begin /* Offset into abbrev section */ 44 .byte 4 /* Pointer size */ 48 .4byte .Lline1_begin /* DW_AT_stmt_list */ 49 .4byte .Lend_text1 /* DW_AT_high_pc */ 50 .4byte .Lbegin_text1 /* DW_AT_low_pc */ 53 .byte 1 /* DW_AT_language (C) */ 57 .byte 1 /* DW_AT_external */ 58 .byte 1 /* DW_AT_decl_file * [all...] |
secrel.s | 25 .byte 0x11
27 .byte 0x11
29 .byte 0x11
31 .byte 0x11
36 .byte 0x11
38 .byte 0x11
40 .byte 0x11
42 .byte 0x11
47 .byte 0x11
49 .byte 0x11 [all...] |
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
dwp_test_1b.s | 41 .byte 0x8 42 .byte 0xbb 43 .byte 0x29 44 .byte 0x16 45 .byte 0xf0 46 .byte 0xc1 47 .byte 0xbd 48 .byte 0x34 49 .byte 0xb5 52 .byte 0x [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
InformationElementUtilTest.java | 39 private static final byte[] TEST_SSID_BYTES_TAG = new byte[] { (byte) 0x00, (byte) 0x0B }; 41 private static final byte[] TEST_SSID_BYTES = "GoogleGuest".getBytes(); 43 private static final byte[] TEST_VALID_ZERO_LENGTH_TAG = 44 new byte[] { (byte) 0x0B, (byte) 0x00 }; 46 private static final byte[] TEST_BSS_LOAD_BYTES_IE [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
PolicyQualifierInfoTest.java | 45 * Assertion: throws <code>IOException</code> if byte array 59 new PolicyQualifierInfo(new byte[0]); 68 new byte[] { (byte) 0x06, (byte) 0x03, 69 (byte) 0x81, (byte) 0x34, (byte) 0x03 }); 77 * Assertion: throws <code>IOException</code> if byte array 83 byte[] encoding = getDerEncoding() [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
PolicyQualifierInfoTest.java | 39 * Assertion: throws <code>IOException</code> if byte array 53 new PolicyQualifierInfo(new byte[0]); 62 new byte[] {(byte)0x06, (byte)0x03, 63 (byte)0x81, (byte)0x34, (byte)0x03}); 71 * Assertion: throws <code>IOException</code> if byte array 77 byte[] encoding = getDerEncoding() [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
DerivationParameters.java | 4 * Parameters for key/byte stream derivation classes
|
Wrapper.java | 14 public byte[] wrap(byte[] in, int inOff, int inLen); 16 public byte[] unwrap(byte[] in, int inOff, int inLen)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
Encodable.java | 6 * Interface implemented by objects that can be converted into byte arrays. 11 * Return a byte array representing the implementing object. 13 * @return a byte array representing the encoding. 16 byte[] getEncoded()
|
/external/dbus/test/data/invalid-messages/ |
bad-endian.message | 3 BYTE 'i' 4 BYTE 1 5 BYTE 0 6 BYTE 0
|
/external/libunwind/src/mi/ |
_ReadULEB.c | 7 unw_word_t byte, result = 0; local 12 byte = *bp++; 13 result |= (byte & 0x7f) << shift; 14 if ((byte & 0x80) == 0)
|
/external/llvm/test/MC/ARM/ |
directive-even.s | 40 .byte 0xf1 41 .byte 0x51 42 .byte 0xa5 43 .byte 0xc1 44 .byte 0x00 45 .byte 0x00 46 .byte 0x1e 47 .byte 0xab 54 .byte 0x51 55 .byte 0xa [all...] |
/external/proguard/src/proguard/classfile/editor/ |
package.html | 2 This package contains visitors to edit byte code.
|
/external/proguard/src/proguard/optimize/ |
package.html | 2 This package contains visitors that assist with various optimizations of byte
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
list-pseudoints.s | 6 byte 0x99
|
list-textfirst.s | 6 .byte 0xea
|