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

<<31323334353637383940>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue8745.go 7 // Check that the error says s[2] is a byte, not a uint8.
12 var _ float64 = s[2] // ERROR "cannot use.*type byte.*as type float64"
  /prebuilts/go/linux-x86/src/crypto/cipher/
cfb.go 11 next []byte
12 out []byte
18 func (x *cfb) XORKeyStream(dst, src []byte) {
45 func NewCFBEncrypter(block Block, iv []byte) Stream {
52 func NewCFBDecrypter(block Block, iv []byte) Stream {
56 func newCFB(block Block, iv []byte, decrypt bool) Stream {
64 out: make([]byte, blockSize),
65 next: make([]byte, blockSize),
  /prebuilts/go/linux-x86/test/chan/
zerosize.go 12 _ = make(chan [0]byte)
13 _ = make(chan [0]byte, 1)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug146.go 10 type Slice []byte;
11 a := [...]byte{ 0 };
bug311.go 10 m := make(map[string][1000]byte)
11 m["hi"] = [1000]byte{1}
bug352.go 9 var x [10][0]byte
14 println("BUG: bug352 [0]byte")
bug481.go 12 func F1(s string) byte {
13 return []byte(s)[0]
issue8074.go 13 a := make([]byte, 10)
14 m := make(map[float64][]byte)
issue8745.go 7 // Check that the error says s[2] is a byte, not a uint8.
12 var _ float64 = s[2] // ERROR "cannot use.*type byte.*as type float64"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
altmacro.s 4 l1: .byte v1
6 l2: .byte v2
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
disassem.d 2 #name: opcodes with invalid modrm byte
13 [ ]*[a-f0-9]+:[ ]*d8[ ]*\.byte 0xd8
x86-64-disassem.d 2 #name: x86-64 opcodes with invalid modrm byte
13 [ ]*[a-f0-9]+:[ ]*d8[ ]*\.byte 0xd8
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16-e.s 8 # align section end to 16-byte boundary for easier testing on multiple targets
19 # align section end to 16-byte boundary for easier testing on multiple targets
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
ua-1.s 7 .byte 42
13 .byte 2
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
group9.s 5 .byte 0
10 .byte 0
tdata3.s 10 .byte 0
16 .byte 17
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bspec803.s 3 BYTE "aaaa"
4 BYTE 0x98,"aaa" # A LOP_QUOTEd part here. And also...
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-xtensa/
diff_overflow2.s 21 .byte .Lf4 - f4
22 .byte .Lf5 - f5
  /external/okhttp/okio/okio/src/main/java/okio/
ByteString.java 36 * <p>Byte strings compare lexicographically as a sequence of <strong>unsigned</strong> bytes. That
37 * is, the byte string {@code ff} sorts after {@code 00}. This is counter to the sort order of the
41 * raw access to the underlying byte array. A hostile stream implementation could keep a reference
42 * to the mutable byte string, violating the immutable guarantee of this class. For this reason a
43 * byte string's immutability guarantee cannot be relied upon for security in applets and other
54 final byte[] data;
58 ByteString(byte[] data) {
63 * Returns a new byte string containing a clone of the bytes of {@code data}.
65 public static ByteString of(byte... data) {
71 * Returns a new byte string containing a copy of {@code byteCount} bytes of {@code data} startin
    [all...]
  /frameworks/base/obex/javax/obex/
ClientSession.java 57 private byte[] mConnectionId = null;
108 byte[] head = null;
110 // Determine the header byte array
113 mChallengeDigest = new byte[16];
121 * Byte 0: 0x80
122 * Byte 1&2: Connect Packet Length
123 * Byte 3: OBEX Version Number (Presently, 0x10)
124 * Byte 4: Flags (For TCP 0x00)
125 * Byte 5&6: Max OBEX Packet Length (Defined in MAX_PACKET_SIZE)
126 * Byte 7 to n: header
    [all...]
  /external/pcre/dist/
pcre_valid_utf8.c 67 subrange 0xd000 to 0xdfff is excluded. However, the format of 5-byte and 6-byte
74 PCRE_UTF8_ERR1 Missing 1 byte at the end of the string
79 PCRE_UTF8_ERR6 2nd-byte's two top bits are not 0x80
80 PCRE_UTF8_ERR7 3rd-byte's two top bits are not 0x80
81 PCRE_UTF8_ERR8 4th-byte's two top bits are not 0x80
82 PCRE_UTF8_ERR9 5th-byte's two top bits are not 0x80
83 PCRE_UTF8_ERR10 6th-byte's two top bits are not 0x80
84 PCRE_UTF8_ERR11 5-byte character is not permitted by RFC 3629
85 PCRE_UTF8_ERR12 6-byte character is not permitted by RFC 362
    [all...]
  /external/valgrind/memcheck/tests/solaris/
scalar_spawn.stderr.exp 4 Syscall param spawn(path) contains uninitialised byte(s)
7 Syscall param spawn(attrs) contains uninitialised byte(s)
10 Syscall param spawn(attrsize) contains uninitialised byte(s)
13 Syscall param spawn(argenv) contains uninitialised byte(s)
16 Syscall param spawn(aesize) contains uninitialised byte(s)
19 Syscall param spawn(path) points to unaddressable byte(s)
23 Syscall param spawn(attrs->ksa_version) points to unaddressable byte(s)
27 Syscall param spawn(attrs->ksa_size) points to unaddressable byte(s)
31 Syscall param spawn(attrs->ksa_attr_off) points to unaddressable byte(s)
35 Syscall param spawn(attrs->ksa_path_off) points to unaddressable byte(s
    [all...]
  /dalvik/dx/tests/117-modified-utf8/com/android/dx/util/
Mutf8Test.java 30 new byte[] { 'A', 'B', 'C', (byte) 0xc0, (byte) 0x80, 0, 'E' });
37 assertEquals(Arrays.toString(new byte[] { 'B', 'C', (byte) 0xc0, (byte) 0x80 }),
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherOutputStreamTest.java 55 byte[] data = new byte[] { -127, -100, -50, -10, -1, 0, 1, 10, 50, 127 };
60 byte[] result = tos.toByteArray();
71 byte[] data = new byte[] { -127, -100, -50, -10, -1, 0, 1, 10, 50, 127 };
78 byte[] result = tos.toByteArray();
85 * write(byte[] b) method testing. Tests that method writes correct values
89 byte[] data = new byte[] { -127, -100, -50, -10, -1, 0, 1, 10, 50, 127 };
94 byte[] result = tos.toByteArray()
    [all...]
  /external/apache-harmony/crypto/src/test/impl/java.injected/org/apache/harmony/crypto/internal/
NullCipherSpiTest.java 49 assertTrue("Incorrect IV", Arrays.equals(spi.engineGetIV(), new byte[8]));
53 * Class under test for byte[] engineUpdate(byte[], int, int)
57 byte[] b = { 1, 2, 3, 4, 5, 6, 7, 8, 9 };
58 byte[] b1 = spi.engineUpdate(b, 3, 4);
65 * Class under test for int engineUpdate(byte[], int, int, byte[], int)
69 byte[] b = { 1, 2, 3, 4, 5, 6, 7, 8, 9 };
70 byte[] b1 = new byte[10]
    [all...]

Completed in 1077 milliseconds

<<31323334353637383940>>