/external/skia/src/core/ |
SkGraphics.cpp | 145 size_t SkGraphics::SetFontCacheLimit(size_t bytes) { 148 if (bytes < SK_MIN_FONT_CACHE_LIMIT) { 149 bytes = SK_MIN_FONT_CACHE_LIMIT; 151 gFontCacheLimit = bytes; 154 if (bytes < SkGlyphCache::GetCacheUsed()) { 155 SkGlyphCache::SetCacheUsed(bytes);
|
/external/skia/src/gpu/ |
SkGrFontScaler.cpp | 113 static void bits_to_bytes(const uint8_t bits[], uint8_t bytes[], int count) { 117 *bytes++ = (mask & (1 << i)) ? 0xFF : 0; 140 // expand bits to bytes 142 uint8_t* bytes = reinterpret_cast<uint8_t*>(dst); local 144 bits_to_bytes(bits, bytes, width); 146 bytes += dstRB;
|
/external/valgrind/main/gdbserver_tests/ |
mchelp.stdoutB.exp | 15 returns validity bits for <len> (or 1) bytes at <addr> 20 mark <len> (or 1) bytes at <addr> with the given accessibility 22 check that <len> (or 1) bytes at <addr> have the given accessibility 52 returns validity bits for <len> (or 1) bytes at <addr> 57 mark <len> (or 1) bytes at <addr> with the given accessibility 59 check that <len> (or 1) bytes at <addr> have the given accessibility
|
/external/valgrind/main/memcheck/tests/ |
badrw.stderr.exp | 3 Address 0x........ is 4 bytes before a block of size 10 alloc'd 9 Address 0x........ is 4 bytes before a block of size 10 alloc'd 15 Address 0x........ is 4 bytes before a block of size 10 alloc'd 21 Address 0x........ is 4 bytes before a block of size 10 alloc'd 27 Address 0x........ is 1 bytes before a block of size 10 alloc'd 33 Address 0x........ is 1 bytes before a block of size 10 alloc'd
|
custom_alloc.stderr.exp | 3 Address 0x........ is 0 bytes after a block of size 40 alloc'd 9 Address 0x........ is 0 bytes after a block of size 20 alloc'd 18 Address 0x........ is 0 bytes after a block of size 28 alloc'd 24 Address 0x........ is 4 bytes inside a block of size 28 alloc'd 36 Address 0x........ is 0 bytes inside a block of size 40 alloc'd 42 Address 0x........ is 0 bytes inside a block of size 28 free'd
|
leak-cases-possible.stderr.exp | 5 16 bytes in 1 blocks are definitely lost in loss record ... of ... 11 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 17 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 27 16 bytes in 1 blocks are definitely lost in loss record ... of ... 33 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 39 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
|
varinfo1.stderr.exp | 4 Address 0x........ is 1 bytes inside a block of size 3 alloc'd 11 Location 0x........ is 0 bytes inside global var "global_u1" 17 Location 0x........ is 0 bytes inside global var "global_i1" 23 Location 0x........ is 0 bytes inside global_u2[3], 29 Location 0x........ is 0 bytes inside global_i2[7], 35 Location 0x........ is 0 bytes inside local var "local"
|
varinfo1.stderr.exp-ppc64 | 4 Address 0x........ is 1 bytes inside a block of size 3 alloc'd 11 Location 0x........ is 0 bytes inside global var "global_u1" 17 Location 0x........ is 0 bytes inside global var "global_i1" 23 Location 0x........ is 0 bytes inside global_u2[3], 29 Location 0x........ is 0 bytes inside global_i2[7], 35 Location 0x........ is 0 bytes inside local var "local"
|
/external/wpa_supplicant_8/src/crypto/ |
crypto.h | 74 * @seed_len: Seed length in bytes 76 * @xlen: Output length in bytes 108 * @len: Key length in bytes (usually 16, i.e., 128 bits) 116 * @plain: Plaintext data to be encrypted (16 bytes) 117 * @crypt: Buffer for the encrypted data (16 bytes) 130 * @len: Key length in bytes (usually 16, i.e., 128 bits) 138 * @crypt: Encrypted data (16 bytes) 139 * @plain: Buffer for the decrypted data (16 bytes) 162 * @key_len: Length of the key in bytes 217 * @key_len: Length of key in bytes [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothInputStream.java | 37 * Return number of bytes available before this stream will block. 69 * Reads at most {@code length} bytes from this stream and stores them in 73 * the byte array in which to store the bytes read. 75 * the initial position in {@code buffer} to store the bytes 78 * the maximum number of bytes to store in {@code b}. 79 * @return the number of bytes actually read or -1 if the end of the stream
|
/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.
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1StringType.java | 67 byte[] bytes = ((String) out.content).getBytes(Charsets.UTF_8); 68 out.content = bytes; 69 out.length = bytes.length; 116 byte[] bytes = ((String) out.content).getBytes(Charsets.UTF_8); 117 out.content = bytes; 118 out.length = bytes.length;
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
xmalloc.c | 40 /* Allocate N bytes of memory dynamically, with error checking. */ 51 /* Change the size of an allocated block of memory P to N bytes, 63 /* If P is null, allocate a block of at least *PN bytes; otherwise, 64 reallocate P so that it contains more than *PN bytes. *PN must be 75 /* Allocate S bytes of zeroed memory dynamically, with error checking. 85 /* Allocate zeroed memory for N elements of S bytes, with error
|
/bootable/bootloader/legacy/libboot/ |
tags_partition.c | 33 static void ptn_importer(unsigned tag, void *data, unsigned bytes, void *cookie) 38 while(bytes >= sizeof(*ptn)) { 42 bytes -= sizeof(*ptn);
|
/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/tools/jdwpspy/ |
Common.h | 34 * Get 2 big-endian bytes. 47 * Get 4 big-endian bytes. 62 * Get 8 big-endian bytes.
|
/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/bouncycastle/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/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
|