/external/dbus/test/data/invalid-messages/ |
array-of-nil.message | 25 BYTE 1 26 BYTE 2 27 BYTE 3 28 BYTE 4 29 BYTE 5
|
/external/libunwind/src/mi/ |
_ReadSLEB.c | 7 unw_word_t byte, result = 0; local 12 byte = *bp++; 13 result |= (byte & 0x7f) << shift; 15 if ((byte & 0x80) == 0) 19 if (shift < 8 * sizeof (unw_word_t) && (byte & 0x40) != 0)
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
issue3741.go | 10 func exportSliceIn(s []byte) bool { 15 func exportSliceOut() []byte { 16 return []byte{1} 20 func exportSliceInOut(s []byte) []byte {
|
callback.go | 168 if unsafe.Sizeof((*byte)(nil)) == 8 { 242 var buf [256]byte 264 var buf [256]byte 268 var Used byte 270 func use(buf []byte) { 488 // Edit .+1,$ | seq 4 4 5000 | sed 's/.*/func stack&() { var buf [&]byte; use(buf[:]); C.callGoStackCheck() }/' 489 func stack4() { var buf [4]byte; use(buf[:]); C.callGoStackCheck() } 490 func stack8() { var buf [8]byte; use(buf[:]); C.callGoStackCheck() } 491 func stack12() { var buf [12]byte; use(buf[:]); C.callGoStackCheck() } 492 func stack16() { var buf [16]byte; use(buf[:]); C.callGoStackCheck() [all...] |
/prebuilts/go/linux-x86/misc/cgo/test/ |
issue3741.go | 10 func exportSliceIn(s []byte) bool { 15 func exportSliceOut() []byte { 16 return []byte{1} 20 func exportSliceInOut(s []byte) []byte {
|
callback.go | 168 if unsafe.Sizeof((*byte)(nil)) == 8 { 242 var buf [256]byte 264 var buf [256]byte 268 var Used byte 270 func use(buf []byte) { 488 // Edit .+1,$ | seq 4 4 5000 | sed 's/.*/func stack&() { var buf [&]byte; use(buf[:]); C.callGoStackCheck() }/' 489 func stack4() { var buf [4]byte; use(buf[:]); C.callGoStackCheck() } 490 func stack8() { var buf [8]byte; use(buf[:]); C.callGoStackCheck() } 491 func stack12() { var buf [12]byte; use(buf[:]); C.callGoStackCheck() } 492 func stack16() { var buf [16]byte; use(buf[:]); C.callGoStackCheck() [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/ |
longsecn.s | 6 .byte 1 10 .byte 2 14 .byte 3 17 .byte 4 19 .byte 5 22 .byte 4 24 .byte 5 26 .byte 4 28 .byte 5 31 .byte [all...] |
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
dwp_test_1.s | 760 .byte 0x8 761 .byte 0xbb 762 .byte 0x29 763 .byte 0x16 764 .byte 0xf0 765 .byte 0xc1 766 .byte 0xbd 767 .byte 0x34 768 .byte 0xb5 771 .byte 0x [all...] |
dwp_test_2.s | 401 .byte 0x8 402 .byte 0xbb 403 .byte 0x29 404 .byte 0x16 405 .byte 0xf0 406 .byte 0xc1 407 .byte 0xbd 408 .byte 0x34 409 .byte 0xb5 412 .byte 0x [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
Base64Encoder.java | 12 protected final byte[] encodingTable = 14 (byte)'A', (byte)'B', (byte)'C', (byte)'D', (byte)'E', (byte)'F', (byte)'G', 15 (byte)'H', (byte)'I', (byte)'J', (byte)'K', (byte)'L', (byte)'M', (byte)'N' [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
hle.s | 12 .byte 0xf0; .byte 0xf2; adcb $100,(%ecx) 13 .byte 0xf0; .byte 0xf3; adcb $100,(%ecx) 18 .byte 0xf0; .byte 0xf2; addb $100,(%ecx) 19 .byte 0xf0; .byte 0xf3; addb $100,(%ecx) 24 .byte 0xf0; .byte 0xf2; andb $100,(%ecx [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
UCharacterEnums.java | 30 public static final byte UNASSIGNED = 0; 36 public static final byte GENERAL_OTHER_TYPES = 0; 41 public static final byte UPPERCASE_LETTER = 1; 46 public static final byte LOWERCASE_LETTER = 2; 52 public static final byte TITLECASE_LETTER = 3; 57 public static final byte MODIFIER_LETTER = 4; 62 public static final byte OTHER_LETTER = 5; 67 public static final byte NON_SPACING_MARK = 6; 72 public static final byte ENCLOSING_MARK = 7; 77 public static final byte COMBINING_SPACING_MARK = 8 [all...] |
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
UConverterStaticData.java | 18 byte platform; /* +68: 1 platform of the converter (only IBM now) */ 19 byte conversionType; /* +69: 1 conversion type */ 21 byte minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */ 22 byte maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */ 24 byte subChar[/*UCNV_MAX_SUBCHAR_LEN*/]; /* +72: 4 [note: 4 and 8 byte boundary] */ 25 byte subCharLen; /* +76: 1 */ 27 byte hasToUnicodeFallback; /* +77: 1 UBool needs to be changed to UBool to be consistent across platform */ 28 byte hasFromUnicodeFallback; /* +78: 1 */ 30 byte subChar1; /* +80: 1 single-byte substitution character for IBM MBCS (0 if none) * [all...] |
/external/llvm/test/MC/AsmParser/ |
directive_values.s | 4 # CHECK: .byte 0 6 .byte 0 45 .byte 'c' 46 .byte '\'' 47 .byte '\\' 48 .byte '\#' 49 .byte '\t' 50 .byte '\n' 53 # CHECK: .byte 99 54 # CHECK: .byte 3 [all...] |
directive_ascii.s | 13 # CHECK: .byte 65 18 # CHECK: .byte 66 19 # CHECK: .byte 0 20 # CHECK: .byte 67 21 # CHECK: .byte 0 36 # CHECK: .byte 66 37 # CHECK: .byte 0 38 # CHECK: .byte 67 39 # CHECK: .byte 0
|
/external/valgrind/exp-bbv/tests/ |
logo.lzss_new | 2 .byte 255,27,91,48,59,49,59,51,55 3 .byte 159,59,52,55,109,35,204,247,192,7,51 4 .byte 141,48,200,27,27,91,196,7,203,31,28,12,59 5 .byte 15,52,48,109,10,192,247,1,96,26,56,44,156 6 .byte 31,27,91,51,49,109,204,4,65,172,13,36 7 .byte 2,28,16,79,13,32,16,65,147,152,131,52,28,52,204,16 8 .byte 16,12,36,111,57,236,167,28,8,51,22,20,137,85,44,96 9 .byte 0,43,97,214,113,226,200,203,8,212,9,211,16,43,89,245,209 10 .byte 0,128,17,210,24,13,40,28,20,13,44,28,28,240,74,26,91 11 .byte 0,13,80,95,101,135,101,43,85,245,205,205,40,205,20,137,6 [all...] |
/libcore/luni/src/test/java/tests/security/spec/ |
EncodedKeySpecTest.java | 39 * Tests for constructor <code>EncodedKeySpec(byte[])</code><br> 42 byte[] encodedKey = new byte[] { (byte) 1, (byte) 2, (byte) 3, (byte) 4 }; 59 * Tests that <code>getEncoded()</code> method returns valid byte array 63 byte[] encodedKey = new byte[] { (byte) 1, (byte) 2, (byte) 3, (byte) 4 } [all...] |
/prebuilts/go/darwin-x86/src/bytes/ |
compare_test.go | 13 a, b []byte 16 {[]byte(""), []byte(""), 0}, 17 {[]byte("a"), []byte(""), 1}, 18 {[]byte(""), []byte("a"), -1}, 19 {[]byte("abc"), []byte("abc"), 0}, 20 {[]byte("abd"), []byte("abc"), 1} [all...] |
/prebuilts/go/linux-x86/src/bytes/ |
compare_test.go | 13 a, b []byte 16 {[]byte(""), []byte(""), 0}, 17 {[]byte("a"), []byte(""), 1}, 18 {[]byte(""), []byte("a"), -1}, 19 {[]byte("abc"), []byte("abc"), 0}, 20 {[]byte("abd"), []byte("abc"), 1} [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
TrustManagerFactory1Test.java | 466 private static final byte[] getFullEncoding() { 468 return new byte[] { 469 (byte)0x30,(byte)0x81,(byte)0x8c,(byte)0xa0, 470 (byte)0x44,(byte)0x30,(byte)0x16,(byte)0x86 [all...] |
/external/llvm/test/MC/Mips/ |
asciiz-directive.s | 11 # CHECK: .byte 97 12 # CHECK: .byte 0 17 # CHECK: .byte 97 18 # CHECK: .byte 0 19 # CHECK: .byte 98 20 # CHECK: .byte 0 21 # CHECK: .byte 99 22 # CHECK: .byte 0 28 # CHECK: .byte 0
|
/prebuilts/go/darwin-x86/src/hash/fnv/ |
fnv.go | 63 func (s *sum32) Write(data []byte) (int, error) { 73 func (s *sum32a) Write(data []byte) (int, error) { 83 func (s *sum64) Write(data []byte) (int, error) { 93 func (s *sum64a) Write(data []byte) (int, error) { 113 func (s *sum32) Sum(in []byte) []byte { 115 return append(in, byte(v>>24), byte(v>>16), byte(v>>8), byte(v) [all...] |
/prebuilts/go/linux-x86/src/hash/fnv/ |
fnv.go | 63 func (s *sum32) Write(data []byte) (int, error) { 73 func (s *sum32a) Write(data []byte) (int, error) { 83 func (s *sum64) Write(data []byte) (int, error) { 93 func (s *sum64a) Write(data []byte) (int, error) { 113 func (s *sum32) Sum(in []byte) []byte { 115 return append(in, byte(v>>24), byte(v>>16), byte(v>>8), byte(v) [all...] |
/external/guava/guava-tests/test/com/google/common/primitives/ |
UnsignedBytesTest.java | 36 private static final byte LEAST = 0; 37 private static final byte GREATEST = (byte) 255; 40 private static final byte[] VALUES = 41 {LEAST, 127, (byte) 128, (byte) 129, GREATEST}; 44 assertEquals(0, UnsignedBytes.toInt((byte) 0)); 45 assertEquals(1, UnsignedBytes.toInt((byte) 1)); 46 assertEquals(127, UnsignedBytes.toInt((byte) 127)); 47 assertEquals(128, UnsignedBytes.toInt((byte) -128)) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
eaphostpeerconfigapis.h | 19 const BYTE *pbEapConnData, 22 BYTE **ppbUserBlob, 34 BYTE *pConfigIn, 42 const BYTE *pUIContextData, 44 BYTE **ppDataFromInteractiveUI, 52 const BYTE *pUIContextData, 62 const BYTE *pUIContextData, 65 BYTE **ppDataFromInteractiveUI, 74 BYTE **ppConfigOut, 83 BYTE *pConfigIn [all...] |