Searched refs:bytes (Results 401 - 425 of 1205) sorted by relevance

<<11121314151617181920>>

/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DCodedInputStreamMicro.java199 // Fast path: We already have the bytes in a contiguous buffer, so
237 /** Read a {@code bytes} field value from the stream. */
241 // Fast path: We already have the bytes in a contiguous buffer, so
327 * read any bytes after the end of the varint. If you simply wrapped the
409 * thus always taking 10 bytes on the wire.)
423 * thus always taking 10 bytes on the wire.)
443 * The total number of bytes read before the current buffer. The total
444 * bytes read up to the current position can be computed as
572 * Returns the number of bytes to be read before the current limit.
594 * Called with {@code this.buffer} is empty to read more bytes fro
[all...]
/external/valgrind/main/gdbserver_tests/
H A Dmchelp.stdoutB.exp15 returns validity bits for <len> (or 1) bytes at <addr>
20 mark <len> (or 1) bytes at <addr> with the given accessibility
22 check that <len> (or 1) bytes at <addr> have the given accessibility
52 returns validity bits for <len> (or 1) bytes at <addr>
57 mark <len> (or 1) bytes at <addr> with the given accessibility
59 check that <len> (or 1) bytes at <addr> have the given accessibility
/external/valgrind/main/memcheck/tests/
H A Dmempool2.stderr.exp7 Address 0x........ is 1 bytes before a block of size 10 client-defined
15 Address 0x........ is 0 bytes after a block of size 10 client-defined
26 Address 0x........ is 1 bytes before a block of size 20 client-defined
34 Address 0x........ is 0 bytes after a block of size 20 client-defined
45 Address 0x........ is 0 bytes inside a block of size 32 alloc'd
65 Address 0x........ is 0 bytes inside a block of size 32 alloc'd
H A Dvarinfo5.stderr.exp6 Address 0x........ is 1 bytes inside a block of size 3 alloc'd
17 Location 0x........ is 0 bytes inside global var "global_u1"
25 Location 0x........ is 0 bytes inside global var "global_i1"
33 Location 0x........ is 0 bytes inside global_u2[3],
41 Location 0x........ is 0 bytes inside global_i2[7],
49 Location 0x........ is 0 bytes inside local var "local"
58 Location 0x........ is 0 bytes inside var[7],
67 Location 0x........ is 2 bytes inside var.bar,
85 Location 0x........ is 0 bytes inside static_global_def[1],
94 Location 0x........ is 0 bytes insid
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DString2Test.java356 assertTrue("Returned incorrect bytes", sbytes[i] == (byte) hw1.charAt(i));
387 "Wrong bytes UTF8: " + Integer.toHexString(i),
398 String bytes = null;
400 bytes = new String(result, "UTF8");
401 assertTrue("Wrong UTF8 byte length: " + bytes.length() + "("
402 + i + ")", bytes.length() == 1);
405 + Integer.toHexString(bytes.charAt(0)) + " ("
406 + i + ")", bytes.charAt(0) == i);
411 byte[] bytes = new byte[1];
413 bytes[
[all...]
/external/blktrace/
H A Dblktrace.h23 #define t_sec(t) ((t)->bytes >> 9)
24 #define t_kb(t) ((t)->bytes >> 10)
113 t->bytes = be32_to_cpu(t->bytes);
/external/chromium/android/net/
H A Dandroid_network_library_impl.cc16 // Convert X509 chain to DER format bytes.
38 jbyte* bytes = env->GetByteArrayElements(byte_array, NULL); local
39 DCHECK(bytes);
40 size_t copied = cert_chain[i].copy(reinterpret_cast<char*>(bytes), len);
42 env->ReleaseByteArrayElements(byte_array, bytes, 0);
/external/chromium/chrome/browser/ui/webui/
H A Dchrome_url_data_manager.cc121 RefCountedMemory* bytes) {
139 request_id, make_scoped_refptr(bytes)));
173 scoped_refptr<RefCountedMemory> bytes) {
176 backend_->DataAvailable(request_id, bytes);
120 SendResponse(int request_id, RefCountedMemory* bytes) argument
171 SendResponseOnIOThread( int request_id, scoped_refptr<RefCountedMemory> bytes) argument
H A Dchrome_url_data_manager_backend.h45 void DataAvailable(RequestID request_id, RefCountedMemory* bytes);
/external/chromium/net/base/
H A Dfile_stream.h64 // Returns the number of bytes available to read from the current stream
69 // buf_len bytes will be copied into buf. (In other words, partial reads are
70 // allowed.) Returns the number of bytes copied, 0 if at end-of-file, or an
89 // Performs the same as Read, but ensures that exactly buf_len bytes
91 // end-of-file or fatal error. Returns the number of bytes copied into buf,
92 // 0 if at end-of-file and no bytes have been read into buf yet,
97 // buf_len bytes will be written from buf. (In other words, partial writes are
98 // allowed.) Returns the number of bytes written, or an error code if the
117 // Truncates the file to be |bytes| length. This is only valid for writable
118 // files. After truncation the file stream is positioned at |bytes|
[all...]
/external/chromium/net/socket/
H A Dclient_socket.h131 // Determines whether to log the received bytes or not, based on the current
134 int byte_count, char* bytes) const;
/external/icu4c/common/
H A Ducnv_cnv.c48 const char *bytes, int32_t length,
56 /* write bytes */
59 *t++=*bytes++;
65 *t++=*bytes++;
79 *t++=(uint8_t)*bytes++;
47 ucnv_fromUWriteBytes(UConverter *cnv, const char *bytes, int32_t length, char **target, const char *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) argument
/external/javassist/src/test/test/javassist/proxy/
H A DProxySerializationTest.java40 byte[] bytes = bos.toByteArray();
41 ByteArrayInputStream bis = new ByteArrayInputStream(bytes);
67 byte[] bytes = bos.toByteArray();
68 ByteArrayInputStream bis = new ByteArrayInputStream(bytes);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
H A DBlenderInputStream.java55 * Size of a pointer; all pointers in the file are stored in this format. '_' means 4 bytes and '-' means 8 bytes.
175 throw new BlenderFileException("Error reading header identifier. Only " + bytesRead + " bytes read and there should be 7!");
196 throw new BlenderFileException("Error reading version numberr. Only " + bytesRead + " bytes read and there should be 3!");
211 * @return a byte from the stream (1 bytes read)
218 * This method reads a bytes number big enough to fill the table.
220 * @param bytes
222 * @return number of read bytes (a length of array actually)
224 private int readBytes(byte[] bytes) { argument
225 for (int i = 0; i < bytes
[all...]
/external/libffi/src/alpha/
H A Dffi.c50 /* Adjust cif->bytes to represent a minimum 6 words for the temporary
52 if (cif->bytes < 6*FFI_SIZEOF_ARG)
53 cif->bytes = 6*FFI_SIZEOF_ARG;
92 argp = stack = alloca(cif->bytes + 4*FFI_SIZEOF_ARG);
168 ffi_call_osf(stack, cif->bytes, cif->flags, rvalue, fn);
/external/libffi/src/powerpc/
H A Dffi.c68 | Return address from ffi_call_SYSV 4bytes | higher addresses
92 const unsigned bytes = ecif->cif->bytes; local
144 stacktop.c = (char *) stack + bytes;
156 FFI_ASSERT ((bytes & 0xF) == 0);
380 | Ret addr from ffi_call_LINUX64 8bytes | higher addresses
382 | CR save area 8bytes |
412 const unsigned long bytes = ecif->cif->bytes; local
455 stacktop.c = (char *) stack + bytes;
594 unsigned bytes; local
[all...]
/external/libogg/include/ogg/
H A Dogg.h54 unsigned char *body_data; /* bytes from packet bodies */
92 long bytes; member in struct:__anon7997
125 extern void oggpack_readinit(oggpack_buffer *b,unsigned char *buf,int bytes);
144 extern void oggpackB_readinit(oggpack_buffer *b,unsigned char *buf,int bytes);
173 extern int ogg_sync_wrote(ogg_sync_state *oy, long bytes);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
H A DPlayReadyHeader.java33 * The sample Id is used as the IV in CTR mode. Block offset, starting at 0 and incremented by 1 after every 16 bytes, from the beginning of the sample is used as the Counter.
35 * The sample ID for each sample (media object) is stored as an ASF payload extension system with the ID of ASF_Payload_Extension_Encryption_SampleID = {6698B84E-0AFA-4330-AEB2-1C0A98D7A44D}. The payload extension can be stored as a fixed size extension of 8 bytes.
141 public abstract void parse(ByteBuffer bytes); argument
164 public void parse(ByteBuffer bytes) { argument
166 byte[] str = new byte[bytes.slice().limit()];
167 bytes.get(str);
212 public void parse(ByteBuffer bytes) { argument
213 this.value = bytes.duplicate();
240 public void parse(ByteBuffer bytes) { argument
241 this.value = bytes
[all...]
/external/qemu/audio/
H A Dwavcapture.c7 int bytes; member in struct:__anon10340
36 uint32_t datalen = wav->bytes;
59 wav->bytes += size;
74 monitor_printf(cur_mon, "Capturing audio(%d,%d,%d) to %s: %d bytes\n",
76 path ? path : "<not available>", wav->bytes);
/external/qemu/block/
H A Dcloop.c108 uint32_t bytes = s->offsets[block_num+1]-s->offsets[block_num]; local
111 bytes);
112 if (ret != bytes)
116 s->zstream.avail_in = bytes;
/external/skia/include/pipe/
H A DSkGPipe.h64 * If bytes == 0, then the writer has finished.
66 * bytes will always be a multiple of 4.
68 virtual void notifyWritten(size_t bytes) = 0;
/external/valgrind/main/drd/tests/
H A Dfp_race.stderr.exp4 Location 0x........ is 0 bytes inside local var "s_d3"
13 Location 0x........ is 0 bytes inside local var "s_d3"
H A Dhg04_race.stderr.exp6 Location 0x........ is 0 bytes inside local var "shared"
16 Location 0x........ is 0 bytes inside local var "shared"
H A Dhg05_race2.stderr.exp6 Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
16 Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
H A Dsem_as_mutex.stderr.exp4 Location 0x........ is 0 bytes inside local var "s_d3"
13 Location 0x........ is 0 bytes inside local var "s_d3"

Completed in 486 milliseconds

<<11121314151617181920>>