/external/dbus/test/data/invalid-messages/ |
too-little-header-padding.message | 1 ## has one byte missing from header padding 20 ## kill a padding byte
|
too-much-header-padding.message | 1 ## has one byte extra header padding 20 BYTE 0
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UCharacterUtility.java | 52 * next zero byte. If the first byte is a zero, the next byte will be taken as 53 * the first byte. 55 * byte as a char 56 * @param array byte array 57 * @param index to start substring in byte count 60 static int getNullTermByteSubString(StringBuffer str, byte[] array, 63 byte b = 1; 79 * next zero byte. if the first byte is a zero, the next byte will be taken a [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UCharacterUtility.java | 51 * next zero byte. If the first byte is a zero, the next byte will be taken as 52 * the first byte. 54 * byte as a char 55 * @param array byte array 56 * @param index to start substring in byte count 59 static int getNullTermByteSubString(StringBuffer str, byte[] array, 62 byte b = 1; 78 * next zero byte. if the first byte is a zero, the next byte will be taken a [all...] |
/external/lzma/CPP/7zip/Compress/ |
BcjCoder.cpp | 7 UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size)
12 UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size)
|
/external/lzma/CPP/7zip/Crypto/ |
RandGen.h | 10 Byte _buff[SHA256_DIGEST_SIZE];
16 void Generate(Byte *data, unsigned size);
|
/external/v8/src/ |
disasm.h | 12 typedef unsigned char byte; typedef in namespace:disasm 23 virtual const char* NameOfAddress(byte* addr) const; 24 virtual const char* NameOfConstant(byte* addr) const; 25 virtual const char* NameInCode(byte* addr) const; 42 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction); 46 int ConstantPoolSizeAt(byte* instruction); 50 static void Disassemble(FILE* f, byte* begin, byte* end);
|
/external/v8/src/wasm/ |
decoder.h | 31 Decoder(const byte* start, const byte* end) 40 // Reads a 8-bit unsigned integer (byte) and advances {pc_}. 45 byte val = *(pc_++); 49 error("expected 1 byte, but fell off end"); 60 byte b0 = pc_[0]; 61 byte b1 = pc_[1]; 63 byte b1 = pc_[0]; 64 byte b0 = pc_[1]; 82 byte b0 = pc_[0] [all...] |
/external/valgrind/memcheck/tests/ |
sh-mem-random.stdout.exp | 4 test passed, sum = 38338686 (127.79562 per byte) 7 test passed, sum = 38583755 (128.61252 per byte)
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Byte4.java | 31 public Byte4(byte initX, byte initY, byte initZ, byte initW) { 38 public byte x; 39 public byte y; 40 public byte z; 41 public byte w;
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
MyFailingCertPath.java | 7 public MyFailingCertPath(byte[] encoding) { 12 public byte[] getEncoded() throws CertificateEncodingException {
|
MyFailingCertificate.java | 7 public MyFailingCertificate(String type, byte[] encoding) { 12 public byte[] getEncoded() throws CertificateEncodingException {
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug287.go | 11 var mult [3][...]byte = [3][5]byte{} // ERROR "\.\.\."
|
/prebuilts/go/darwin-x86/test/fixedbugs/issue9355.dir/ |
a.go | 6 e [8]byte 13 var b [10]byte
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug287.go | 11 var mult [3][...]byte = [3][5]byte{} // ERROR "\.\.\."
|
/prebuilts/go/linux-x86/test/fixedbugs/issue9355.dir/ |
a.go | 6 e [8]byte 13 var b [10]byte
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
backslash-at.s | 9 .byte '\\ 10 .byte '\a
|
mapshort.s | 19 .byte 9 21 .byte 10
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/ |
pr3134.s | 5 .byte 1, 0, 0x78, 0x80, 0x6b, 0xa0, 0, 0, 0, 0 6 .byte 1, 0, 0x78, 0x00, 0x6b, 0xa0, 0, 0, 0, 0
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
clflushopt.s | 11 clflushopt BYTE PTR [ecx] # CLFLUSHOPT 12 clflushopt BYTE PTR [esp+esi*8-123456] # CLFLUSHOPT
|
clwb.s | 11 clwb BYTE PTR [ecx] # CLWB 12 clwb BYTE PTR [esp+esi*8-123456] # CLWB
|
i386.s | 47 movsx edx,BYTE PTR [eax] 48 movsx dx,BYTE PTR [eax] 54 movzx edx,BYTE PTR [eax] 55 movzx dx,BYTE PTR [eax] 63 movsx ax, byte ptr [eax] 64 movsx eax, byte ptr [eax] 66 movzx ax, byte ptr [eax] 67 movzx eax, byte ptr [eax]
|
inval-movbe.s | 10 movbe bl, byte ptr [ecx] 13 movbe byte ptr [ecx], bl
|
x86-64-clflushopt.s | 11 clflushopt BYTE PTR [rcx] # CLFLUSHOPT 12 clflushopt BYTE PTR [rax+r14*8+0x1234] # CLFLUSHOPT
|
x86-64-clwb.s | 11 clwb BYTE PTR [rcx] # CLWB 12 clwb BYTE PTR [rax+r14*8+0x1234] # CLWB
|