HomeSort by relevance Sort by last modified time
    Searched full:byte (Results 376 - 400 of 24897) sorted by null

<<11121314151617181920>>

  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ByteVector.java 43 byte[] data;
55 data = new byte[64];
62 * @param initialSize the initial size of the byte vector to be constructed.
65 data = new byte[initialSize];
69 * Puts a byte into this byte vector. The byte vector is automatically
72 * @param b a byte.
73 * @return this byte vector.
80 data[length++] = (byte) b;
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertificateCertificateRepTest.java 15 private static final byte[] testEncoding = new byte[] { (byte) 1, (byte) 2,
16 (byte) 3, (byte) 4, (byte) 5 };
28 * <code>Certificate.CertificateRep(String type, byte[] data)</code>
33 MyCertificateRep rep = c1.new MyCertificateRep("TEST_TYPE", new byte[] {
34 (byte) 1, (byte) 2, (byte) 3 })
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel6.s 4 foo: .byte 1
5 .byte 2
6 bar: .byte 3
7 .byte 4
19 # align section end to 16-byte boundary for easier testing on multiple targets
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
data-reloc-global.s 19 .byte sffffffff
20 .byte sff
21 .byte sffffff80
22 .byte s0-0x80
23 .byte s80000000+0x80000000
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageWrapper.java 65 private byte mCreatorId;
70 private byte[] mPayload;
73 byte creatorId, byte[] payload) {
102 byte[] pad = new byte[HEADER_FIELD_PADDING_LENGTH];
110 * Returns the serialized form of this message in a newly-allocated byte
113 * @return a new byte array
116 public byte[] serializeToByteArray() throws IOException {
136 byte[] payloadLenBytes = readBytes(stream, HEADER_FIELD_PAYLOAD_LENGTH)
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ByteStream.java 22 private byte[] buf;
28 buf = new byte[size];
40 public void write(byte[] data) {
44 public void write(byte[] data, int off, int len) {
53 buf[oldCount] = (byte)b;
60 buf[oldCount] = (byte)(s >>> 8);
61 buf[oldCount + 1] = (byte)s;
68 buf[oldCount] = (byte)(i >>> 24);
69 buf[oldCount + 1] = (byte)(i >>> 16);
70 buf[oldCount + 2] = (byte)(i >>> 8)
    [all...]
  /external/llvm/test/CodeGen/Mips/cconv/
memory-layout.ll 13 ; Test the memory layout for all ABI's and byte orders as specified by section
22 @byte = global i8 1, align 1
28 @pointer = global i8* @byte
31 ; ALL-LABEL: byte:
32 ; ALL: .byte 1
33 ; ALL: .size byte, 1
37 ; ALL: .2byte 258
42 ; ALL: .4byte 16909060
47 ; ALL: .4byte 1065353216
52 ; ALL: .8byte 28368695230618
    [all...]
  /external/lzma/C/
Aes.h 16 /* UInt32 pointers must be 16-byte aligned */
18 /* 16-byte (4 * 32-bit words) blocks: 1 (IV) + 1 (keyMode) + 15 (AES-256 roundKeys) */
21 /* aes - 16-byte aligned pointer to keyMode+roundKeys sequence */
23 typedef void (MY_FAST_CALL *AES_SET_KEY_FUNC)(UInt32 *aes, const Byte *key, unsigned keySize);
24 void MY_FAST_CALL Aes_SetKey_Enc(UInt32 *aes, const Byte *key, unsigned keySize);
25 void MY_FAST_CALL Aes_SetKey_Dec(UInt32 *aes, const Byte *key, unsigned keySize);
27 /* ivAes - 16-byte aligned pointer to iv+keyMode+roundKeys sequence: UInt32[AES_NUM_IVMRK_WORDS] */
28 void AesCbc_Init(UInt32 *ivAes, const Byte *iv); /* iv size is AES_BLOCK_SIZE */
29 /* data - 16-byte aligned pointer to data */
30 /* numBlocks - the number of 16-byte blocks in data array */
    [all...]
  /external/lzma/DOC/
7zFormat.txt 113 Size of encoding sequence depends from first byte:
117 10xxxxxx BYTE y[1] : ( xxxxxx << (8 * 1)) + y
118 110xxxxx BYTE y[2] : ( xxxxx << (8 * 2)) + y
120 1111110x BYTE y[6] : ( x << (8 * 6)) + y
121 11111110 BYTE y[7] : y
122 11111111 BYTE y[8] : y
173 BYTE kSignature[6] = {'7', 'z', 0xBC, 0xAF, 0x27, 0x1C};
177 BYTE Major; // now = 0
178 BYTE Minor; // now = 2
196 BYTE NID::kArchiveProperties (0x02)
    [all...]
  /external/tpm2/
MathFunctions_fp.h 11 const BYTE *a, // IN: a buffer
13 const BYTE *b // IN: b buffer
23 BYTE *c, // OUT: results buffer
25 const BYTE *m, // IN: number to be exponentiated
27 const BYTE *e, // IN: power
29 const BYTE *n // IN: modulu
34 const BYTE *a, // IN: a
36 const BYTE *b, // IN: b
38 BYTE *c // OUT: the difference
41 const BYTE *a, // IN:
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
AEADParameters.java 8 private byte[] associatedText;
9 private byte[] nonce;
20 public AEADParameters(KeyParameter key, int macSize, byte[] nonce)
33 public AEADParameters(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText)
51 public byte[] getAssociatedText()
56 public byte[] getNonce()
  /external/elfutils/tests/
testfile-macros-0xff.s 30 .byte 0x8
33 .byte 0x4
42 .byte 0x1
43 .byte 0x3
48 .byte 0x9c
50 .byte 0x4
51 .byte 0x5
53 .byte 0
58 .byte 0x1
75 .byte
    [all...]
  /external/llvm/test/MC/ELF/
subsection.s 18 .byte 1
21 .byte 2
24 .byte l1-l0
28 .byte 4
33 .byte 1
35 .byte 2
37 .byte 3
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/check/
CRC32.java 20 public void update(byte[] buf, int off, int len) {
24 public byte[] finish() {
26 byte[] buf = { (byte)(value),
27 (byte)(value >>> 8),
28 (byte)(value >>> 16),
29 (byte)(value >>> 24) };
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
PiffSampleEncryptionBox.java 41 public byte[] getUserType() {
42 return new byte[]{(byte) 0xA2, 0x39, 0x4F, 0x52, 0x5A, (byte) 0x9B, 0x4f, 0x14, (byte) 0xA2, 0x44, 0x6C, 0x42, 0x7C, 0x64, (byte) 0x8D, (byte) 0xF4};
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5704.go 7 // Issue 5704: Conversions of empty strings to byte
14 mybytes []byte
18 func checkBytes(s []byte, arg string) {
37 checkBytes([]byte(""), `[]byte("")`)
38 checkBytes([]byte(mystring("")), `[]byte(mystring(""))`)
issue7223.go 13 _ = make([]byte, 1<<bits1)
14 _ = make([]byte, 1<<bits2)
15 _ = make([]byte, nil) // ERROR "non-integer.*len"
16 _ = make([]byte, nil, 2) // ERROR "non-integer.*len"
17 _ = make([]byte, 1, nil) // ERROR "non-integer.*cap"
18 _ = make([]byte, true) // ERROR "non-integer.*len"
19 _ = make([]byte, "abc") // ERROR "non-integer.*len"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5704.go 7 // Issue 5704: Conversions of empty strings to byte
14 mybytes []byte
18 func checkBytes(s []byte, arg string) {
37 checkBytes([]byte(""), `[]byte("")`)
38 checkBytes([]byte(mystring("")), `[]byte(mystring(""))`)
issue7223.go 13 _ = make([]byte, 1<<bits1)
14 _ = make([]byte, 1<<bits2)
15 _ = make([]byte, nil) // ERROR "non-integer.*len"
16 _ = make([]byte, nil, 2) // ERROR "non-integer.*len"
17 _ = make([]byte, 1, nil) // ERROR "non-integer.*cap"
18 _ = make([]byte, true) // ERROR "non-integer.*len"
19 _ = make([]byte, "abc") // ERROR "non-integer.*len"
  /external/apache-http/src/org/apache/commons/codec/binary/
Base64.java 58 static final byte[] CHUNK_SEPARATOR = "\r\n".getBytes();
71 * Used to calculate the number of bits in a byte.
91 * Used to test the sign of a byte.
96 * Byte used to pad output.
98 static final byte PAD = (byte) '=';
102 private static byte[] base64Alphabet = new byte[BASELENGTH];
103 private static byte[] lookUpBase64Alphabet = new byte[LOOKUPLENGTH]
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacterEnums.java 32 public static final byte UNASSIGNED = 0;
39 public static final byte GENERAL_OTHER_TYPES = 0;
45 public static final byte UPPERCASE_LETTER = 1;
51 public static final byte LOWERCASE_LETTER = 2;
58 public static final byte TITLECASE_LETTER = 3;
64 public static final byte MODIFIER_LETTER = 4;
70 public static final byte OTHER_LETTER = 5;
76 public static final byte NON_SPACING_MARK = 6;
82 public static final byte ENCLOSING_MARK = 7;
88 public static final byte COMBINING_SPACING_MARK = 8
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepMessage.java 28 public static final byte VERSION_MAJOR = (byte) 0x1;
29 public static final byte VERSION_MINOR = (byte) 0x0;
30 public static final byte VERSION = (0xF0 & (VERSION_MAJOR << 4)) | (0x0F & VERSION_MINOR);
32 public static final byte REQUEST_CONTINUE = (byte) 0x00;
33 public static final byte REQUEST_GET = (byte) 0x01;
34 public static final byte REQUEST_PUT = (byte) 0x02
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
vec-perm-10.ll 15 ; CHECK-VECTOR: .byte 0
16 ; CHECK-VECTOR-NEXT: .byte 1
17 ; CHECK-VECTOR-NEXT: .byte 26
18 ; CHECK-VECTOR-NEXT: .byte 27
22 ; CHECK-VECTOR-NEXT: .byte 28
23 ; CHECK-VECTOR-NEXT: .byte 29
24 ; CHECK-VECTOR-NEXT: .byte 6
25 ; CHECK-VECTOR-NEXT: .byte 7
26 ; CHECK-VECTOR-NEXT: .byte 14
27 ; CHECK-VECTOR-NEXT: .byte 1
    [all...]
  /external/opencv3/modules/core/misc/java/src/java/
core+MatOfByte.java 33 public MatOfByte(byte...a) {
43 public void fromArray(byte...a) {
51 public byte[] toArray() {
55 byte[] a = new byte[num * _channels];
62 public void fromList(List<Byte> lb) {
65 Byte ab[] = lb.toArray(new Byte[0]);
66 byte a[] = new byte[ab.length]
    [all...]
  /external/llvm/test/tools/dsymutil/X86/
empty_range.s 22 .byte 1 ## Abbreviation Code
23 .byte 17 ## DW_TAG_compile_unit
24 .byte 1 ## DW_CHILDREN_yes
25 .byte 0 ## EOM(1)
26 .byte 0 ## EOM(2)
27 .byte 2 ## Abbreviation Code
28 .byte 46 ## DW_TAG_subprogram
29 .byte 0 ## DW_CHILDREN_no
30 .byte 17 ## DW_AT_low_pc
31 .byte 1 ## DW_FORM_add
    [all...]

Completed in 570 milliseconds

<<11121314151617181920>>