Searched refs:bytes (Results 201 - 225 of 1004) sorted by relevance

1234567891011>>

/external/valgrind/main/memcheck/tests/
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 Dmismatches.stderr.exp4 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
11 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
18 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
25 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
32 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
39 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
H A Dpartial_load_dflt.stderr.exp4 Address 0x........ is 0 bytes inside a block of size 3 alloc'd
10 Address 0x........ is 1 bytes inside a block of size 4 alloc'd
16 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
22 Address 0x........ is 0 bytes inside a block of size 4 free'd
28 in use at exit: ... bytes in ... blocks
29 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dvarinfo1.stderr.exp4 Address 0x........ is 1 bytes inside a block of size 3 alloc'd
11 Location 0x........ is 0 bytes inside global var "global_u1"
17 Location 0x........ is 0 bytes inside global var "global_i1"
23 Location 0x........ is 0 bytes inside global_u2[3],
29 Location 0x........ is 0 bytes inside global_i2[7],
35 Location 0x........ is 0 bytes inside local var "local"
/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/src/main/java/org/bouncycastle/asn1/
H A DDERBoolean.java108 byte[] bytes = new byte[1];
110 bytes[0] = value;
112 out.writeEncoded(BOOLEAN, bytes);
H A DDefiniteLengthInputStream.java97 byte[] bytes = new byte[_remaining];
98 if ((_remaining -= Streams.readFully(_in, bytes)) != 0)
103 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/dhcpcd/
H A Dbpf.c167 ssize_t bytes; local
177 bytes = read(fd, iface->buffer, iface->buffer_size);
178 if (bytes == -1)
180 else if ((size_t)bytes < sizeof(packet))
182 iface->buffer_len = bytes;
185 bytes = -1;
194 bytes = packet.bh_caplen - ETHER_HDR_LEN;
195 if (bytes > len)
196 bytes = len;
197 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/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);
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DCString.cpp78 char* bytes = result.m_buffer->mutableData(); local
79 bytes[length] = '\0';
80 characterBuffer = bytes;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DFileOutputStreamTest.java43 byte[] bytes; field in class:FileOutputStreamTest
177 assertTrue("Incorrect bytes written", new String(rbytes, 0, fileString
269 fos.write(bytes);
282 fos.write(bytes);
284 fos.write(bytes);
286 fos.write(bytes);
303 fos.write(bytes);
305 fos.write(bytes);
307 fos.write(bytes);
324 fos.write(bytes);
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DSecureRandom2Test.java114 byte[] bytes = new byte[313];
115 new SecureRandom().nextBytes(bytes);
198 protected void engineNextBytes(byte[] bytes) { argument
199 for (int i = 0; i < bytes.length; i++) {
200 bytes[i] = (byte) 0xFF;
/external/emma/core/java12/com/vladium/jcd/parser/
H A DClassDefParser.java36 public static ClassDef parseClass (final byte [] bytes) argument
39 if (bytes == null) throw new IllegalArgumentException ("null input: bytes");
41 classParser parser = new classParser (new UDataInputStream (new ByteArrayIStream (bytes)));
49 public static ClassDef parseClass (final byte [] bytes, final int length) argument
52 if (bytes == null) throw new IllegalArgumentException ("null input: bytes");
54 classParser parser = new classParser (new UDataInputStream (new ByteArrayIStream (bytes, length)));
63 public static ClassDef parseClass (final InputStream bytes) argument
66 if (bytes
93 classParser(final UDataInputStream bytes) argument
[all...]

Completed in 1107 milliseconds

1234567891011>>