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

<<21222324252627282930>>

  /prebuilts/go/linux-x86/src/cmd/go/testdata/norunexample/
test_test.go 9 os.Stdout.Write([]byte("A normal test was executed.\n"))
  /prebuilts/go/linux-x86/test/
alias.go 8 // (uint8 vs byte, int32 vs. rune).
18 func f(byte) {}
23 f(x) // ERROR "byte"
32 utf8.RuneStart(x) // ERROR "byte"
bigmap.go 13 func seq(x, y int) [1000]byte {
14 var r [1000]byte
16 r[i] = byte(x + i*y)
21 func cmp(x, y [1000]byte) {
30 m := make(map[int][1000]byte)
41 type T [1]byte
42 type V [1]byte
52 type T [100]byte
53 type V [1]byte
63 type T [1]byte
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4099.go 16 func F1([]byte)
18 func F2([]byte)
21 var buf1 [10]byte
24 var buf2 [10]byte // ERROR "moved to heap: buf2"
issue4251.go 11 func F1(s []byte) []byte {
15 func F2(a [10]byte) []byte {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
warn.s 6 mov r0,256 ; { dg-warning "8 byte instruction in delay slot" "8 byte instruction in delay slot" }
8 j.d foo ; { dg-warning "8 byte jump instruction with delay slot" "8 byte jump instruction with delay slot" }
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
intel16.s 6 movsx eax,byte ptr ds:[0]
7 movsx ax,byte ptr ds:[0]
9 movzx eax,byte ptr ds:[0]
10 movzx ax,byte ptr ds:[0]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
dual02-err.l 2 .*:7: Error: 'd\.fadd\.ss' must be 8-byte aligned
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
align3.s 3 .byte 0
mips-jalx.s 5 # align section end to 16-byte boundary for easier testing on multiple targets
mips16-jalx.s 4 # align section end to 16-byte boundary for easier testing on multiple targets
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
pr13839.s 10 .byte 0
pr14926.s 10 .byte 0
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
nan-2008.s 6 .byte 0
nan-legacy.s 6 .byte 0
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-offloc.s 6 .byte 0x98,1,0,2
7 .8byte 0x789abcdef0123458
8 .byte 0xb0,0x45,0x19,0x7d,0x2c,0x1b,0x3,0xb2
9 .byte 0xe4,0xdb,0xf8,0x77,0xf,0xc7,0x66,0xfb
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pie/
vaddr.s 10 .byte 0
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
tlsgd5a.s 4 .byte 0x66
compressed1.s 29 .byte 0x8
32 .byte 0x1
39 .byte 0x1
40 .byte 0x6
43 .byte 0x2
44 .byte 0x5
47 .byte 0x4
48 .byte 0x5
51 .byte 0x8
52 .byte 0x
    [all...]
  /prebuilts/go/darwin-x86/test/
bigmap.go 13 func seq(x, y int) [1000]byte {
14 var r [1000]byte
16 r[i] = byte(x + i*y)
21 func cmp(x, y [1000]byte) {
30 m := make(map[int][1000]byte)
41 type T [1]byte
42 type V [1]byte
52 type T [100]byte
53 type V [1]byte
63 type T [1]byte
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerDivideTest.java 35 byte aBytes[] = {1, 2, 3, 4, 5, 6, 7};
36 byte bBytes[] = {0};
52 byte aBytes[] = {1, 2, 3, 4, 5, 6, 7};
67 byte aBytes[] = {-127, 100, 56, 7, 98, -1, 39, -128, 127};
68 byte bBytes[] = {-127, 100, 56, 7, 98, -1, 39, -128, 127};
71 byte rBytes[] = {1};
75 byte resBytes[] = new byte[rBytes.length];
87 byte aBytes[] = {-127, 100, 56, 7, 98, -1, 39, -128, 127};
88 byte bBytes[] = {-127, 100, 56, 7, 98, -1, 39, -128, 127}
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
TestCharsetDetector.java 146 byte[] bytes = s.getBytes("ISO-8859-1");
177 byte [] bytes = s.getBytes("UTF-8");
200 byte[] beBytes = source.getBytes("UnicodeBig");
201 byte[] leBytes = source.getBytes("UnicodeLittle");
234 byte[] bISO = sISO.getBytes("ISO-8859-1");
235 byte[] bWindows = sWindows.getBytes("windows-1252");
257 // Test that detection with very short byte strings does not crash and burn.
262 byte [][] shortBytes = new byte [][]
265 {(byte)0x0a}
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
TestCharsetDetector.java 142 byte[] bytes = s.getBytes("ISO-8859-1");
173 byte [] bytes = s.getBytes("UTF-8");
196 byte[] beBytes = source.getBytes("UnicodeBig");
197 byte[] leBytes = source.getBytes("UnicodeLittle");
230 byte[] bISO = sISO.getBytes("ISO-8859-1");
231 byte[] bWindows = sWindows.getBytes("windows-1252");
253 // Test that detection with very short byte strings does not crash and burn.
258 byte [][] shortBytes = new byte [][]
261 {(byte)0x0a}
    [all...]
  /libcore/ojluni/src/main/java/sun/security/ssl/
Alerts.java 38 * Alerts are always a fixed two byte format (level/description).
44 static final byte alert_warning = 1;
45 static final byte alert_fatal = 2;
54 static final byte alert_close_notify = 0;
55 static final byte alert_unexpected_message = 10;
56 static final byte alert_bad_record_mac = 20;
57 static final byte alert_decryption_failed = 21;
58 static final byte alert_record_overflow = 22;
59 static final byte alert_decompression_failure = 30;
60 static final byte alert_handshake_failure = 40
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
compressed1.s 39 .byte 0x4
42 .byte 0x1
49 .byte 0x1
50 .byte 0x6
53 .byte 0x2
54 .byte 0x5
57 .byte 0x4
58 .byte 0x5
61 .byte 0x4
62 .byte 0x
    [all...]

Completed in 1657 milliseconds

<<21222324252627282930>>