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

<<21222324252627282930>>

  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
MacSpiTest.java 60 byte[] bb1 = { (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5 };
73 byte[] bb = mSpi.engineDoFinal();
84 byte[] bbb = new byte[10];
86 bbb[i] = (byte) i
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
CommandPacket.java 37 private byte command_set;
38 private byte command;
50 public CommandPacket(byte commandSet, byte command) {
61 public CommandPacket(byte bytes_array[]) {
68 * Sets command set value of the header of the CommandPacket as byte.
72 public void setCommandSet(byte val) {
77 * Gets command set value of the header of the CommandPacket as byte.
79 * @return the command set value of the header of the CommandPacket as byte.
81 public byte getCommandSet()
    [all...]
  /external/boringssl/linux-x86_64/crypto/rand/
rdrand-x86_64.S 15 .byte 0x48, 0x0f, 0xc7, 0xf1
19 .byte 0xf3,0xc3
36 .byte 0x48, 0x0f, 0xc7, 0xf1
44 .byte 0xf3,0xc3
47 .byte 0xf3,0xc3
  /external/boringssl/mac-x86_64/crypto/rand/
rdrand-x86_64.S 15 .byte 0x48, 0x0f, 0xc7, 0xf1
19 .byte 0xf3,0xc3
36 .byte 0x48, 0x0f, 0xc7, 0xf1
44 .byte 0xf3,0xc3
47 .byte 0xf3,0xc3
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
Base64.java 17 byte[] data)
23 byte[] data,
27 byte[] encoded = encode(data, off, length);
32 * encode the input data producing a base 64 encoded byte array.
34 * @return a byte array containing the base 64 encoded data.
36 public static byte[] encode(
37 byte[] data)
43 * encode the input data producing a base 64 encoded byte array.
45 * @return a byte array containing the base 64 encoded data.
47 public static byte[] encode
    [all...]
  /external/lzma/CPP/7zip/Common/
OutBuffer.h 20 Byte *_buf;
27 Byte *_buf2;
42 void SetMemStream(Byte *buf) { _buf2 = buf; }
48 void WriteByte(Byte b)
57 WriteByte(((const Byte *)data)[i]);
  /external/lzma/CS/7zip/Common/
InBuffer.cs 7 byte[] m_Buffer;
17 m_Buffer = new byte[bufferSize];
49 public bool ReadByte(byte b) // check it
58 public byte ReadByte()
60 // return (byte)m_Stream.ReadByte();
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
BCJEncoder.java 15 private final byte[] props;
22 props = new byte[0];
24 props = new byte[4];
26 props[i] = (byte)(startOffset >>> (i * 8));
37 public byte[] getFilterProps() {
  /external/tpm2/
marshal_fp.h 10 UINT16 Common_Marshal(void *source, BYTE **buffer, INT32 *size,
12 TPM_RC Common_Unmarshal(void *source, BYTE **buffer, INT32 *size,
16 static inline UINT16 name##_Marshal(void *x, BYTE **y, INT32 *z) { \
19 static inline TPM_RC name##_Unmarshal(void *x, BYTE **y, INT32 *z) { \
48 UINT16 TPMU_PUBLIC_PARMS_Marshal(TPMU_PUBLIC_PARMS *x, BYTE **y, INT32 *z,
  /prebuilts/go/darwin-x86/test/
alias1.go 7 // Test that dynamic interface checks treat byte=uint8
15 x = byte(1)
20 panic("byte != uint8")
25 case byte:
28 panic("uint8 != byte")
const1.go 54 b9 byte = (1 << 10) >> 8 // OK
55 b10 byte = (1 << 10) // ERROR "overflow"
56 b11 byte = (byte(1) << 10) >> 8 // ERROR "overflow"
57 b12 byte = 1000 // ERROR "overflow"
58 b13 byte = byte(1000) // ERROR "overflow"
59 b14 byte = byte(100) * byte(100) // ERROR "overflow
    [all...]
inline.go 14 func add2(p *byte, n uintptr) *byte { // ERROR "can inline add2" "leaking param: p to result"
15 return (*byte)(add1(unsafe.Pointer(p), n)) // ERROR "inlining call to add1"
22 func f(x *byte) *byte { // ERROR "can inline f" "leaking param: x to result"
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug366.go 22 five(int64(byte(5) / (byte(5) / byte(3))))
25 var a, b byte = 5, 3
30 x := [3]byte{2, 3, 5}
  /prebuilts/go/linux-x86/test/
alias1.go 7 // Test that dynamic interface checks treat byte=uint8
15 x = byte(1)
20 panic("byte != uint8")
25 case byte:
28 panic("uint8 != byte")
const1.go 54 b9 byte = (1 << 10) >> 8 // OK
55 b10 byte = (1 << 10) // ERROR "overflow"
56 b11 byte = (byte(1) << 10) >> 8 // ERROR "overflow"
57 b12 byte = 1000 // ERROR "overflow"
58 b13 byte = byte(1000) // ERROR "overflow"
59 b14 byte = byte(100) * byte(100) // ERROR "overflow
    [all...]
inline.go 14 func add2(p *byte, n uintptr) *byte { // ERROR "can inline add2" "leaking param: p to result"
15 return (*byte)(add1(unsafe.Pointer(p), n)) // ERROR "inlining call to add1"
22 func f(x *byte) *byte { // ERROR "can inline f" "leaking param: x to result"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug366.go 22 five(int64(byte(5) / (byte(5) / byte(3))))
25 var a, b byte = 5, 3
30 x := [3]byte{2, 3, 5}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/
fp.s 4 # .byte 0x71, 0xa3, 0x79, 0x09, 0x4f, 0x93, 0x0a, 0x40
6 # .byte 0x54, 0x41, 0x78, 0x9a, 0xcd, 0x4b, 0x88, 0x1b
8 # .byte 0x2a, 0x40, 0x4f, 0x93, 0x79, 0x09, 0x71, 0xa3
11 # .byte 0x78, 0x9a, 0x54, 0x40, 0, 0, 0, 0
13 # .byte 0x54, 0x41, 0x78, 0x9a, 0, 0, 0, 0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
fp.s 4 # .byte 0x0, 0x88, 0x1b, 0xcd, 0x4b, 0x78, 0x9a, 0xd4, 0x0, 0x40
7 # .byte 0x71, 0xa3, 0x79, 0x09, 0x4f, 0x93, 0x0a, 0x40
10 # .byte 0x78, 0x9a, 0x54, 0x40, 0, 0, 0, 0
12 # .byte 0x78, 0x9a, 0x54, 0x40, 0, 0, 0, 0
13 .byte 0, 0, 0, 0, 0, 0
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
dwarfreloc1.s 11 .byte 0x8
15 .byte 0x1 /* DW_AT_language */
22 .byte 0x1 /* DW_AT_decl_file */
23 .byte 0x1 /* DW_AT_decl_line */
25 .byte 0x1 /* DW_AT_external */
26 .byte 0x9 /* DW_AT_location: length */
27 .byte 0x3 /* DW_AT_location: DW_OP_addr */
35 .byte 0x4 /* DW_AT_byte_size */
36 .byte 0x5 /* DW_AT_encoding */
39 .byte 0x
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
Base64.java 27 * Byte used to pad output.
29 static final byte PAD = (byte) '=';
37 private static byte[] base64Alphabet = new byte[BASELENGTH];
42 base64Alphabet[i] = (byte) -1;
45 base64Alphabet[i] = (byte) (i - 'A');
48 base64Alphabet[i] = (byte) (i - 'a' + 26);
51 base64Alphabet[i] = (byte) (i - '0' + 52);
61 * @param base64Data Byte array containing Base64 dat
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
Base64.java 27 * Byte used to pad output.
29 static final byte PAD = (byte) '=';
37 private static byte[] base64Alphabet = new byte[BASELENGTH];
42 base64Alphabet[i] = (byte) -1;
45 base64Alphabet[i] = (byte) (i - 'A');
48 base64Alphabet[i] = (byte) (i - 'a' + 26);
51 base64Alphabet[i] = (byte) (i - '0' + 52);
61 * @param base64Data Byte array containing Base64 dat
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
Base64.java 27 * Byte used to pad output.
29 static final byte PAD = (byte) '=';
37 private static byte[] base64Alphabet = new byte[BASELENGTH];
42 base64Alphabet[i] = (byte) -1;
45 base64Alphabet[i] = (byte) (i - 'A');
48 base64Alphabet[i] = (byte) (i - 'a' + 26);
51 base64Alphabet[i] = (byte) (i - '0' + 52);
61 * @param base64Data Byte array containing Base64 dat
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
asm1.s 12 MOVW x+0(FP), AX // ERROR "\[amd64\] arg1: invalid MOVW of x\+0\(FP\); int8 is 1-byte value"
13 MOVW y+1(FP), AX // ERROR "invalid MOVW of y\+1\(FP\); uint8 is 1-byte value"
14 MOVL x+0(FP), AX // ERROR "invalid MOVL of x\+0\(FP\); int8 is 1-byte value"
15 MOVL y+1(FP), AX // ERROR "invalid MOVL of y\+1\(FP\); uint8 is 1-byte value"
16 MOVQ x+0(FP), AX // ERROR "invalid MOVQ of x\+0\(FP\); int8 is 1-byte value"
17 MOVQ y+1(FP), AX // ERROR "invalid MOVQ of y\+1\(FP\); uint8 is 1-byte value"
22 TESTW x+0(FP), AX // ERROR "invalid TESTW of x\+0\(FP\); int8 is 1-byte value"
23 TESTW y+1(FP), AX // ERROR "invalid TESTW of y\+1\(FP\); uint8 is 1-byte value"
24 TESTL x+0(FP), AX // ERROR "invalid TESTL of x\+0\(FP\); int8 is 1-byte value"
25 TESTL y+1(FP), AX // ERROR "invalid TESTL of y\+1\(FP\); uint8 is 1-byte value
    [all...]
asm2.s 11 MOVW x+0(FP), AX // ERROR "\[386\] arg1: invalid MOVW of x\+0\(FP\); int8 is 1-byte value"
12 MOVW y+1(FP), AX // ERROR "invalid MOVW of y\+1\(FP\); uint8 is 1-byte value"
13 MOVL x+0(FP), AX // ERROR "invalid MOVL of x\+0\(FP\); int8 is 1-byte value"
14 MOVL y+1(FP), AX // ERROR "invalid MOVL of y\+1\(FP\); uint8 is 1-byte value"
15 MOVQ x+0(FP), AX // ERROR "invalid MOVQ of x\+0\(FP\); int8 is 1-byte value"
16 MOVQ y+1(FP), AX // ERROR "invalid MOVQ of y\+1\(FP\); uint8 is 1-byte value"
21 TESTW x+0(FP), AX // ERROR "invalid TESTW of x\+0\(FP\); int8 is 1-byte value"
22 TESTW y+1(FP), AX // ERROR "invalid TESTW of y\+1\(FP\); uint8 is 1-byte value"
23 TESTL x+0(FP), AX // ERROR "invalid TESTL of x\+0\(FP\); int8 is 1-byte value"
24 TESTL y+1(FP), AX // ERROR "invalid TESTL of y\+1\(FP\); uint8 is 1-byte value
    [all...]

Completed in 826 milliseconds

<<21222324252627282930>>