/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
SignatureTest.java | 22 byte[] bytes = { (byte) 0xAC, (byte) 0xDE }; 30 byte[] bytes = { (byte) 0xAC, (byte) 0xDE }; 43 assertThat(new Signature(new byte[] { (byte) 0xAC }), 44 equalTo(new Signature(new byte[] { (byte) 0xAC }))) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
align.s | 4 .byte 0xff 7 .byte 0xff 10 .byte 0xff 13 .byte 0xff 14 .byte 0xff 18 .byte 0xff 19 .byte 0xff 20 .byte 0xff 21 .byte 0xff 27 .byte 0xf [all...] |
eval.s | 9 .byte one 11 .byte two 15 .byte one 17 .byte two 21 .byte one 23 .byte two 27 .byte one 29 .byte two 33 .byte one 35 .byte tw [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
err-byte2.s | 9 BYTE 0 10 BYTE -1 % { dg-error "BYTE expression not in the range 0..255" "" } 11 BYTE m1 % { dg-error "BYTE expression not in the range 0..255" "" } 12 BYTE zero2 13 BYTE 1B+2B+55 14 BYTE zero+m1 % { dg-error "BYTE expression not in the range 0..255" "" } 15 BYTE 25 [all...] |
/device/google/accessory/arduino/USB_Host_Shield/ |
Usb.h | 72 // byte usb_task_state = USB_DETACHED_SUBSTATE_INITIALIZE
77 byte bmRequestType; // 0 Bit-map of request type
79 byte recipient: 5; // Recipient of the request
80 byte type: 2; // Type of request
81 byte direction: 1; // Direction of data X-fer
84 byte bRequest; // 1 Request
88 byte wValueLo;
89 byte wValueHi;
100 byte epAddr; //copy from endpoint descriptor. Bit 7 indicates direction ( ignored for control endpoints )
101 byte Attr; // Endpoint transfer type. [all...] |
/frameworks/base/services/tests/servicestests/src/android/net/ |
IpUtilsTest.java | 54 // out = " ByteBuffer packet = ByteBuffer.wrap(new byte[] {\n " 56 // out += "(byte) 0x%02x" % ord(bytes[i]) 77 ByteBuffer packet = ByteBuffer.wrap(new byte[] { 78 (byte) 0x68, (byte) 0x00, (byte) 0x00, (byte) 0x00, 79 (byte) 0x00, (byte) 0x20, (byte) 0x06, (byte) 0x40 [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
compress1.s | 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 */ 54 .byte 1 /* DW_AT_decl_file * [all...] |
/external/proguard/src/proguard/classfile/instruction/ |
InstructionConstants.java | 30 public static final byte OP_NOP = 0; 31 public static final byte OP_ACONST_NULL = 1; 32 public static final byte OP_ICONST_M1 = 2; 33 public static final byte OP_ICONST_0 = 3; 34 public static final byte OP_ICONST_1 = 4; 35 public static final byte OP_ICONST_2 = 5; 36 public static final byte OP_ICONST_3 = 6; 37 public static final byte OP_ICONST_4 = 7; 38 public static final byte OP_ICONST_5 = 8; 39 public static final byte OP_LCONST_0 = 9 [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
JDWPCommands.java | 38 public static final byte CommandSetID = 1; 40 public static final byte VersionCommand = 1; 42 public static final byte ClassesBySignatureCommand = 2; 44 public static final byte AllClassesCommand = 3; 46 public static final byte AllThreadsCommand = 4; 48 public static final byte TopLevelThreadGroupsCommand = 5; 50 public static final byte DisposeCommand = 6; 52 public static final byte IDSizesCommand = 7; 54 public static final byte SuspendCommand = 8; 56 public static final byte ResumeCommand = 9 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mpeg2structs.h | 37 BYTE bComponentTag; 45 BYTE Protocol; 47 BYTE Type; 54 BYTE ModuleVersion; 66 BYTE Bits; 78 BYTE B; 80 BYTE SectionNumber; 81 BYTE LastSectionNumber; 82 BYTE ProtocolDiscriminator; 83 BYTE DsmccType [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
string-bad.s | 14 movs byte ptr [edi], [si] 15 movs byte ptr [di], [esi] 16 movs byte ptr ds:[edi], [esi] 17 movs byte ptr [edi], word ptr [esi] 18 stos byte ptr ds:[edi] 19 cmps byte ptr [esi], ds:[edi] 20 cmps byte ptr [esi], dword ptr [edi] 21 scas byte ptr ds:[edi] 22 ins byte ptr ds:[edi], dx
|
nops.s | 3 .byte 0x0f, 0x1f, 0x0 4 .byte 0x0f, 0x1f, 0x40, 0x0 5 .byte 0x0f, 0x1f, 0x44, 0x0, 0x0 6 .byte 0x66, 0x0f, 0x1f, 0x44, 0x0, 0x0 7 .byte 0x0f, 0x1f, 0x80, 0x0, 0x0, 0x0, 0x0 8 .byte 0x0f, 0x1f, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0 9 .byte 0x66, 0x0f, 0x1f, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0 10 .byte 0x66, 0x2e, 0x0f, 0x1f, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0 13 .byte 0x0f, 0x19, 0xff 14 .byte 0x0f, 0x1a, 0xff [all...] |
x86-64-hle.s | 15 .byte 0xf0; .byte 0xf2; adcb $100,(%rcx) 16 .byte 0xf0; .byte 0xf3; adcb $100,(%rcx) 21 .byte 0xf0; .byte 0xf2; addb $100,(%rcx) 22 .byte 0xf0; .byte 0xf3; addb $100,(%rcx) 27 .byte 0xf0; .byte 0xf2; andb $100,(%rcx [all...] |
/external/guava/guava-tests/test/com/google/common/hash/ |
HashCodeTest.java | 39 new ExpectedHashCode(new byte[] { 40 (byte) 0xef, (byte) 0xcd, (byte) 0xab, (byte) 0x89, 41 (byte) 0x67, (byte) 0x45, (byte) 0x23, (byte) 0x01}, 44 new ExpectedHashCode(new byte[] { [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/ |
KeyParameter.java | 8 private byte[] key; 11 byte[] key) 17 byte[] key, 21 this.key = new byte[keyLen]; 26 public byte[] getKey()
|
/external/lzma/C/ |
Delta.h | 13 void Delta_Init(Byte *state);
14 void Delta_Encode(Byte *state, unsigned delta, Byte *data, SizeT size);
15 void Delta_Decode(Byte *state, unsigned delta, Byte *data, SizeT size);
|
/libcore/luni/src/test/java/libcore/java/lang/ |
ByteTest.java | 21 final byte min = Byte.MIN_VALUE; 22 final byte zero = (byte) 0; 23 final byte max = Byte.MAX_VALUE; 24 assertTrue(Byte.compare(max, max) == 0); 25 assertTrue(Byte.compare(min, min) == 0); 26 assertTrue(Byte.compare(zero, zero) == 0); 27 assertTrue(Byte.compare(max, zero) > 0) [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/ |
reloc_symbol.s | 5 # byte aligned 7 .byte byte_sym 18 .byte byte_sym 19 .2byte short_sym 20 .4byte long_sym
|
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
ByteArrayAsListTest.java | 30 * Test suite covering {@link Bytes#asList(byte[])}. 37 private static List<Byte> asList(Byte[] values) { 38 byte[] temp = new byte[values.length]; 49 @Override protected List<Byte> create(Byte[] elements) { 55 @Override protected List<Byte> create(Byte[] elements) { 56 Byte[] suffix = {Byte.MIN_VALUE, Byte.MAX_VALUE} [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
XMLChar.java | 56 private static final byte[] CHARS = new byte[1 << 16];
104 Arrays.fill(CHARS, 35, 38, (byte) 49 ); // Fill 3 of value (byte) 49
106 Arrays.fill(CHARS, 39, 45, (byte) 49 ); // Fill 6 of value (byte) 49
107 Arrays.fill(CHARS, 45, 47, (byte) -71 ); // Fill 2 of value (byte) -71
109 Arrays.fill(CHARS, 48, 58, (byte) -71 ); // Fill 10 of value (byte) -71 [all...] |
/frameworks/base/core/java/com/android/internal/midi/ |
MidiConstants.java | 23 public static final byte STATUS_COMMAND_MASK = (byte) 0xF0; 24 public static final byte STATUS_CHANNEL_MASK = (byte) 0x0F; 27 public static final byte STATUS_NOTE_OFF = (byte) 0x80; 28 public static final byte STATUS_NOTE_ON = (byte) 0x90; 29 public static final byte STATUS_POLYPHONIC_AFTERTOUCH = (byte) 0xA0 [all...] |
/libcore/ojluni/src/main/java/javax/crypto/spec/ |
DESKeySpec.java | 44 private byte[] key; 64 private static final byte[][] WEAK_KEYS = { 66 { (byte)0x01, (byte)0x01, (byte)0x01, (byte)0x01, (byte)0x01, 67 (byte)0x01, (byte)0x01, (byte)0x01 } [all...] |
/dalvik/dx/tests/116-leb128/com/android/dx/util/ |
Leb128UtilsTest.java | 28 assertEquals(0, Leb128.readUnsignedLeb128(new ByteArrayByteInput((byte) 0))); 29 assertEquals(1, Leb128.readUnsignedLeb128(new ByteArrayByteInput((byte) 1))); 30 assertEquals(127, Leb128.readUnsignedLeb128(new ByteArrayByteInput((byte) 0x7f))); 32 new ByteArrayByteInput((byte) 0x80, (byte) 0x7f))); 36 assertEquals(new byte[] { 0 }, encodeUnsignedLeb(0)); 37 assertEquals(new byte[] { 1 }, encodeUnsignedLeb(1)); 38 assertEquals(new byte[] { 0x7f }, encodeUnsignedLeb(127)); 39 assertEquals(new byte[] { (byte) 0x80, 0x7f }, encodeUnsignedLeb(16256)) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
AESEngine.java | 37 private static final byte[] S = { 38 (byte)99, (byte)124, (byte)119, (byte)123, (byte)242, (byte)107, (byte)111, (byte)197, 39 (byte)48, (byte)1, (byte)103, (byte)43, (byte)254, (byte)215, (byte)171, (byte)118 [all...] |
/developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/ |
MidiConstants.java | 26 public static final byte STATUS_COMMAND_MASK = (byte) 0xF0; 27 public static final byte STATUS_CHANNEL_MASK = (byte) 0x0F; 30 public static final byte STATUS_NOTE_OFF = (byte) 0x80; 31 public static final byte STATUS_NOTE_ON = (byte) 0x90; 32 public static final byte STATUS_POLYPHONIC_AFTERTOUCH = (byte) 0xA0 [all...] |