HomeSort by relevance Sort by last modified time
    Searched refs:bytes (Results 251 - 275 of 4955) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/
got-xgot-12-13-14-15-34-35-ok.d 10 0x0000000a \(STRSZ\) [0-9]+ \(bytes\)
11 0x0000000b \(SYMENT\) 16 \(bytes\)
13 0x00000008 \(RELASZ\) 294972 \(bytes\)
14 0x00000009 \(RELAENT\) 12 \(bytes\)
got-xgot-15-ok.d 10 0x0000000a \(STRSZ\) [0-9]+ \(bytes\)
11 0x0000000b \(SYMENT\) 16 \(bytes\)
13 0x00000008 \(RELASZ\) 196620 \(bytes\)
14 0x00000009 \(RELAENT\) 12 \(bytes\)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
shared-2.d 15 0x0000000a \(STRSZ\) [0-9]+ \(bytes\)
16 0x0000000b \(SYMENT\) 16 \(bytes\)
18 0x00000008 \(RELASZ\) 12 \(bytes\)
19 0x00000009 \(RELAENT\) 12 \(bytes\)
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBIDataWrapper.java 108 int fLength; // Total length in bytes of this RBBI Data,
114 // All offsets are bytes from the start of the RBBIDataHeader.
115 // All sizes are in bytes.
167 static RBBIDataWrapper get(ByteBuffer bytes) throws IOException {
170 ICUBinary.readHeader(bytes, DATA_FORMAT, IS_ACCEPTABLE);
171 This.isBigEndian = bytes.order() == ByteOrder.BIG_ENDIAN;
175 This.fHeader.fMagic = bytes.getInt();
176 // Read the same 4 bytes as an int and as a byte array: The data format could be
179 This.fHeader.fVersion = bytes.getInt(bytes.position())
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIDataWrapper.java 107 int fLength; // Total length in bytes of this RBBI Data,
113 // All offsets are bytes from the start of the RBBIDataHeader.
114 // All sizes are in bytes.
166 static RBBIDataWrapper get(ByteBuffer bytes) throws IOException {
169 ICUBinary.readHeader(bytes, DATA_FORMAT, IS_ACCEPTABLE);
170 This.isBigEndian = bytes.order() == ByteOrder.BIG_ENDIAN;
174 This.fHeader.fMagic = bytes.getInt();
175 // Read the same 4 bytes as an int and as a byte array: The data format could be
178 This.fHeader.fVersion = bytes.getInt(bytes.position())
    [all...]
  /external/guava/guava/src/com/google/common/hash/
BloomFilterStrategies.java 95 byte[] bytes = Hashing.murmur3_128().hashObject(object, funnel).getBytesInternal();
96 long hash1 = lowerEight(bytes);
97 long hash2 = upperEight(bytes);
113 byte[] bytes = Hashing.murmur3_128().hashObject(object, funnel).getBytesInternal();
114 long hash1 = lowerEight(bytes);
115 long hash2 = upperEight(bytes);
128 private /* static */ long lowerEight(byte[] bytes) {
130 bytes[7], bytes[6], bytes[5], bytes[4], bytes[3], bytes[2], bytes[1], bytes[0])
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
memory_pool.c 71 void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes)
73 if (bytes < POOL_LARGE_ALLOC) {
76 if (pool->head + bytes > pool->end)
79 assert(pool->head + bytes <= pool->end);
83 pool->head += bytes;
88 struct memory_block * block = (struct memory_block*)malloc(bytes + sizeof(struct memory_block));
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
RetrCommandHandlerTest.groovy 98 assert commandHandler.convertLfToCrLf('abc'.bytes) == 'abc'.bytes
99 assert commandHandler.convertLfToCrLf('abc\r\ndef'.bytes) == 'abc\r\ndef'.bytes
100 assert commandHandler.convertLfToCrLf('abc\ndef'.bytes) == 'abc\r\ndef'.bytes
101 assert commandHandler.convertLfToCrLf('abc\ndef\nghi'.bytes) == 'abc\r\ndef\r\nghi'.bytes
102 assert commandHandler.convertLfToCrLf('\n'.bytes) == '\r\n'.bytes
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
BoundedByteString.java 56 * @param bytes array to wrap
57 * @param offset index to first byte to use in bytes
58 * @param length number of bytes to use from bytes
61 * bytes.length}.
63 BoundedByteString(byte[] bytes, int offset, int length) {
64 super(bytes);
71 if ((long) offset + length > bytes.length) {
102 return bytes[bytesOffset + index];
121 System.arraycopy(bytes, getOffsetIntoBytes() + sourceOffset, target
    [all...]
  /external/skia/src/codec/
SkJpegUtility_codec.cpp 25 size_t bytes = src->fStream->read(src->fBuffer, skjpeg_source_mgr::kBufferSize); local
28 if (bytes == 0) {
33 src->bytes_in_buffer = bytes;
38 * Skip a certain number of bytes in the stream
42 size_t bytes = (size_t) numBytes; local
44 if (bytes > src->bytes_in_buffer) {
45 size_t bytesToSkip = bytes - src->bytes_in_buffer;
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
CharSequencesTest.java 29 byte[] bytes = s.getBytes();
31 String copy = toString(forAsciiBytes(bytes));
34 copy = toString(forAsciiBytes(bytes, 0, s.length()));
37 String crazy = toString(forAsciiBytes(bytes, 0, 5));
40 String a = toString(forAsciiBytes(bytes, 0, 3).subSequence(2, 3));
43 String empty = toString(forAsciiBytes(bytes, 0, 3).subSequence(3, 3));
  /external/dbus/dbus/
dbus-memory.c 142 _dbus_verbose ("Will fail mallocs over %ld bytes\n",
356 _dbus_verbose ("Checking %d bytes request from source %s\n",
366 _dbus_warn ("Block of %lu bytes from %s had start guard value 0x%ux at %d expected 0x%x\n",
381 _dbus_warn ("Block of %lu bytes from %s had end guard value 0x%ux at %d expected 0x%x\n",
390 /* set memory to anything but nul bytes */
448 * Allocates the given number of bytes, as with standard
449 * malloc(). Guaranteed to return #NULL if bytes is zero
456 * @param bytes number of bytes to allocate
460 dbus_malloc (size_t bytes)
    [all...]
  /external/valgrind/memcheck/tests/
lks.stderr.exp 5 definitely lost: 48 bytes in 3 blocks
6 indirectly lost: 32 bytes in 2 blocks
7 possibly lost: 0 bytes in 0 blocks
8 still reachable: 64 bytes in 4 blocks
9 suppressed: 96 bytes in 6 blocks
12 leaked: 80 bytes in 5 blocks
13 dubious: 0 bytes in 0 blocks
14 reachable: 64 bytes in 4 blocks
15 suppressed: 96 bytes in 6 blocks
18 in use at exit: 240 bytes in 15 block
    [all...]
leak-delta.stderr.exp 1 expecting details 10 bytes reachable
2 10 bytes in 1 blocks are still reachable in loss record ... of ...
8 expecting details +10 bytes lost, +21 bytes reachable
9 10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ...
14 21 (+21) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
19 expecting details +65 bytes reachable
20 65 (+65) bytes in 2 (+2) blocks are still reachable in loss record ... of ...
26 expecting details +10 bytes reachable
27 10 (+10) bytes in 1 (+1) blocks are still reachable in loss record ... of ..
    [all...]
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 100 * (1b) bytes per entry
121 std::vector<uint8_t>& bytes = *reinterpret_cast<std::vector<uint8_t>*>(context); local
122 JDWP::Append4BE(bytes, t->GetThreadId());
123 JDWP::Append1BE(bytes, Dbg::ToJdwpThreadStatus(t->GetState()));
124 JDWP::Append4BE(bytes, t->GetTid());
125 JDWP::Append4BE(bytes, utime);
126 JDWP::Append4BE(bytes, stime);
127 JDWP::Append1BE(bytes, t->IsDaemon());
131 std::vector<uint8_t> bytes; local
140 JDWP::Append1BE(bytes, kThstHeaderLen)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
BytesTrie.java 34 * The BytesTrie object will not read more bytes than
40 * @param trieBytes Bytes array that contains the serialized trie.
78 private byte[] bytes; field in class:BytesTrie.State
91 state.bytes=bytes_;
108 if(bytes_==state.bytes && bytes_!=null && root_==state.root) {
155 * @return true if the input bytes/units so far are part of a matching string/byte sequence.
161 * @return true if there is a value for the input bytes/units so far.
296 // No further matching bytes.
303 // Match length+1 bytes.
313 // No further matching bytes
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BytesTrie.java 33 * The BytesTrie object will not read more bytes than
39 * @param trieBytes Bytes array that contains the serialized trie.
82 private byte[] bytes; field in class:BytesTrie.State
96 state.bytes=bytes_;
114 if(bytes_==state.bytes && bytes_!=null && root_==state.root) {
166 * @return true if the input bytes/units so far are part of a matching string/byte sequence.
173 * @return true if there is a value for the input bytes/units so far.
314 // No further matching bytes.
321 // Match length+1 bytes.
331 // No further matching bytes
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
DataOutputStreamTest.java 26 private ByteArrayOutputStream bytes = new ByteArrayOutputStream(); field in class:DataOutputStreamTest
27 private DataOutputStream os = new DataOutputStream(bytes);
32 assertEquals("[01, 00]", toHexString(bytes.toByteArray()));
42 assertEquals("[ff, 00, 01, 81, 34]", toHexString(bytes.toByteArray()));
48 assertEquals("[30, 34, 31]", toHexString(bytes.toByteArray()));
55 assertEquals("[00, 30, 12, 34]", toHexString(bytes.toByteArray()));
61 assertEquals("[00, 30, 12, 34, 00, 31]", toHexString(bytes.toByteArray()));
66 assertEquals("[01, 23, 45, 67, 89, ab, cd, ef]", toHexString(bytes.toByteArray()));
71 assertEquals("[01, 23, 45, 67]", toHexString(bytes.toByteArray()));
76 assertEquals("[01, 23, 45, 67]", toHexString(bytes.toByteArray()))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uuid.py 38 # get the raw 16 bytes of the UUID
39 >>> x.bytes
43 >>> uuid.UUID(bytes=x.bytes)
61 of 16 bytes (with all the integer fields in big-endian order) as an
62 argument named 'bytes', or a string of 16 bytes (with the first three
68 bytes the UUID as a 16-byte string (containing the six
101 def __init__(self, hex=None, bytes=None, bytes_le=None, fields=None,
104 a string of 16 bytes as the 'bytes' argument, a string of 16 byte
208 bytes = property(get_bytes) variable in class:UUID
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
uuid.py 38 # get the raw 16 bytes of the UUID
39 >>> x.bytes
43 >>> uuid.UUID(bytes=x.bytes)
61 of 16 bytes (with all the integer fields in big-endian order) as an
62 argument named 'bytes', or a string of 16 bytes (with the first three
68 bytes the UUID as a 16-byte string (containing the six
101 def __init__(self, hex=None, bytes=None, bytes_le=None, fields=None,
104 a string of 16 bytes as the 'bytes' argument, a string of 16 byte
208 bytes = property(get_bytes) variable in class:UUID
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 38 # get the raw 16 bytes of the UUID
39 >>> x.bytes
43 >>> uuid.UUID(bytes=x.bytes)
61 of 16 bytes (with all the integer fields in big-endian order) as an
62 argument named 'bytes', or a string of 16 bytes (with the first three
68 bytes the UUID as a 16-byte string (containing the six
101 def __init__(self, hex=None, bytes=None, bytes_le=None, fields=None,
104 a string of 16 bytes as the 'bytes' argument, a string of 16 byte
208 bytes = property(get_bytes) variable in class:UUID
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 38 # get the raw 16 bytes of the UUID
39 >>> x.bytes
43 >>> uuid.UUID(bytes=x.bytes)
61 of 16 bytes (with all the integer fields in big-endian order) as an
62 argument named 'bytes', or a string of 16 bytes (with the first three
68 bytes the UUID as a 16-byte string (containing the six
101 def __init__(self, hex=None, bytes=None, bytes_le=None, fields=None,
104 a string of 16 bytes as the 'bytes' argument, a string of 16 byte
208 bytes = property(get_bytes) variable in class:UUID
    [all...]
  /external/libavc/common/arm/
ih264_padding_neon.s 94 @ Load 16 bytes
180 vst1.8 {q0}, [r4], r1 @ 16 bytes store
182 vst1.8 {q1}, [r4], r1 @ 16 bytes store
186 vst1.8 {q2}, [r4], r1 @ 16 bytes store
188 vst1.8 {q3}, [r4], r1 @ 16 bytes store
192 vst1.8 {q0}, [r4], r1 @ 16 bytes store
195 vst1.8 {q1}, [r4], r1 @ 16 bytes store
199 vst1.8 {q2}, [r4], r1 @ 16 bytes store
200 vst1.8 {q3}, [r4], r1 @ 16 bytes store
209 vst1.8 {q0}, [r4]! @ 16 bytes stor
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
Main.java 48 } else if (arg.equals("--bytes")) {
87 byte[] bytes = FileUtils.readFile(name);
91 src = new String(bytes, "utf-8");
95 bytes = HexParser.parse(src);
97 processOne(name, bytes);
113 * @param bytes {@code non-null;} contents of the file
115 private static void processOne(String name, byte[] bytes) {
117 DotDumper.dump(bytes, name, parsedArgs);
119 BlockDumper.dump(bytes, System.out, name, false, parsedArgs);
121 BlockDumper.dump(bytes, System.out, name, true, parsedArgs)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1OutputStream.java 52 void write(byte[] bytes)
55 os.write(bytes);
58 void write(byte[] bytes, int off, int len)
61 os.write(bytes, off, len);
66 byte[] bytes)
70 writeLength(bytes.length);
71 write(bytes);
107 void writeEncoded(int flags, int tagNo, byte[] bytes)
111 writeLength(bytes.length);
112 write(bytes);
    [all...]

Completed in 860 milliseconds

<<11121314151617181920>>