HomeSort by relevance Sort by last modified time
    Searched full:bytes (Results 901 - 925 of 16566) sorted by null

<<31323334353637383940>>

  /art/jdwpspy/
Common.h 34 * Get 2 big-endian bytes.
46 * Get 4 big-endian bytes.
60 * Get 8 big-endian bytes.
  /bionic/libc/include/
malloc.h 44 size_t arena; /* Total number of non-mmapped bytes currently allocated from OS. */
48 size_t hblkhd; /* Total number of bytes in mmapped regions. */
53 size_t keepcost; /* Upper bound on number of bytes releasable by malloc_trim. */
  /cts/tests/jni/
android_net_cts_NetlinkSocket.cpp 45 void *bytes = (void *)e->GetByteArrayElements(packet, NULL); local
48 struct iovec iov = {bytes, length};
57 e->ReleaseByteArrayElements(packet, (jbyte*)bytes, 0);
  /development/host/windows/usb/api/
adb_endpoint_object.h 64 @param[in] bytes_to_transfer Number of bytes to be read / written.
65 @param[out] bytes_transferred Number of bytes read / written. Can be NULL.
86 @param[in] bytes_to_transfer Number of bytes to be read / written.
87 @param[out] bytes_transferred Number of bytes read / written. Can be NULL.
116 @param[in] bytes_to_read Number of bytes to be read.
117 @param[out] bytes_read Number of bytes read. Can be NULL.
136 @param[in] bytes_to_write Number of bytes to be written.
137 @param[out] bytes_written Number of bytes written. Can be NULL.
156 @param[in] bytes_to_read Number of bytes to be read.
157 @param[out] bytes_read Number of bytes read. Can be NULL.
    [all...]
  /development/samples/Vault/src/com/example/android/vault/
Utils.java 61 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); local
65 bytes.write(buffer, 0, count);
67 return bytes.toByteArray();
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterOutputStreamTest.java 259 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, -100, 100)
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Exec.java 70 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)) != -1)
    [all...]
  /external/apache-http/src/org/apache/commons/codec/binary/
Hex.java 43 * array of bytes of those same values. The returned array will be half the
93 * Converts an array of bytes into an array of characters representing the hexidecimal values of each byte in order.
117 * Converts an array of character bytes representing hexidecimal values into an
118 * array of bytes of those same values. The returned array will be half the
123 * @param array An array of character bytes containing hexidecimal digits
135 * Converts a String or an array of character bytes representing hexidecimal values into an
136 * array of bytes of those same values. The returned array will be half the
141 * @param object A String or, an array of character bytes containing hexidecimal digits
158 * Converts an array of bytes into an array of bytes for the characters representing th
    [all...]
  /external/bison/lib/
