/external/valgrind/drd/tests/ |
tc16_byterace.stderr.exp | 4 Location 0x........ is 0 bytes inside bytes[4], 9 Location 0x........ is 0 bytes inside bytes[4],
|
/libcore/tzdata/update/src/main/libcore/tzdata/update/ |
ConfigBundle.java | 28 * A configuration bundle. This is a thin wrapper around some in-memory bytes representing a zip 47 private final byte[] bytes; field in class:ConfigBundle 49 public ConfigBundle(byte[] bytes) { 50 this.bytes = bytes; 54 return bytes; 58 extractZipSafely(new ByteArrayInputStream(bytes), targetDir, true /* makeWorldReadable */); 116 if (!Arrays.equals(bytes, that.bytes)) {
|
/packages/apps/Camera2/src/com/android/camera/processing/memory/ |
ByteBufferDirectPool.java | 31 protected ByteBuffer create(Integer bytes) { 32 return ByteBuffer.allocateDirect(bytes);
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue8325.go | 15 var bytes = []byte{10, 20, 30, 40, 50} 17 for i, b := range bytes { 18 bytes[i] = alphanum[b%byte(len(alphanum))] 21 for _, b := range bytes {
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue8325.go | 15 var bytes = []byte{10, 20, 30, 40, 50} 17 for i, b := range bytes { 18 bytes[i] = alphanum[b%byte(len(alphanum))] 21 for _, b := range bytes {
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/ |
relasz.d | 13 0x000000000000000a \(STRSZ\) [0-9]+ \(bytes\) 14 0x000000000000000b \(SYMENT\) [0-9]+ \(bytes\) 16 0x0000000000000008 \(RELASZ\) 24 \(bytes\) 17 0x0000000000000009 \(RELAENT\) 24 \(bytes\)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/ |
got-1.d | 10 0x0000000a \(STRSZ\) [0-9]+ \(bytes\) 11 0x0000000b \(SYMENT\) 16 \(bytes\) 13 0x00000008 \(RELASZ\) 12 \(bytes\) 14 0x00000009 \(RELAENT\) 12 \(bytes\)
|
got-multigot-12-13-14-34-35-ok.d | 10 0x0000000a \(STRSZ\) [0-9]+ \(bytes\) 11 0x0000000b \(SYMENT\) 16 \(bytes\) 13 0x00000008 \(RELASZ\) 294936 \(bytes\) 14 0x00000009 \(RELAENT\) 12 \(bytes\)
|
got-multigot-14-ok.d | 10 0x0000000a \(STRSZ\) [0-9]+ \(bytes\) 11 0x0000000b \(SYMENT\) 16 \(bytes\) 13 0x00000008 \(RELASZ\) 196584 \(bytes\) 14 0x00000009 \(RELAENT\) 12 \(bytes\)
|
got-negative-12-13-14-34-ok.d | 10 0x0000000a \(STRSZ\) [0-9]+ \(bytes\) 11 0x0000000b \(SYMENT\) 16 \(bytes\) 13 0x00000008 \(RELASZ\) 196584 \(bytes\) 14 0x00000009 \(RELAENT\) 12 \(bytes\)
|
got-negative-14-ok.d | 10 0x0000000a \(STRSZ\) [0-9]+ \(bytes\) 11 0x0000000b \(SYMENT\) 16 \(bytes\) 13 0x00000008 \(RELASZ\) 196584 \(bytes\) 14 0x00000009 \(RELAENT\) 12 \(bytes\)
|
got-single-12-ok.d | 10 0x0000000a \(STRSZ\) [0-9]+ \(bytes\) 11 0x0000000b \(SYMENT\) 16 \(bytes\) 13 0x00000008 \(RELASZ\) 98268 \(bytes\) 14 0x00000009 \(RELAENT\) 12 \(bytes\)
|
got-xgot-12-13-14-15-34-35-ok.d | 10 0x0000000a \(STRSZ\) [0-9]+ \(bytes\) 11 0x0000000b \(SYMENT\) 16 \(bytes\) 13 0x00000008 \(RELASZ\) 294972 \(bytes\) 14 0x00000009 \(RELAENT\) 12 \(bytes\)
|
got-xgot-15-ok.d | 10 0x0000000a \(STRSZ\) [0-9]+ \(bytes\) 11 0x0000000b \(SYMENT\) 16 \(bytes\) 13 0x00000008 \(RELASZ\) 196620 \(bytes\) 14 0x00000009 \(RELAENT\) 12 \(bytes\)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/ |
shared-2.d | 15 0x0000000a \(STRSZ\) [0-9]+ \(bytes\) 16 0x0000000b \(SYMENT\) 16 \(bytes\) 18 0x00000008 \(RELASZ\) 12 \(bytes\) 19 0x00000009 \(RELAENT\) 12 \(bytes\)
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RBBIDataWrapper.java | 108 int fLength; // Total length in bytes of this RBBI Data, 114 // All offsets are bytes from the start of the RBBIDataHeader. 115 // All sizes are in bytes. 167 static RBBIDataWrapper get(ByteBuffer bytes) throws IOException { 170 ICUBinary.readHeader(bytes, DATA_FORMAT, IS_ACCEPTABLE); 171 This.isBigEndian = bytes.order() == ByteOrder.BIG_ENDIAN; 175 This.fHeader.fMagic = bytes.getInt(); 176 // Read the same 4 bytes as an int and as a byte array: The data format could be 179 This.fHeader.fVersion = bytes.getInt(bytes.position()) [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RBBIDataWrapper.java | 107 int fLength; // Total length in bytes of this RBBI Data, 113 // All offsets are bytes from the start of the RBBIDataHeader. 114 // All sizes are in bytes. 166 static RBBIDataWrapper get(ByteBuffer bytes) throws IOException { 169 ICUBinary.readHeader(bytes, DATA_FORMAT, IS_ACCEPTABLE); 170 This.isBigEndian = bytes.order() == ByteOrder.BIG_ENDIAN; 174 This.fHeader.fMagic = bytes.getInt(); 175 // Read the same 4 bytes as an int and as a byte array: The data format could be 178 This.fHeader.fVersion = bytes.getInt(bytes.position()) [all...] |
/external/guava/guava/src/com/google/common/hash/ |
BloomFilterStrategies.java | 95 byte[] bytes = Hashing.murmur3_128().hashObject(object, funnel).getBytesInternal(); 96 long hash1 = lowerEight(bytes); 97 long hash2 = upperEight(bytes); 113 byte[] bytes = Hashing.murmur3_128().hashObject(object, funnel).getBytesInternal(); 114 long hash1 = lowerEight(bytes); 115 long hash2 = upperEight(bytes); 128 private /* static */ long lowerEight(byte[] bytes) { 130 bytes[7], bytes[6], bytes[5], bytes[4], bytes[3], bytes[2], bytes[1], bytes[0]) [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
memory_pool.c | 71 void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes) 73 if (bytes < POOL_LARGE_ALLOC) { 76 if (pool->head + bytes > pool->end) 79 assert(pool->head + bytes <= pool->end); 83 pool->head += bytes; 88 struct memory_block * block = (struct memory_block*)malloc(bytes + sizeof(struct memory_block));
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
RetrCommandHandlerTest.groovy | 98 assert commandHandler.convertLfToCrLf('abc'.bytes) == 'abc'.bytes 99 assert commandHandler.convertLfToCrLf('abc\r\ndef'.bytes) == 'abc\r\ndef'.bytes 100 assert commandHandler.convertLfToCrLf('abc\ndef'.bytes) == 'abc\r\ndef'.bytes 101 assert commandHandler.convertLfToCrLf('abc\ndef\nghi'.bytes) == 'abc\r\ndef\r\nghi'.bytes 102 assert commandHandler.convertLfToCrLf('\n'.bytes) == '\r\n'.bytes [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
BoundedByteString.java | 56 * @param bytes array to wrap 57 * @param offset index to first byte to use in bytes 58 * @param length number of bytes to use from bytes 61 * bytes.length}. 63 BoundedByteString(byte[] bytes, int offset, int length) { 64 super(bytes); 71 if ((long) offset + length > bytes.length) { 102 return bytes[bytesOffset + index]; 121 System.arraycopy(bytes, getOffsetIntoBytes() + sourceOffset, target [all...] |
/external/skia/src/codec/ |
SkJpegUtility_codec.cpp | 25 size_t bytes = src->fStream->read(src->fBuffer, skjpeg_source_mgr::kBufferSize); local 28 if (bytes == 0) { 33 src->bytes_in_buffer = bytes; 38 * Skip a certain number of bytes in the stream 42 size_t bytes = (size_t) numBytes; local 44 if (bytes > src->bytes_in_buffer) { 45 size_t bytesToSkip = bytes - src->bytes_in_buffer;
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
CharSequencesTest.java | 29 byte[] bytes = s.getBytes(); 31 String copy = toString(forAsciiBytes(bytes)); 34 copy = toString(forAsciiBytes(bytes, 0, s.length())); 37 String crazy = toString(forAsciiBytes(bytes, 0, 5)); 40 String a = toString(forAsciiBytes(bytes, 0, 3).subSequence(2, 3)); 43 String empty = toString(forAsciiBytes(bytes, 0, 3).subSequence(3, 3));
|
/external/dbus/dbus/ |
dbus-memory.c | 142 _dbus_verbose ("Will fail mallocs over %ld bytes\n", 356 _dbus_verbose ("Checking %d bytes request from source %s\n", 366 _dbus_warn ("Block of %lu bytes from %s had start guard value 0x%ux at %d expected 0x%x\n", 381 _dbus_warn ("Block of %lu bytes from %s had end guard value 0x%ux at %d expected 0x%x\n", 390 /* set memory to anything but nul bytes */ 448 * Allocates the given number of bytes, as with standard 449 * malloc(). Guaranteed to return #NULL if bytes is zero 456 * @param bytes number of bytes to allocate 460 dbus_malloc (size_t bytes) [all...] |
/external/valgrind/memcheck/tests/ |
lks.stderr.exp | 5 definitely lost: 48 bytes in 3 blocks 6 indirectly lost: 32 bytes in 2 blocks 7 possibly lost: 0 bytes in 0 blocks 8 still reachable: 64 bytes in 4 blocks 9 suppressed: 96 bytes in 6 blocks 12 leaked: 80 bytes in 5 blocks 13 dubious: 0 bytes in 0 blocks 14 reachable: 64 bytes in 4 blocks 15 suppressed: 96 bytes in 6 blocks 18 in use at exit: 240 bytes in 15 block [all...] |