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

<<11121314151617181920>>

  /external/oauth/core/src/main/java/net/oauth/client/
ExcerptInputStream.java 8 * A decorator that retains a copy of the first few bytes of data.
26 // Only add the ellipsis if there are at least LIMIT bytes
39 /** The first few bytes of data, plus ELLIPSIS if there are more bytes. */
  /external/openssh/
buffer.c 160 /* Returns the number of bytes of data in the buffer. */
174 error("buffer_get_ret: trying to get more bytes %d than in buffer %d",
190 /* Consumes the given number of bytes from the beginning of the buffer. */
193 buffer_consume_ret(Buffer *buffer, u_int bytes)
195 if (bytes > buffer->end - buffer->offset) {
196 error("buffer_consume_ret: trying to get more bytes than in buffer");
199 buffer->offset += bytes;
204 buffer_consume(Buffer *buffer, u_int bytes)
206 if (buffer_consume_ret(buffer, bytes) == -1)
210 /* Consumes the given number of bytes from the end of the buffer. *
    [all...]
  /external/oprofile/libutil/
op_deviceio.h 38 * Read size bytes from a device into buffer buf.
40 * then a read is requested in one go of size bytes.
43 * calls if the number of bytes read is not what is requested
46 * The number of bytes read is returned, or a negative number
  /external/skia/gm/tests/outputs/compared-against-identical-bytes-images/output-expected/
stdout 2 GM: reading from gm/tests/inputs/images/identical-bytes
3 GM: writing to gm/tests/outputs/compared-against-identical-bytes-images/output-actual/writePath
4 GM: writing mismatches to gm/tests/outputs/compared-against-identical-bytes-images/output-actual/mismatchPath
5 GM: writing images without expectations to gm/tests/outputs/compared-against-identical-bytes-images/output-actual/missingExpectationsPath
  /external/skia/gm/tests/outputs/compared-against-identical-bytes-json/output-expected/
stdout 2 GM: reading expectations from JSON summary file gm/tests/inputs/json/identical-bytes.json
3 GM: writing to gm/tests/outputs/compared-against-identical-bytes-json/output-actual/writePath
4 GM: writing mismatches to gm/tests/outputs/compared-against-identical-bytes-json/output-actual/mismatchPath
5 GM: writing images without expectations to gm/tests/outputs/compared-against-identical-bytes-json/output-actual/missingExpectationsPath
  /external/skia/src/gpu/
GrAllocPool.h 24 * Returns a block of memory bytes size big. This address must not be
28 void* alloc(size_t bytes);
31 * Releases the most recently allocated bytes back to allocpool.
33 void release(size_t bytes);
  /external/skia/src/utils/mac/
SkStream_mac.cpp 20 static size_t get_bytes_proc(void* info, void* buffer, size_t bytes) {
22 return ((SkStream*)info)->read(buffer, bytes);
25 static off_t skip_forward_proc(void* info, off_t bytes) {
26 return ((SkStream*)info)->skip((size_t) bytes);
  /external/valgrind/main/memcheck/tests/
pointer-trace.stderr.exp 1 1,000 bytes in 1 blocks are definitely lost in loss record ... of ...
static_malloc.stderr.exp 1 10 bytes in 1 blocks are definitely lost in loss record ... of ...
  /libcore/luni/src/main/java/java/security/spec/
PKCS8EncodedKeySpec.java 28 * bytes.
31 * the encoded key bytes.
39 * Returns a copy of the encoded key bytes.
41 * @return a copy of the encoded key bytes.
X509EncodedKeySpec.java 27 * bytes.
30 * the encoded key bytes.
38 * Returns the encoded key bytes.
40 * @return the encoded key bytes.
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
ByteArrays.java 32 * {@code 2 * bytes.length} characters long.
34 public static String toHexString(byte[] bytes) {
35 StringBuilder sb = new StringBuilder(2 * bytes.length);
36 for (byte b : bytes) {
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
ByteArrays.java 33 * {@code 2 * bytes.length} characters long.
35 public static String toHexString(byte[] bytes) {
36 StringBuilder sb = new StringBuilder(2 * bytes.length);
37 for (byte b : bytes) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_multiport.h 13 /* Must fit inside union xt_matchinfo: 16 bytes */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_multiport.h 13 /* Must fit inside union xt_matchinfo: 16 bytes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_multiport.h 13 /* Must fit inside union xt_matchinfo: 16 bytes */
  /system/core/fastboot/
fastboot_protocol.txt 15 * Max packet size must be 64 bytes for full-speed and 512 bytes for
25 packet no greater than 64 bytes.
27 2. Client response with a single packet no greater than 64 bytes.
28 The first four bytes of the response are "OKAY", "FAIL", "DATA",
29 or "INFO". Additional bytes may contain an (ascii) informative
32 a. INFO -> the remaining 60 bytes are an informative message
36 b. FAIL -> the requested command failed. The remaining 60 bytes
43 A DATA response packet will be 12 bytes long, in the form of
50 until the client has sent or received the number of bytes indicate
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 216 ByteArray bytes = cf.getBytes(); local
218 int maxStack = bytes.getUnsignedShort(offset); // u2 max_stack
219 int maxLocals = bytes.getUnsignedShort(offset + 2); // u2 max_locals
220 int codeLength = bytes.getInt(offset + 4); // u4 code_length
224 observer.parsed(bytes, offset, 2,
226 observer.parsed(bytes, offset + 2, 2,
228 observer.parsed(bytes, offset + 4, 4,
243 new BytecodeArray(bytes.slice(codeOffset, codeOffset + codeLength),
250 int exceptionTableLength = bytes.getUnsignedShort(offset);
256 observer.parsed(bytes, offset, 2
320 ByteArray bytes = cf.getBytes(); local
354 ByteArray bytes = cf.getBytes(); local
383 ByteArray bytes = cf.getBytes(); local
411 ByteArray bytes = cf.getBytes(); local
468 ByteArray bytes = cf.getBytes(); local
509 ByteArray bytes = cf.getBytes(); local
532 ByteArray bytes = cf.getBytes(); local
681 ByteArray bytes = cf.getBytes(); local
703 ByteArray bytes = cf.getBytes(); local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArray.java 31 private final byte[] bytes; field in class:ByteArray
36 /** {@code >= 0, <= bytes.length}; size computed as
43 * @param bytes {@code non-null;} the underlying array
45 * @param end {@code >= start, <= bytes.length;} end index of
48 public ByteArray(byte[] bytes, int start, int end) {
49 if (bytes == null) {
50 throw new NullPointerException("bytes == null");
61 if (end > bytes.length) {
62 throw new IllegalArgumentException("end > bytes.length");
65 this.bytes = bytes
    [all...]
  /dalvik/dx/src/com/android/dx/util/
ByteArray.java 31 private final byte[] bytes; field in class:ByteArray
36 /** {@code >= 0, <= bytes.length}; size computed as
43 * @param bytes {@code non-null;} the underlying array
45 * @param end {@code >= start, <= bytes.length;} end index of
48 public ByteArray(byte[] bytes, int start, int end) {
49 if (bytes == null) {
50 throw new NullPointerException("bytes == null");
61 if (end > bytes.length) {
62 throw new IllegalArgumentException("end > bytes.length");
65 this.bytes = bytes
    [all...]
  /development/tools/axl/
chewperf.py 59 bytes = sum(x[1] for x in chewed)
60 print "total time", totalTime, "bytes", bytes, "rate", bytes * 1000 / totalTime
65 bytes = x[1]
67 buckets[bucket] += bytes
69 buckets[bucket] = bytes
  /external/apache-http/src/org/apache/commons/codec/net/
URLCodec.java 104 * Encodes an array of bytes into an array of URL safe 7-bit
108 * @param bytes array of bytes to convert to URL safe characters
109 * @return array of bytes containing URL safe characters
111 public static final byte[] encodeUrl(BitSet urlsafe, byte[] bytes)
113 if (bytes == null) {
121 for (int i = 0; i < bytes.length; i++) {
122 int b = bytes[i];
147 * original bytes. Escaped characters are converted back to their
150 * @param bytes array of URL safe character
    [all...]
  /external/chromium/net/base/
io_buffer.cc 56 void DrainableIOBuffer::DidConsume(int bytes) {
57 SetOffset(used_ + bytes);
64 // Returns the number of consumed bytes.
69 void DrainableIOBuffer::SetOffset(int bytes) {
70 DCHECK(bytes >= 0 && bytes <= size_);
71 used_ = bytes;
  /external/chromium_org/net/base/
io_buffer.cc 62 void DrainableIOBuffer::DidConsume(int bytes) {
63 SetOffset(used_ + bytes);
70 // Returns the number of consumed bytes.
75 void DrainableIOBuffer::SetOffset(int bytes) {
76 DCHECK_GE(bytes, 0);
77 DCHECK_LE(bytes, size_);
78 used_ = bytes;
  /external/chromium_org/ui/base/text/
bytes_formatting_unittest.cc 13 int64 bytes; member in struct:ui::__anon14801
29 EXPECT_EQ(cases[i].expected, GetByteDisplayUnits(cases[i].bytes));
34 int64 bytes; member in struct:ui::__anon14802
41 // sense (zero or bytes).
43 // the display of file sizes or bytes consistently around three
73 FormatBytesWithUnits(cases[i].bytes, cases[i].units, false));
75 FormatBytesWithUnits(cases[i].bytes, cases[i].units, true));

Completed in 749 milliseconds

<<11121314151617181920>>