HomeSort by relevance Sort by last modified time
    Searched refs:bytes (Results 426 - 450 of 2220) sorted by null

<<11121314151617181920>>

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
TextBody.java 38 byte[] bytes = mBody.getBytes("UTF-8");
39 out.write(Base64.encode(bytes, Base64.CRLF));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
simple.h 133 int pa_simple_write(pa_simple *s, const void*data, size_t bytes, int *error);
139 int pa_simple_read(pa_simple *s, void*data, size_t bytes, int *error);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
simple.h 133 int pa_simple_write(pa_simple *s, const void*data, size_t bytes, int *error);
139 int pa_simple_read(pa_simple *s, void*data, size_t bytes, int *error);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
simple.h 133 int pa_simple_write(pa_simple *s, const void*data, size_t bytes, int *error);
139 int pa_simple_read(pa_simple *s, void*data, size_t bytes, int *error);
  /external/icu4c/common/
bytestriebuilder.cpp 29 * Note: This builder implementation stores (bytes, value) pairs with full copies
81 // If the stringOffset is negative, then the first two strings bytes contain
83 // (Compared with a stringLength field here, this saves 3 bytes per string for most strings.)
96 // Too long: We store the length in 1 or 2 bytes.
129 bytes(NULL), bytesCapacity(0), bytesLength(0) {
142 uprv_free(bytes);
195 newTrie=new BytesTrie(bytes, bytes+(bytesCapacity-bytesLength));
199 bytes=NULL; // The new trie now owns the array.
211 result.set(bytes+(bytesCapacity-bytesLength), bytesLength)
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 50 * 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(0x01), 1)
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcleak.stderrB.exp 3 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 in 1 (+1) blocks are definitely lost in loss record ... of ..
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
CollationKeyTest.java 94 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/
JcaDigestCalculatorProviderBuilder.java 91 public void write(byte[] bytes, int off, int len)
94 dig.update(bytes, off, len);
97 public void write(byte[] bytes)
100 dig.update(bytes);
  /external/chromium/chrome/browser/parsers/
metadata_parser_jpeg_factory.cc 16 char* bytes,
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoadHook.java 54 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);
  /external/guava/guava/src/com/google/common/hash/
AbstractNonStreamingHashFunction.java 48 public Hasher putBytes(byte[] bytes) {
50 stream.write(bytes);
58 public Hasher putBytes(byte[] bytes, int off, int len) {
59 stream.write(bytes, off, len);
  /external/valgrind/main/drd/tests/
hg03_inherit.stderr.exp 6 Location 0x........ is 0 bytes inside shared[1],
12 Location 0x........ is 0 bytes inside shared[1],
rwlock_race.stderr.exp 5 Location 0x........ is 0 bytes inside local var "s_racy"
11 Location 0x........ is 0 bytes inside local var "s_racy"
  /external/valgrind/main/memcheck/tests/
badaddrvalue.stderr.exp 3 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
badpoll.stderr.exp 4 Address 0x........ is 8 bytes inside a block of size 15 alloc'd
11 Address 0x........ is 0 bytes after a block of size 15 alloc'd
big_blocks_freed_list.stderr.exp 4 Address 0x........ is 1,000 bytes inside a block of size 1,000,001 free'd
10 Address 0x........ is 1,000 bytes inside a block of size 900,000 free'd
20 Address 0x........ is 2,000 bytes inside a block of size 900,000 free'd
26 Address 0x........ is 10 bytes inside a block of size 10,000 free'd
32 Address 0x........ is 10 bytes inside a block of size 1,000,001 free'd
38 Address 0x........ is 10 bytes inside a block of size 10,000 free'd
44 in use at exit: 1,000,000 bytes in 100 blocks
45 total heap usage: 104 allocs, 4 frees, 3,910,002 bytes allocated
clireq_nofill.stderr.exp 3 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
9 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
malloc2.stderr.exp 3 Address 0x........ is 0 bytes inside a block of size 429 free'd
10 Address 0x........ is 0 bytes inside a block of size 429 free'd
varinfo3.stderr.exp 5 Location 0x........ is 0 bytes inside static_global_def[1],
12 Location 0x........ is 0 bytes inside nonstatic_global_def[2],
19 Location 0x........ is 0 bytes inside static_global_undef[3],
26 Location 0x........ is 0 bytes inside nonstatic_global_undef[4],
34 Address 0x........ is 5 bytes inside data symbol "static_local_def.XXXX"
41 Location 0x........ is 0 bytes inside nonstatic_local_def[6],
49 Address 0x........ is 7 bytes inside data symbol "static_local_undef.XXXX"
56 Location 0x........ is 0 bytes inside nonstatic_local_undef[8],
  /external/webkit/Source/JavaScriptCore/wtf/
TCSystemAlloc.h 41 // Allocate and return "N" bytes of zeroed memory.
44 // requested size. If actual bytes is non-NULL then the allocator
45 // may optionally return more bytes than asked for (i.e. return an
51 extern void* TCMalloc_SystemAlloc(size_t bytes, size_t *actual_bytes,
  /external/webkit/Source/WebCore/page/mac/
WebCoreViewFactory.h 34 - (WebCoreTextMarker *)textMarkerWithBytes:(const void *)bytes length:(size_t)length;
35 - (BOOL)getBytes:(void *)bytes fromTextMarker:(WebCoreTextMarker *)textMarker length:(size_t)length;
  /external/webrtc/src/system_wrappers/interface/
file_wrapper.h 43 // Limits the file size to |bytes|. Writing will fail after the cap
45 virtual int SetMaxFileSize(size_t bytes) = 0;
51 // the buffer in bytes in |size|. The name will be truncated if |size| is
62 // Reads |length| bytes from file to |buf|. Returns the number of bytes read
67 // Writes |length| bytes from |buf| to file. The actual writing may happen
  /frameworks/native/include/utils/
JenkinsHash.h 42 uint32_t JenkinsHashMixBytes(uint32_t hash, const uint8_t* bytes, size_t size);
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprof.java 44 byte[] bytes = new byte[512];
45 for (int i = 0; i < bytes.length; i++) {
48 String string = new String(bytes, 0, i, "UTF-8");
54 bytes[i] = b;
82 * Minimum size in bytes.
87 * Maximum size in bytes. 0 mean no specific limit.

Completed in 3762 milliseconds

<<11121314151617181920>>