Searched refs:bytes (Results 251 - 275 of 1205) sorted by relevance

<<11121314151617181920>>

/external/valgrind/main/memcheck/tests/
H A Dbadpoll.stderr.exp4 Address 0x........ is 8 bytes inside a block of size 15 alloc'd
11 Address 0x........ is 0 bytes after a block of size 15 alloc'd
H A Dbig_blocks_freed_list.stderr.exp4 Address 0x........ is 1,000 bytes inside a block of size 1,000,001 free'd
10 Address 0x........ is 1,000 bytes inside a block of size 900,000 free'd
20 Address 0x........ is 2,000 bytes inside a block of size 900,000 free'd
26 Address 0x........ is 10 bytes inside a block of size 10,000 free'd
32 Address 0x........ is 10 bytes inside a block of size 1,000,001 free'd
38 Address 0x........ is 10 bytes inside a block of size 10,000 free'd
44 in use at exit: 1,000,000 bytes in 100 blocks
45 total heap usage: 104 allocs, 4 frees, 3,910,002 bytes allocated
H A Dmalloc2.stderr.exp3 Address 0x........ is 0 bytes inside a block of size 429 free'd
10 Address 0x........ is 0 bytes inside a block of size 429 free'd
H A Dvarinfo3.stderr.exp5 Location 0x........ is 0 bytes inside static_global_def[1],
12 Location 0x........ is 0 bytes inside nonstatic_global_def[2],
19 Location 0x........ is 0 bytes inside static_global_undef[3],
26 Location 0x........ is 0 bytes inside nonstatic_global_undef[4],
34 Address 0x........ is 5 bytes inside data symbol "static_local_def.XXXX"
41 Location 0x........ is 0 bytes inside nonstatic_local_def[6],
49 Address 0x........ is 7 bytes inside data symbol "static_local_undef.XXXX"
56 Location 0x........ is 0 bytes inside nonstatic_local_undef[8],
H A Dbadrw.stderr.exp3 Address 0x........ is 4 bytes before a block of size 10 alloc'd
9 Address 0x........ is 4 bytes before a block of size 10 alloc'd
15 Address 0x........ is 4 bytes before a block of size 10 alloc'd
21 Address 0x........ is 4 bytes before a block of size 10 alloc'd
27 Address 0x........ is 1 bytes before a block of size 10 alloc'd
33 Address 0x........ is 1 bytes before a block of size 10 alloc'd
H A Dleak-cases-possible.stderr.exp5 16 bytes in 1 blocks are definitely lost in loss record ... of ...
11 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
17 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
27 16 bytes in 1 blocks are definitely lost in loss record ... of ...
33 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
39 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
/external/webkit/Source/JavaScriptCore/wtf/
H A DTCSystemAlloc.h41 // Allocate and return "N" bytes of zeroed memory.
44 // requested size. If actual bytes is non-NULL then the allocator
45 // may optionally return more bytes than asked for (i.e. return an
51 extern void* TCMalloc_SystemAlloc(size_t bytes, size_t *actual_bytes,
/external/webkit/Source/WebCore/page/mac/
H A DWebCoreViewFactory.h34 - (WebCoreTextMarker *)textMarkerWithBytes:(const void *)bytes length:(size_t)length;
35 - (BOOL)getBytes:(void *)bytes fromTextMarker:(WebCoreTextMarker *)textMarker length:(size_t)length;
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DInflaterOutputStreamTest.java259 byte[] bytes = { 0, 1, 2, 3 };
261 ios.write(bytes, 0, 4);
277 ios.write(bytes, 0, 4);
283 ios.write(bytes, -1, 4);
289 ios.write(bytes, -1, -4);
295 ios.write(bytes, 0, 400);
333 ios.write(bytes, -1, 4);
339 ios.write(bytes, 0, -4);
345 ios.write(bytes, 0, 100);
351 ios.write(bytes,
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Exec.java70 byte[] bytes = new byte[1024];
72 while ((result = in.read(bytes)) != -1) {
73 output.append(new String(bytes, 0, result));
75 System.out.write(bytes, 0, result);
121 byte[] bytes = new byte[1024];
123 while ((result = in.read(bytes)) != -1) {
124 output.append(new String(bytes, 0, result));
126 System.out.write(bytes, 0, result);
240 byte[] bytes = new byte[1024];
248 while ((result = err.read(bytes)) !
[all...]
/external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
H A DFinishedTest.java36 byte[] bytes = new byte[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2 };
37 Finished message = new Finished(bytes);
40 .getData(), bytes));
65 fail("Extra bytes: No expected AlertException ");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBEROctetStringGenerator.java93 byte[] bytes = new byte[_off];
94 System.arraycopy(_buf, 0, bytes, 0, _off);
96 DEROctetString.encode(_derOut, bytes);
H A DDefiniteLengthInputStream.java98 byte[] bytes = new byte[_remaining];
99 if ((_remaining -= Streams.readFully(_in, bytes)) != 0)
104 return bytes;
/external/chromium/net/base/
H A Dbandwidth_metrics.h48 // tracker.RecordSample(bytes);
104 // Add a sample of the number of bytes read from the network into the tracker.
105 void RecordBytes(int bytes) { argument
107 bytes_since_last_start_ += static_cast<int64>(bytes);
129 void RecordBytes(int bytes);
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DStringDataItem.java47 * @return {@code >= 2}; the write size, in bytes
72 ByteArray bytes = value.getBytes();
78 out.annotate(bytes.size() + 1, value.toQuoted());
82 out.write(bytes);
/external/dhcpcd/
H A Dbpf.c167 ssize_t bytes; local
180 bytes = read(fd, iface->buffer, iface->buffer_size);
181 if (bytes == -1)
183 else if ((size_t)bytes < sizeof(packet))
185 iface->buffer_len = bytes;
188 bytes = -1;
197 bytes = packet.bh_caplen - ETHER_HDR_LEN;
198 if (bytes > len)
199 bytes = len;
200 memcpy(data, payload, bytes);
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DExceptionsAttribute_info.java113 final UDataInputStream bytes)
118 final int number_of_exceptions = bytes.readU2 ();
123 final int exception_index = bytes.readU2 ();
112 ExceptionsAttribute_info(final int attribute_name_index, final long attribute_length, final UDataInputStream bytes) argument
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_NameAndType_info.java93 protected CONSTANT_NameAndType_info (final UDataInputStream bytes) throws IOException argument
95 m_name_index = bytes.readU2 ();
96 m_descriptor_index = bytes.readU2 ();
/external/guava/guava/src/com/google/common/hash/
H A DHashCode.java34 * Returns the first four bytes of {@linkplain #asBytes() this hashcode's bytes}, converted to
40 * Returns the first eight bytes of {@linkplain #asBytes() this hashcode's bytes}, converted to
56 * Copies bytes from this hash code into {@code dest}.
60 * @param maxLength the maximum number of bytes to write
61 * @return the number of bytes written to {@code dest}
105 * bytes are the <i>big-endian</i> representation of that number. This may be surprising since
110 byte[] bytes = asBytes();
112 StringBuilder sb = new StringBuilder(2 * bytes
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DReserializingTestCollectionGenerator.java55 ByteArrayOutputStream bytes = new ByteArrayOutputStream();
56 ObjectOutputStream out = new ObjectOutputStream(bytes);
59 new ByteArrayInputStream(bytes.toByteArray()));
/external/icu4c/common/
H A Dbytestream.cpp38 void CheckedArrayByteSink::Append(const char* bytes, int32_t n) { argument
48 if (n > 0 && bytes != (outbuf_ + size_)) {
49 uprv_memcpy(outbuf_ + size_, bytes, n);
/external/icu4c/test/intltest/
H A Dtestutil.cpp54 UnicodeString TestUtility::hex(const uint8_t* bytes, int32_t len) { argument
57 buf.append(HEX[0x0F & (bytes[i] >> 4)]);
58 buf.append(HEX[0x0F & bytes[i]]);
/external/libffi/src/cris/
H A Dffi.c161 unsigned bytes = 0; local
189 if (((*ptr)->alignment - 1) & bytes)
190 bytes = ALIGN (bytes, (*ptr)->alignment);
195 bytes += (*ptr)->size;
196 bytes += sizeof (void *);
201 bytes += 8;
203 bytes += 4;
207 bytes += STACK_ARG_SIZE ((*ptr)->size);
210 cif->bytes
[all...]
/external/openssl/crypto/rand/
H A Drand.h84 int (*bytes)(unsigned char *buf, int num); member in struct:rand_meth_st
110 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
112 int RAND_egd_bytes(const char *path,int bytes);
/external/openssl/include/openssl/
H A Drand.h84 int (*bytes)(unsigned char *buf, int num); member in struct:rand_meth_st
110 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
112 int RAND_egd_bytes(const char *path,int bytes);

Completed in 419 milliseconds

<<11121314151617181920>>