/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug242.go | 11 var i byte = 0 12 var a [30]byte 14 func f() *byte { 18 func gbyte() byte { 22 func gint() byte { 26 func x() (byte, byte) { 30 func e1(c chan byte, expected byte) chan byte { [all...] |
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug242.go | 11 var i byte = 0 12 var a [30]byte 14 func f() *byte { 18 func gbyte() byte { 22 func gint() byte { 26 func x() (byte, byte) { 30 func e1(c chan byte, expected byte) chan byte { [all...] |
/external/boringssl/linux-arm/crypto/aes/ |
aesv8-armx32.S | 51 .byte 0x00,0x43,0xf0,0xf3 @ aese q10,q0 70 .byte 0x00,0x43,0xf0,0xf3 @ aese q10,q0 85 .byte 0x00,0x43,0xf0,0xf3 @ aese q10,q0 112 .byte 0x00,0x43,0xf0,0xf3 @ aese q10,q0 148 .byte 0x00,0x43,0xf0,0xf3 @ aese q10,q0 164 .byte 0x00,0x43,0xf0,0xf3 @ aese q10,q0 207 .byte 0xc0,0x03,0xb0,0xf3 @ aesimc q0,q0 208 .byte 0xc2,0x23,0xb0,0xf3 @ aesimc q1,q1 215 .byte 0xc0,0x03,0xb0,0xf3 @ aesimc q0,q0 233 .byte 0x00,0x43,0xb0,0xf3 @ aese q2,q [all...] |
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/ |
CipherSpiTest.java | 61 byte[] bb = cSpi.engineGetIV(); 62 assertEquals("Length of result byte array is not 0", bb.length, 0); 64 byte[] bb1 = new byte[10]; 65 byte[] bb2 = new byte[10]; 67 assertEquals("Incorrect result of engineUpdate(byte, int, int)", 70 assertEquals("Incorrect result of engineDoFinal(byte, int, int)", 2, 73 "Incorrect result of engineUpdate(byte, int, int, byte, int)" [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
BitStringTest.java | 46 //bitstring array format: bitstring object/ byte array 48 { new BitString(new byte[] { }, 0), // object 49 new byte[] { 0x03, 0x01, 0x00 } }, 51 { new BitString(new byte[] { 0x05 }, 0), // object 52 new byte[] { 0x03, 0x02, 0x00, 0x05 } }, 54 { new BitString(new byte[] { (byte) 0x80 }, 7), // object 55 new byte[] { 0x03, 0x02, 0x07, (byte) 0x80 } } }; 62 // decode from byte arra [all...] |
BerInputStreamTest.java | 54 { new byte[] { 0x30, (byte) 0x81, 0x01 }, BigInteger.valueOf(1) }, 56 { new byte[] { 0x30, (byte) 0x81, (byte) 0xFF }, 59 { new byte[] { 0x30, (byte) 0x82, 0x01, 0x01 }, 62 { new byte[] { 0x30, (byte) 0x82, (byte) 0xFF, (byte) 0xFF } [all...] |
ImplicitTest.java | 53 // format: object to encode / ASN.1 tagged type / byte array 62 new byte[] { 0x05, 0x01, 0x00 }, 69 new byte[] { 0x45, 0x01, 0x00 }, 76 new byte[] { (byte) 0x85, 0x01, 0x00 }, 81 { Boolean.FALSE, new byte[] { (byte) 0x85, 0x01, 0x00 }, 87 new byte[] { (byte) 0xC5, 0x01, 0x00 }, 98 new byte[] { 0x05, 0x01, (byte) 0xFF } [all...] |
/cts/tools/dex-tools/src/dex/structure/ |
DexEncodedValueType.java | 28 * signed one-byte integer value 30 VALUE_BYTE((byte) 0x00), 36 * signed two-byte integer value, sign-extended 38 VALUE_SHORT((byte) 0x02), 44 * unsigned two-byte integer value, zero-extended 46 VALUE_CHAR((byte) 0x03), 52 * signed four-byte integer value, sign-extended 54 VALUE_INT((byte) 0x04), 60 * signed eight-byte integer value, sign-extended 62 VALUE_LONG((byte) 0x06) [all...] |
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
UsbHid.java | 46 buffer.put(new byte[] { 49 (byte)0xa1, 0x01, // COLLECTION (Application) 50 (byte)0x85, (byte)mReportId, // REPORT_ID (Touch) 52 (byte)0xa1, 0x00, // COLLECTION (Physical) 55 0x25, (byte)mMaxContacts, // LOGICAL_MAXIMUM (...) 57 (byte)0x95, 0x01, // REPORT_COUNT (1) 58 (byte)0xb1, (byte)mMaxContacts, // FEATURE (Data,Var,Abs) 60 (byte)0x81, 0x02, // INPUT (Data,Var,Abs [all...] |
/external/llvm/test/CodeGen/X86/ |
stackmap-nops.ll | 18 ; CHECK: .byte 102 22 ; CHECK: .byte 102 23 ; CHECK-NEXT: .byte 102 27 ; CHECK: .byte 102 28 ; CHECK-NEXT: .byte 102 29 ; CHECK-NEXT: .byte 102 33 ; CHECK: .byte 102 34 ; CHECK-NEXT: .byte 102 35 ; CHECK-NEXT: .byte 102 36 ; CHECK-NEXT: .byte 10 [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
HexEncoder.java | 12 protected final byte[] encodingTable = 14 (byte)'0', (byte)'1', (byte)'2', (byte)'3', (byte)'4', (byte)'5', (byte)'6', (byte)'7', 15 (byte)'8', (byte)'9', (byte)'a', (byte)'b', (byte)'c', (byte)'d', (byte)'e', (byte)'f [all...] |
/frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/ |
BasicNfcEeTest.java | 36 public static final byte[] SELECT_CARD_MANAGER_COMMAND = new byte[] { 37 (byte)0x00, (byte)0xA4, (byte)0x04, (byte)0x00, // command 38 (byte)0x08, // data length 39 (byte)0xA0, (byte)0x00, (byte)0x00, (byte)0x00, (byte)0x03, (byte)0x00, (byte)0x00 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
eapmethodpeerapis.h | 21 BYTE *pbEapConnData, 31 BYTE *pConnectionData, 33 BYTE *pUserData, 44 BYTE *pbEapConnData, 47 BYTE **ppUserBlob, 54 const BYTE *pConnectionData, 56 const BYTE *pUserData, 60 BYTE **ppUserDataOut, 87 const BYTE *pConnectionData, 89 const BYTE *pUserData [all...] |
/prebuilts/go/darwin-x86/src/crypto/cipher/ |
benchmark_test.go | 14 buf := make([]byte, 1024) 17 var key [16]byte 18 var nonce [12]byte 21 var out []byte 30 buf := make([]byte, 1024) 33 var key [16]byte 34 var nonce [12]byte 37 var out []byte 56 buf := make([]byte, almost1K) 59 var key [16]byte [all...] |
/prebuilts/go/linux-x86/src/crypto/cipher/ |
benchmark_test.go | 14 buf := make([]byte, 1024) 17 var key [16]byte 18 var nonce [12]byte 21 var out []byte 30 buf := make([]byte, 1024) 33 var key [16]byte 34 var nonce [12]byte 37 var out []byte 56 buf := make([]byte, almost1K) 59 var key [16]byte [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
undefined.s | 27 .byte 0x1 31 .byte 0x10 32 .byte 0xc 35 .byte 0x90 53 .byte 0x8 59 .byte 0x1 62 .byte 0x1 64 .byte 0x1 65 .byte 0x8 69 .byte 0x [all...] |
dwarfreloc2.s | 11 .byte 0x8 15 .byte 0x1 /* DW_AT_language */ 22 .byte 0x1 /* DW_AT_decl_file */ 23 .byte 0x1 /* DW_AT_decl_line */ 27 .byte 0x1 /* DW_AT_external */ 28 .byte 0x9 /* DW_AT_location: length */ 29 .byte 0x3 /* DW_AT_location: DW_OP_addr */ 32 .byte 0x0 40 .byte 0x1 51 .byte 0x [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
BigIntegers.java | 15 * Return the passed in value as an unsigned byte array. 18 * @return a byte array without a leading zero byte if present in the signed encoding. 20 public static byte[] asUnsignedByteArray( 23 byte[] bytes = value.toByteArray(); 27 byte[] tmp = new byte[bytes.length - 1]; 38 * Return the passed in value as an unsigned byte array. 41 * @return a byte array without a leading zero byte if present in the signed encoding [all...] |
/external/javassist/src/main/javassist/bytecode/ |
ByteArray.java | 19 * A collection of static methods for reading and writing a byte array. 25 public static int readU16bit(byte[] code, int index) { 32 public static int readS16bit(byte[] code, int index) { 39 public static void write16bit(int value, byte[] code, int index) { 40 code[index] = (byte)(value >>> 8); 41 code[index + 1] = (byte)value; 47 public static int read32bit(byte[] code, int index) { 55 public static void write32bit(int value, byte[] code, int index) { 56 code[index] = (byte)(value >>> 24); 57 code[index + 1] = (byte)(value >>> 16) [all...] |
/external/tpm2/ |
swap.h | 32 // Disaggregate a UINT into a byte array 34 #define UINT8_TO_BYTE_ARRAY(i, b) {(b)[0] = (BYTE)(i);} 35 #define UINT16_TO_BYTE_ARRAY(i, b) {(b)[0] = (BYTE)((i) >> 8); \ 36 (b)[1] = (BYTE) (i);} 37 #define UINT32_TO_BYTE_ARRAY(i, b) {(b)[0] = (BYTE)((i) >> 24); \ 38 (b)[1] = (BYTE)((i) >> 16); \ 39 (b)[2] = (BYTE)((i) >> 8); \ 40 (b)[3] = (BYTE) (i);} 41 #define UINT64_TO_BYTE_ARRAY(i, b) {(b)[0] = (BYTE)((i) >> 56); \ 42 (b)[1] = (BYTE)((i) >> 48); [all...] |
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UT_bug_char.java | 34 private Byte2 pack_b2(byte[] val) { 40 private byte min(byte v1, byte v2) { 43 private byte[] min(byte[] v1, byte[] v2) { 45 byte[] rv = new byte[v1.length]; 52 byte rand_sc1_0 = (byte)7 [all...] |
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
UT_bug_char.java | 34 private Byte2 pack_b2(byte[] val) { 40 private byte min(byte v1, byte v2) { 43 private byte[] min(byte[] v1, byte[] v2) { 45 byte[] rv = new byte[v1.length]; 52 byte rand_sc1_0 = (byte)7 [all...] |
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_bug_char.java | 34 private Byte2 pack_b2(byte[] val) { 40 private byte min(byte v1, byte v2) { 43 private byte[] min(byte[] v1, byte[] v2) { 45 byte[] rv = new byte[v1.length]; 52 byte rand_sc1_0 = (byte)7 [all...] |
/external/guava/guava/src/com/google/common/io/ |
LittleEndianDataInputStream.java | 32 * An implementation of {@link DataInput} that uses little-endian byte ordering 37 * supertype {@code DataInput}, which explicitly requires big-endian byte order. 65 public void readFully(byte[] b) throws IOException { 70 public void readFully(byte[] b, int off, int len) throws IOException { 92 * byte order. 95 * unsigned 16-bit integer in little-endian byte order 100 byte b1 = readAndCheckByte(); 101 byte b2 = readAndCheckByte(); 103 return Ints.fromBytes((byte) 0, (byte) 0, b2, b1) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/ |
armVCM4P10_DequantTables_s.S | 46 .byte 0, 2, 0, 2 47 .byte 2, 1, 2, 1 48 .byte 0, 2, 0, 2 49 .byte 2, 1, 2, 1 52 .byte 0, 2 53 .byte 2, 1 56 .byte 10, 16, 13 57 .byte 11, 18, 14 58 .byte 13, 20, 16 59 .byte 14, 23, 1 [all...] |