Searched refs:bytes (Results 226 - 250 of 1205) sorted by relevance

1234567891011>>

/external/valgrind/main/drd/tests/
H A Dannotate_ignore_write2.stderr.exp4 Location 0x........ is 0 bytes inside local var "s_b"
9 Location 0x........ is 0 bytes inside local var "s_a"
14 Location 0x........ is 0 bytes inside local var "s_c"
19 Location 0x........ is 0 bytes inside local var "s_a"
H A Dhg03_inherit.stderr.exp6 Location 0x........ is 0 bytes inside shared[1],
12 Location 0x........ is 0 bytes inside shared[1],
H A Drwlock_race.stderr.exp5 Location 0x........ is 0 bytes inside local var "s_racy"
11 Location 0x........ is 0 bytes inside local var "s_racy"
/external/valgrind/main/helgrind/tests/
H A Dtc16_byterace.stderr.exp26 Location 0x........ is 0 bytes inside bytes[4],
41 Location 0x........ is 0 bytes inside bytes[4],
/external/valgrind/main/memcheck/tests/
H A Dexitprog.stderr.exp3 Address 0x........ is 0 bytes after a block of size 1,000,000 alloc'd
H A Dfwrite.stderr.exp4 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
H A Dinline.stderr.exp4 Address 0x........ is 0 bytes after a block of size 40 alloc'd
H A Dnoisy_child.stderr.exp4 Address 0x........ is 5 bytes inside a block of size 10 free'd
11 Address 0x........ is 0 bytes after a block of size 10 free'd
17 in use at exit: ... bytes in ... blocks
18 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dtrivialleak.stderr.exp1 1,000 bytes in 1,000 blocks are definitely lost in loss record ... of ...
H A Dbadaddrvalue.stderr.exp3 Address 0x........ is 1 bytes before a block of size 8 alloc'd
9 Address 0x........ is 1 bytes before a block of size 8 alloc'd
/external/webkit/Source/WebKit/chromium/src/
H A DAsyncFileWriterChromium.cpp75 void AsyncFileWriterChromium::didWrite(long long bytes, bool complete) argument
78 m_client->didWrite(bytes, complete);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DDecoderAdapter.cpp38 bool DecoderAdapter::decodeBytes(Vector<uint8_t>& bytes) argument
40 return m_decoder.decodeBytes(bytes);
H A DEncoderAdapter.cpp44 void EncoderAdapter::encodeBytes(const uint8_t* bytes, size_t size) argument
46 m_encoder->encodeBytes(bytes, size);
/external/icu4c/common/
H A Dbytestriebuilder.cpp28 * Note: This builder implementation stores (bytes, value) pairs with full copies
80 // If the stringOffset is negative, then the first two strings bytes contain
82 // (Compared with a stringLength field here, this saves 3 bytes per string for most strings.)
95 // Too long: We store the length in 1 or 2 bytes.
128 bytes(NULL), bytesCapacity(0), bytesLength(0) {
141 uprv_free(bytes);
193 newTrie=new BytesTrie(bytes, bytes+(bytesCapacity-bytesLength));
197 bytes=NULL; // The new trie now owns the array.
209 result.set(bytes
336 BTLinearMatchNode(const char *bytes, int32_t len, Node *nextNode) argument
[all...]
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DCodedInputStreamTest.java50 * Helper to construct a byte array from a bunch of bytes. The inputs are
54 private byte[] bytes(int... bytesAsInts) { method in class:CodedInputStreamTest
55 byte[] bytes = new byte[bytesAsInts.length];
57 bytes[i] = (byte) bytesAsInts[i];
59 return bytes;
63 * An InputStream which limits the number of bytes it reads at a time.
89 * Parses the given bytes using readRawVarint32() and readRawVarint64() and
123 * Parses the given bytes using readRawVarint32() and readRawVarint64() and
157 assertReadVarint(bytes(0x00), 0);
158 assertReadVarint(bytes(
[all...]
/external/valgrind/main/gdbserver_tests/
H A Dmcleak.stderrB.exp3 10 bytes in 1 blocks are still reachable in loss record ... of ...
8 10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ...
13 21 (+21) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
18 65 (+65) bytes in 2 (+2) blocks are still reachable in loss record ... of ...
23 10 (+10) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
28 0 (-10) bytes in 0 (-1) blocks are still reachable in loss record ... of ...
33 10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ...
38 0 (-10) bytes in 0 (-1) blocks are definitely lost in loss record ... of ...
43 10 (+10) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
48 32 (+32) bytes i
[all...]
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DCollationKeyTest.java94 byte[] bytes = key1.toByteArray();
95 assertTrue("Not enough bytes", bytes.length >= 3);
103 bytes = collator.getCollationKey("1234567").toByteArray();
109 * System.out.println(Integer.toHexString(order)); } for (int i=0; i<bytes.length;
110 * i+=2) { System.out.print(Integer.toHexString(bytes[i]) +
111 * Integer.toHexString(bytes[i+1]) + " "); } System.out.println();
115 assertTrue("Wrong bytes", Arrays.equals(bytes, result));
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
H A DJcaDigestCalculatorProviderBuilder.java91 public void write(byte[] bytes, int off, int len) argument
94 dig.update(bytes, off, len);
97 public void write(byte[] bytes) argument
100 dig.update(bytes);
/external/chromium/chrome/browser/parsers/
H A Dmetadata_parser_jpeg_factory.cc16 char* bytes,
15 CanParse(const FilePath& path, char* bytes, int bytes_size) argument
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dutil.py167 with the masking bytes given to the constructor repeatedly. This object
168 remembers the position in the masking bytes the last mask method call
235 def compress_and_flush(self, bytes):
236 compressed_bytes = self._compress.compress(bytes)
238 self._logger.debug('Compress input %r', bytes)
284 # available bytes before invoking read which blocks until
289 # not empty, bytes of requested length are already in data. We
321 def filter(self, bytes):
327 return self._deflater.compress_and_flush(bytes)[:-4]
338 def filter(self, bytes)
[all...]
/external/emma/core/java12/com/vladium/emma/rt/
H A DInstrClassLoadHook.java54 final byte [] bytes, final int length,
61 $assert.ASSERT (bytes != null, "bytes is null");
62 $assert.ASSERT (bytes != null, "out is null");
68 final ClassDef clsDef = ClassDefParser.parseClass (bytes, length);
53 processClassDef(final String className, final byte [] bytes, final int length, ByteArrayOStream out) argument
/external/guava/guava/src/com/google/common/hash/
H A DAbstractNonStreamingHashFunction.java48 public Hasher putBytes(byte[] bytes) { argument
50 stream.write(bytes);
58 public Hasher putBytes(byte[] bytes, int off, int len) { argument
59 stream.write(bytes, off, len);
/external/icu4c/test/intltest/
H A Dtestutil.h30 static UnicodeString hex(const uint8_t* bytes, int32_t len);
/external/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h33 /// stack frame in bytes.
36 /// BytesToPopOnReturn - Number of bytes function pops on return (in addition
44 /// TailCallReturnAddrDelta - The number of bytes by which return address
66 /// ArgumentStackSize - The number of bytes on stack consumed by the arguments
106 void setCalleeSavedFrameSize(unsigned bytes) { CalleeSavedFrameSize = bytes; } argument
109 void setBytesToPopOnReturn (unsigned bytes) { BytesToPopOnReturn = bytes;} argument
/external/skia/include/core/
H A DSkGraphics.h36 * Return the max number of bytes that should be used by the font cache.
43 * Specify the max number of bytes that should be used by the font cache.
49 static size_t SetFontCacheLimit(size_t bytes);

Completed in 446 milliseconds

1234567891011>>