/external/chromium_org/chrome/browser/resources/cryptotoken/ |
b64.js | 6 function B64_encode(bytes, opt_length) { 7 if (!opt_length) opt_length = bytes.length; 16 accu |= bytes[inputIndex++]; 34 function base64_encode(bytes, opt_length) { 35 if (!opt_length) opt_length = bytes.length; 44 accu |= bytes[inputIndex++]; 73 var bytes = []; 83 bytes.push((accu >> (shift - 8)) & 255); 87 return bytes;
|
/external/chromium_org/chrome/test/chromedriver/ |
util.h | 31 bool Base64Decode(const std::string& base64, std::string* bytes); 33 // Unzips the sole file contained in the given zip data |bytes| into 40 const std::string& bytes,
|
/external/chromium_org/skia/ext/ |
SkDiscardableMemory_chrome.cc | 36 SkDiscardableMemory* SkDiscardableMemory::Create(size_t bytes) { 38 base::DiscardableMemory::CreateLockedMemory(bytes));
|
/external/chromium_org/storage/common/ |
data_element.h | 21 // bytes, file or blob data. 36 const char* bytes() const { return bytes_ ? bytes_ : &buf_[0]; } function in class:storage::DataElement 47 void SetToBytes(const char* bytes, int bytes_len) { 49 buf_.assign(bytes, bytes + bytes_len); 55 void SetToSharedBytes(const char* bytes, int bytes_len) { 57 bytes_ = bytes; 105 return memcmp(a.bytes(), b.bytes(), b.length()) == 0;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_linear.c | 42 size_t bytes = t->cols * t->block.size; local 51 ptr = (char*)src_ptr + src_stride * t->rows * y + bytes * x; 53 memcpy(dst_ptr2, ptr, bytes); 54 dst_ptr2 += bytes; 66 size_t bytes = t->cols * t->block.size; local 73 ptr = (char*)dst_ptr + dst_stride * t->rows * y + bytes * x; 75 memcpy(ptr, src_ptr2, bytes); 76 src_ptr2 += bytes;
|
/external/chromium_org/third_party/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/chromium_org/third_party/skia/src/pipe/utils/ |
SamplePipeControllers.cpp | 35 void PipeController::notifyWritten(size_t bytes) { 36 fStatus = fReader.playback(this->getData(), bytes); 38 fBytesWritten += bytes; 76 void TiledPipeController::notifyWritten(size_t bytes) { 78 fReaders[i].playback(this->getData(), bytes); 80 this->INHERITED::notifyWritten(bytes); 105 void ThreadSafePipeController::notifyWritten(size_t bytes) { 106 fBytesWritten += bytes;
|
/external/conscrypt/src/main/java/org/conscrypt/ |
OpenSSLRandom.java | 36 protected void engineNextBytes(byte[] bytes) { 38 NativeCrypto.RAND_bytes(bytes); 75 throw new SecurityException("Failed to read sufficient bytes from /dev/urandom."
|
/external/emma/core/java12/com/vladium/jcd/cls/constant/ |
CONSTANT_String_info.java | 75 protected CONSTANT_String_info (final UDataInputStream bytes) throws IOException 77 m_string_index = bytes.readU2 ();
|
/external/fio/os/ |
os-aix.h | 29 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes) 34 *bytes = (unsigned long long)info.un.scdk.numblks *
|
/external/iproute2/include/linux/ |
gen_stats.h | 18 * @bytes: number of seen bytes 22 __u64 bytes; member in struct:gnet_stats_basic 26 __u64 bytes; member in struct:gnet_stats_basic_packed
|
/external/kernel-headers/original/uapi/linux/ |
gen_stats.h | 19 * @bytes: number of seen bytes 23 __u64 bytes; member in struct:gnet_stats_basic 27 __u64 bytes; member in struct:gnet_stats_basic_packed
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_linear.c | 42 size_t bytes = t->cols * t->block.size; local 51 ptr = (char*)src_ptr + src_stride * t->rows * y + bytes * x; 53 memcpy(dst_ptr2, ptr, bytes); 54 dst_ptr2 += bytes; 66 size_t bytes = t->cols * t->block.size; local 73 ptr = (char*)dst_ptr + dst_stride * t->rows * y + bytes * x; 75 memcpy(ptr, src_ptr2, bytes); 76 src_ptr2 += bytes;
|
/external/pdfium/core/src/fxcrt/ |
fx_basic_plex.cpp | 23 FX_BYTE* bytes = (FX_BYTE*) p;
local 25 FX_Allocator_Free(pAllocator, bytes);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowBase64.java | 12 public static String encodeToString(byte[] bytes, int flags) { 14 return base64.encodeBase64String(bytes);
|
/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/pipe/utils/ |
SamplePipeControllers.cpp | 35 void PipeController::notifyWritten(size_t bytes) { 36 fStatus = fReader.playback(this->getData(), bytes); 38 fBytesWritten += bytes; 76 void TiledPipeController::notifyWritten(size_t bytes) { 78 fReaders[i].playback(this->getData(), bytes); 80 this->INHERITED::notifyWritten(bytes); 105 void ThreadSafePipeController::notifyWritten(size_t bytes) { 106 fBytesWritten += bytes;
|
/external/valgrind/main/gdbserver_tests/ |
hginfo.stderrB.exp | 4 Address 0x........ is 0 bytes inside data symbol "mx" 8 Address 0x........ is 0 bytes inside a block of size 1,008 alloc'd 14 Address 0x........ is 0 bytes inside data symbol "mx" 18 Address 0x........ is 0 bytes inside an unallocated block of size 1,008 in arena "client"
|
/external/valgrind/main/memcheck/tests/ |
clo_redzone_128.stderr.exp | 4 Address 0x........ is 69 bytes after a block of size 128 alloc'd
|
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 ...
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { 45 mBuf.get(bytes, off, len);
|
/libcore/luni/src/main/java/java/nio/charset/ |
Charsets.java | 26 * Returns a new byte array containing the bytes corresponding to the given characters, 32 * Returns a new byte array containing the bytes corresponding to the given characters, 38 * Returns a new byte array containing the bytes corresponding to the given characters, 44 * Returns a new byte array containing the bytes corresponding to the given characters, 60 * Decodes the given US-ASCII bytes into the given char[]. Equivalent to but faster than: 67 public static native void asciiBytesToChars(byte[] bytes, int offset, int length, char[] chars); 70 * Decodes the given ISO-8859-1 bytes into the given char[]. Equivalent to but faster than: 76 public static native void isoLatin1BytesToChars(byte[] bytes, int offset, int length, char[] chars);
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
MessageDigest1Test.java | 59 final byte[] bytes = { 1, 2, 3, 4, 5 }; 60 md.update(bytes, 1, 2); 72 md.update(bytes, 0, bytes.length + 1); 78 md.update(bytes, Integer.MAX_VALUE, 1); 88 assertSame("buf", bytes, arg0); 94 md.update(bytes, offset, len); 153 final byte[] bytes = new byte[] { 2, 4, 1 }; 162 md.digest(bytes, 0, bytes.length + 1) [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { 45 mBuf.get(bytes, off, len);
|