/external/valgrind/none/tests/s390x/ |
clc.stdout.exp | 1 0 bytes:0 2 0 bytes:1 3 0 bytes:1 4 0 bytes:0 5 0 bytes:0 6 0 bytes:0 7 0 bytes:2 8 0 bytes:0 9 0 bytes:2 10 0 bytes: [all...] |
trtt.stdout.exp | 1 0 bytes translated 3 0 bytes translated 5 0 bytes translated 7 2 bytes translated 9 5 bytes translated 11 0 bytes translated 13 3 bytes translated 15 9 bytes translated
|
troo.stdout.exp | 1 0 bytes translated 3 0 bytes translated 5 5 bytes translated 7 10 bytes translated 9 0 bytes translated 11 1 bytes translated 13 8 bytes translated
|
trot.stdout.exp | 1 0 bytes translated 3 0 bytes translated 5 0 bytes translated 7 3 bytes translated 9 10 bytes translated 11 2 bytes translated 13 3 bytes translated 15 9 bytes translated
|
trto.stdout.exp | 1 0 bytes translated 3 0 bytes translated 5 0 bytes translated 7 6 bytes translated 9 10 bytes translated 11 2 bytes translated 13 0 bytes translated 15 9 bytes translated
|
/external/valgrind/memcheck/tests/ |
leak-0.stderr.exp | 1 leaked: 0 bytes in 0 blocks 2 dubious: 0 bytes in 0 blocks 3 reachable: 0 bytes in 1 blocks 4 suppressed: 0 bytes in 0 blocks
|
leak-cases-summary.stderr.exp | 1 leaked: 80 bytes in 5 blocks 2 dubious: 96 bytes in 6 blocks 3 reachable: 64 bytes in 4 blocks 4 suppressed: 0 bytes in 0 blocks
|
error_counts.stderr.exp | 7 leaked: 0 bytes in 0 blocks 8 dubious: 0 bytes in 0 blocks 9 reachable: 0 bytes in 0 blocks 10 suppressed: 0 bytes in 0 blocks 14 leaked: 77 bytes in 1 blocks 15 dubious: 88 bytes in 1 blocks 16 reachable: 99 bytes in 1 blocks 17 suppressed: 0 bytes in 0 blocks
|
leak_cpp_interior.stderr.exp | 4 4 bytes in 1 blocks are definitely lost in loss record ... of ... 9 definitely lost: 4 bytes in 1 blocks 10 indirectly lost: 0 bytes in 0 blocks 11 possibly lost: 0 bytes in 0 blocks 12 still reachable: 163 bytes in 8 blocks 14 stdstring : 56 bytes in 2 blocks 15 length64 : 31 bytes in 1 blocks 16 newarray : 28 bytes in 1 blocks 17 multipleinheritance: 24 bytes in 2 blocks 18 suppressed: 0 bytes in 0 block [all...] |
leak_cpp_interior.stderr.exp-64bit | 4 8 bytes in 1 blocks are definitely lost in loss record ... of ... 9 definitely lost: 8 bytes in 1 blocks 10 indirectly lost: 0 bytes in 0 blocks 11 possibly lost: 0 bytes in 0 blocks 12 still reachable: 239 bytes in 8 blocks 14 stdstring : 80 bytes in 2 blocks 15 length64 : 31 bytes in 1 blocks 16 newarray : 32 bytes in 1 blocks 17 multipleinheritance: 48 bytes in 2 blocks 18 suppressed: 0 bytes in 0 block [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bytes/ |
BytesResource.java | 1 package com.bumptech.glide.load.resource.bytes; 9 private final byte[] bytes; field in class:BytesResource 11 public BytesResource(byte[] bytes) { 12 if (bytes == null) { 13 throw new NullPointerException("Bytes must not be null"); 15 this.bytes = bytes; 20 return bytes; 25 return bytes.length;
|
/external/syslinux/com32/lib/ |
strlcat.c | 10 size_t bytes = 0; local 15 while (bytes < size && *q) { 17 bytes++; 21 if (bytes < size) 24 bytes++; 28 return bytes;
|
strlcpy.c | 10 size_t bytes = 0; local 16 if (bytes < size) 19 bytes++; 23 return bytes;
|
vasprintf.c | 12 int bytes; local 17 bytes = vsnprintf(NULL, 0, format, ap1) + 1; 20 *bufp = p = malloc(bytes); 24 return vsnprintf(p, bytes, format, ap);
|
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/ |
jdk6-compilation.txt | 1 1 java.lang.String::hashCode (60 bytes) 2 2 java.lang.String::lastIndexOf (156 bytes) 3 3 java.lang.String::indexOf (151 bytes) 4 4 sun.nio.cs.UTF_8$Decoder::decodeArrayLoop (553 bytes) 5 5 java.io.UnixFileSystem::normalize (75 bytes) 6 6 sun.nio.cs.UTF_8$Encoder::encodeArrayLoop (490 bytes) 7 7 java.lang.String::indexOf (166 bytes) 8 1% sun.net.www.ParseUtil::encodePath @ 29 (336 bytes) 9 8 java.lang.String::equals (88 bytes) 10 9 sun.net.www.ParseUtil::encodePath (336 bytes) [all...] |
jdk7-compilation.txt | 1 91 1 b java.lang.String::hashCode (67 bytes) 2 106 2 b sun.nio.cs.UTF_8$Decoder::decode (640 bytes) 3 130 3 b java.lang.String::lastIndexOf (68 bytes) 4 132 4 b java.lang.String::indexOf (87 bytes) 5 136 5 b java.io.UnixFileSystem::normalize (75 bytes) 6 138 1 % b java.io.UnixFileSystem::normalize @ 10 (75 bytes) 7 142 6 b sun.nio.cs.UTF_8$Encoder::encode (361 bytes) 8 149 2 % b sun.nio.cs.UTF_8$Encoder::encode @ 20 (361 bytes) 9 162 2 sun.nio.cs.UTF_8$Decoder::decode (640 bytes) made not entrant 10 165 7 b sun.nio.cs.UTF_8$Decoder::decode (640 bytes) [all...] |
/external/google-tv-pairing-protocol/cpp/tests/polo/util/ |
poloutiltest.cc | 22 uint8_t bytes[4] = {0xAA, 0xBB, 0xCC, 0xDD}; local 23 std::string result = PoloUtil::BytesToHexString(bytes, 4); 28 uint8_t bytes[4] = {0x00, 0xBB, 0xCC, 0xDD}; local 29 std::string result = PoloUtil::BytesToHexString(bytes, 4); 34 uint8_t* bytes; local 35 size_t length = PoloUtil::HexStringToBytes(std::string("AABBCCDD"), bytes); 37 ASSERT_EQ(0xAA, bytes[0]); 38 ASSERT_EQ(0xBB, bytes[1]); 39 ASSERT_EQ(0xCC, bytes[2]); 40 ASSERT_EQ(0xDD, bytes[3]) 45 uint8_t* bytes; local 55 uint8_t* bytes; local 65 uint8_t bytes[4] = {0xAA, 0xBB, 0xCC, 0xDD}; local 71 uint8_t bytes[4] = {0x00, 0xAA, 0xBB, 0x00}; local [all...] |
/external/valgrind/none/tests/x86-linux/ |
seg_override.stdout.exp | 2 got 65536 bytes
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSProcessableByteArray.java | 19 private final byte[] bytes; field in class:CMSProcessableByteArray 22 byte[] bytes) 24 this(new ASN1ObjectIdentifier(CMSObjectIdentifiers.data.getId()), bytes); 29 byte[] bytes) 32 this.bytes = bytes; 37 return new ByteArrayInputStream(bytes); 43 zOut.write(bytes); 48 return Arrays.clone(bytes);
|
/external/libvncserver/examples/ |
colourmaptest.c | 7 uint8_t bytes[256*3]; local 16 bytes[i*3+0]=255-i; /* red */ 17 bytes[i*3+1]=0; /* green */ 18 bytes[i*3+2]=i; /* blue */ 20 bytes[128*3+0]=0xff; 21 bytes[128*3+1]=0; 22 bytes[128*3+2]=0; 23 server->colourMap.data.bytes=bytes;
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/ |
ByteArr.java | 22 private byte[] bytes; field in class:ByteArr 27 public ByteArr(byte[] bytes) { 28 this.bytes = bytes; 32 return Arrays.toString(bytes); 36 return bytes; 39 public void setBytes(byte[] bytes) { 40 this.bytes = bytes;
|
/system/bt/service/common/android/bluetooth/ |
uuid.cc | 33 // a second 64-bit integer. This is the same as writing the raw-bytes in 36 UUID::UUID128Bit bytes = GetFullBigEndian(); local 39 ((((uint64_t)bytes[0]) << 56) | (((uint64_t)bytes[1]) << 48) | 40 (((uint64_t)bytes[2]) << 40) | (((uint64_t)bytes[3]) << 32) | 41 (((uint64_t)bytes[4]) << 24) | (((uint64_t)bytes[5]) << 16) | 42 (((uint64_t)bytes[6]) << 8) | bytes[7]) 58 UUID::UUID128Bit bytes; local [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
range_test.go | 19 {"bytes=", 0, nil}, 20 {"bytes=7", 10, nil}, 21 {"bytes= 7 ", 10, nil}, 22 {"bytes=1-", 0, nil}, 23 {"bytes=5-4", 10, nil}, 24 {"bytes=0-2,5-4", 10, nil}, 25 {"bytes=2-5,4-3", 10, nil}, 26 {"bytes=--5,4--3", 10, nil}, 27 {"bytes=A-", 10, nil}, 28 {"bytes=A- ", 10, nil} [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
range_test.go | 19 {"bytes=", 0, nil}, 20 {"bytes=7", 10, nil}, 21 {"bytes= 7 ", 10, nil}, 22 {"bytes=1-", 0, nil}, 23 {"bytes=5-4", 10, nil}, 24 {"bytes=0-2,5-4", 10, nil}, 25 {"bytes=2-5,4-3", 10, nil}, 26 {"bytes=--5,4--3", 10, nil}, 27 {"bytes=A-", 10, nil}, 28 {"bytes=A- ", 10, nil} [all...] |
/external/javassist/sample/hotswap/ |
Test.java | 10 byte[] bytes = new byte[(int)newfile.length()]; 11 new FileInputStream(newfile).read(bytes); 14 hs.reload("HelloWorld", bytes); 18 bytes = new byte[(int)newfile.length()]; 19 new FileInputStream(newfile).read(bytes); 22 hs.reload("HelloWorld", bytes);
|