mbuiter.h 73 relocates iterator when the string is moved by ptrdiff bytes.
122 size_t cur.bytes number of bytes of current character
141 iter->cur.bytes = 1;
150 iter->cur.bytes = mbrtowc (&iter->cur.wc, iter->cur.ptr,
153 if (iter->cur.bytes == (size_t) -1)
156 iter->cur.bytes = 1;
161 else if (iter->cur.bytes == (size_t) -2)
164 iter->cur.bytes = strlen (iter->cur.ptr);
171 if (iter->cur.bytes == 0
    [all...]
xmemdup0.c 1 /* xmemdup0.c -- copy a block of arbitrary bytes, plus a trailing NUL
25 /* Clone an arbitrary block of bytes P of size S, with error checking,
28 'void *', but since appending a NUL byte only makes sense on bytes,
  /external/bison/m4/
fpending.m4 12 dnl Find out how to determine the number of pending output bytes on a stream.
32 [how to determine the number of pending output bytes on a stream],
89 [the number of pending output bytes on stream 'fp'])
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
BlockCipher.java 29 * Return the block size for this cipher (in bytes).
31 * @return the block size for this cipher in bytes.
46 * @return the number of bytes processed and produced.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
TBCPadding.java 39 * add the pad bytes to the passed in block, returning the
40 * number of bytes added.
74 * return the number of pad bytes present in the block.
  /external/chromium/base/third_party/icu/
icu_utf.cc 26 * which need 1 or 2 bytes in UTF-8:
33 * that needs the same number of code units (bytes) as were seen by
73 * In Unicode, all UTF-8 byte sequences with more than 4 bytes are illegal;
74 * lead bytes above 0xf4 are illegal.
102 0, 0 /* illegal bytes 0xfe and 0xff */
123 * result code point would be encoded with the same number of bytes as
144 /* count==0 for illegally leading trail bytes and the illegal bytes 0xfe and 0xff */
149 /* count>=4 is always illegal: no more than 3 trail bytes in Unicode's UTF-8 */
182 * that needs count bytes so that UTF8_GET_CHAR_SAFE() works right
    [all...]
  /external/chromium/chrome/browser/password_manager/
encryptor.h 19 // really an array of bytes, but we're passing it back
24 // Decrypt an array of bytes obtained with EncryptString16
35 // Decrypt an array of bytes obtained with EnctryptString
  /external/chromium/sdch/open-vcdiff/src/
codetablewriter_interface.h 32 // Encode an ADD opcode with the "size" bytes starting at data
35 // Encode a COPY opcode with args "offset" (into dictionary) and "size" bytes.
46 // Returns the number of target bytes processed, which is the sum of all the
  /external/chromium_org/base/memory/
ref_counted_memory.cc 42 RefCountedBytes* bytes = new RefCountedBytes; local
43 bytes->data_.swap(*to_destroy);
44 return bytes;
  /external/chromium_org/base/third_party/icu/
icu_utf.cc 26 * which need 1 or 2 bytes in UTF-8:
33 * that needs the same number of code units (bytes) as were seen by
73 * In Unicode, all UTF-8 byte sequences with more than 4 bytes are illegal;
74 * lead bytes above 0xf4 are illegal.
102 0, 0 /* illegal bytes 0xfe and 0xff */
123 * result code point would be encoded with the same number of bytes as
144 /* count==0 for illegally leading trail bytes and the illegal bytes 0xfe and 0xff */
149 /* count>=4 is always illegal: no more than 3 trail bytes in Unicode's UTF-8 */
182 * that needs count bytes so that UTF8_GET_CHAR_SAFE() works right
    [all...]
  /external/chromium_org/components/webdata/encryptor/
encryptor.h 18 // really an array of bytes, but we're passing it back
23 // Decrypt an array of bytes obtained with EncryptString16
34 // Decrypt an array of bytes obtained with EnctryptString
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_sync_writer.cc 28 void AudioInputSyncWriter::UpdateRecordedBytes(uint32 bytes) {
29 socket_->Send(&bytes, sizeof(bytes));
  /external/chromium_org/content/child/npapi/
plugin_stream_win.cc 26 DWORD bytes; local
28 if (!WriteFile(temp_file_handle_, buf, length, &bytes, 0))
31 return static_cast<size_t>(bytes);
  /external/chromium_org/crypto/
hkdf.h 27 // 64 bytes.
31 // |key_bytes_to_generate|: the number of bytes of key material to generate.
32 // |iv_bytes_to_generate|: the number of bytes of IV to generate.
  /external/chromium_org/gin/
array_buffer.h 34 void* bytes() const { return bytes_; } function in class:gin::ArrayBuffer
59 void* bytes() const { function in class:gin::ArrayBufferView
60 return static_cast<uint8_t*>(array_buffer_.bytes()) + offset_;
  /external/chromium_org/net/base/
upload_element_reader.h 42 // Returns the number of bytes remaining to read.
49 // Reads up to |buf_length| bytes synchronously and returns the number of
50 // bytes read or error code when possible, otherwise, returns ERR_IO_PENDING
  /external/chromium_org/net/http/
http_byte_range.cc 74 return base::StringPrintf("bytes=-%" PRId64, suffix_length());
79 return base::StringPrintf("bytes=%" PRId64 "-", first_byte_position());
81 return base::StringPrintf("bytes=%" PRId64 "-%" PRId64,

Completed in 927 milliseconds

<<31323334353637383940>>