| /external/chromium_org/third_party/skia/src/core/ |
| SkPathHeap.cpp | 21 SkPathHeap::SkPathHeap(SkReadBuffer& buffer) 23 const int count = buffer.readInt(); 31 buffer.readPath(p); 85 void SkPathHeap::flatten(SkWriteBuffer& buffer) const { 88 buffer.writeInt(count); 92 buffer.writePath(**iter);
|
| /external/harfbuzz_ng/src/ |
| hb-ot-shape-complex-thai.cc | 219 hb_buffer_t *buffer, 226 hb_glyph_info_t *info = buffer->info; 227 unsigned int count = buffer->len; 258 hb_buffer_t *buffer, 316 buffer->clear_output (); 317 unsigned int count = buffer->len; 318 for (buffer->idx = 0; buffer->idx < count;) 320 hb_codepoint_t u = buffer->cur().codepoint; 322 buffer->next_glyph () [all...] |
| /external/jpeg/ |
| jdatadst.c | 29 JOCTET * buffer; /* start of buffer */ member in struct:__anon2247 47 /* Allocate the output buffer --- it will be released when done with image */ 48 dest->buffer = (JOCTET *) 52 dest->pub.next_output_byte = dest->buffer; 58 * Empty the output buffer --- called whenever buffer fills up. 60 * In typical applications, this should write the entire output buffer 62 * reset the pointer & count to the start of the buffer, and return TRUE 63 * indicating that the buffer has been dumped [all...] |
| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_writer.h | 28 uint8_t *buffer; member in struct:__anon4533 35 void vp9_start_encode(vp9_writer *bc, uint8_t *buffer); 65 while (x >= 0 && br->buffer[x] == 0xff) { 66 br->buffer[x] = 0; 70 br->buffer[x] += 1; 73 br->buffer[br->pos++] = (lowvalue >> (24 - offset));
|
| /external/lldb/utils/vim-lldb/python-vim-lldb/ |
| vim_signs.py | 21 def __init__(self, sign_text, buffer, line_number, highlight_colour=None): 31 self.show(name, buffer.number, line_number) 56 vim.command("sign place %d name=%s line=%d buffer=%s" % (self.id, name, line_number, buffer_number)) 64 def __init__(self, buffer, line_number, is_resolved): 66 super(BreakpointSign, self).__init__(txt, buffer, line_number) 69 def __init__(self, buffer, line_number, is_selected_thread): 71 buffer,
|
| /external/chromium_org/mojo/system/ |
| message_pipe_dispatcher_unittest.cc | 34 int32_t buffer[1]; local 35 const uint32_t kBufferSize = static_cast<uint32_t>(sizeof(buffer)); 69 buffer[0] = 123456789; 71 d1->WriteMessage(UserPointer<const void>(buffer), 98 buffer[0] = 0; 101 d0->ReadMessage(UserPointer<void>(buffer), 107 EXPECT_EQ(123456789, buffer[0]); 144 char buffer[1]; local 157 // Huge buffer size. 159 d0->WriteMessage(UserPointer<const void>(buffer), 216 int32_t buffer[1]; local 358 int32_t buffer[1]; local 536 unsigned char buffer[kMaxMessageSize]; variable 588 unsigned char buffer[kMaxMessageSize]; variable [all...] |
| /bionic/libc/bionic/ |
| libgen.cpp | 39 __LIBC64_HIDDEN__ int basename_r(const char* path, char* buffer, size_t buffer_size) { 75 if (buffer == NULL) { 85 memcpy(buffer, startp, len); 86 buffer[len] = 0; 91 __LIBC64_HIDDEN__ int dirname_r(const char* path, char* buffer, size_t buffer_size) { 133 if (buffer == NULL) { 144 memcpy(buffer, path, len); 145 buffer[len] = 0;
|
| /cts/libs/deviceutil/src/android/cts/util/ |
| FileUtils.java | 116 byte[] buffer = new byte[4096]; 118 while ((bytesRead = inputStream.read(buffer)) >= 0) { 119 out.write(buffer, 0, bytesRead); 140 byte[] buffer = new byte[numBytes]; 143 output.write(buffer); 151 byte[] buffer = new byte[32768]; 154 while ((count = is.read(buffer)) != -1) { 155 os.write(buffer, 0, count);
|
| /development/host/windows/usb/api/ |
| adb_legacy_endpoint_object.h | 60 @param[in,out] buffer Pointer to the buffer for read / write.
73 void* buffer,
82 @param[in,out] buffer Pointer to the buffer for read / write.
92 void* buffer,
|
| /development/host/windows/usb/winusb/ |
| adb_winusb_endpoint_object.h | 83 @param[in,out] buffer Pointer to the buffer for read / write.
96 void* buffer,
105 @param[in,out] buffer Pointer to the buffer for read / write.
115 void* buffer,
|
| /development/ndk/platforms/android-3/include/linux/ |
| xattr.h | 37 int (*get)(struct inode *inode, const char *name, void *buffer, 39 int (*set)(struct inode *inode, const char *name, const void *buffer,
|
| /external/apache-http/src/org/apache/http/impl/auth/ |
| NTLMScheme.java | 97 final CharArrayBuffer buffer, int pos, int len) throws MalformedChallengeException { 98 String challenge = buffer.substringTrimmed(pos, len); 140 CharArrayBuffer buffer = new CharArrayBuffer(32); local 142 buffer.append(AUTH.PROXY_AUTH_RESP); 144 buffer.append(AUTH.WWW_AUTH_RESP); 146 buffer.append(": NTLM "); 147 buffer.append(response); 148 return new BufferedHeader(buffer);
|
| /external/apache-xml/src/main/java/org/apache/xalan/templates/ |
| AVT.java | 182 FastStringBuffer buffer = null; local 185 buffer = StringBufferPool.get(); 188 buffer = new FastStringBuffer(6); 218 buffer.append(t); 234 buffer.append(lookahead); 251 if (buffer.length() > 0) 253 m_parts.addElement(new AVTPartSimple(buffer.toString())); 254 buffer.setLength(0); 306 buffer.setLength(0); 359 buffer.append(lookahead) [all...] |
| /external/chromium_org/base/ |
| os_compat_android_unittest.cc | 26 char* buffer = const_cast<char*>(sub_dir_string.c_str()); local 27 EXPECT_EQ(NULL, mkdtemp(buffer));
|
| /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/ |
| buffering_file_stream_reader.cc | 33 int BufferingFileStreamReader::Read(net::IOBuffer* buffer, 36 // Return as much as available in the internal buffer. It may be less than 39 CopyFromPreloadingBuffer(make_scoped_refptr(buffer), buffer_length); 43 // If the internal buffer is empty, and more bytes than the internal buffer 47 buffer, 61 make_scoped_refptr(buffer), 77 scoped_refptr<net::IOBuffer> buffer, 81 memcpy(buffer->data(), 102 scoped_refptr<net::IOBuffer> buffer, [all...] |
| /external/chromium_org/chromecast/media/cma/base/ |
| decoder_buffer_adapter.cc | 13 const scoped_refptr< ::media::DecoderBuffer>& buffer) 14 : buffer_(buffer) {
|
| /external/chromium_org/components/autofill/core/browser/crypto/ |
| rc4_decryptor.h | 39 scoped_ptr<wchar_t[]> buffer(new wchar_t[data.length() + 1]); 40 memset(buffer.get(), 0, (data.length() + 1) * sizeof(wchar_t)); 41 memcpy(buffer.get(), data.c_str(), data_size); 43 RunInternal(reinterpret_cast<uint8 *>(buffer.get()), data_size); 45 std::wstring result(buffer.get()); 48 memset(buffer.get(), 0, data_size); 85 void RunInternal(uint8 *buffer, int buffer_len) { 99 buffer[counter] ^= state[xor_index];
|
| /external/chromium_org/components/cronet/android/java/src/org/chromium/net/ |
| ChunkedWritableByteChannel.java | 17 * the cost of reallocating a byte buffer. 40 public int write(ByteBuffer buffer) throws IOException { 45 int size = buffer.remaining(); 50 mInitialBuffer.put(buffer); 61 // We can't hold a reference to this buffer, because it may wrap native 64 tmpBuf.put(buffer).rewind(); 104 ByteBuffer buffer = mBuffers.get(i); local 105 int bufferSize = buffer.remaining(); 106 buffer.get(bytes, offset, bufferSize); 107 buffer.rewind() [all...] |
| /external/chromium_org/content/child/webcrypto/ |
| algorithm_implementation.h | 48 std::vector<uint8_t>* buffer) const; 54 std::vector<uint8_t>* buffer) const; 60 std::vector<uint8_t>* buffer) const; 72 std::vector<uint8_t>* buffer) const; 158 std::vector<uint8_t>* buffer) const; 161 std::vector<uint8_t>* buffer) const; 164 std::vector<uint8_t>* buffer) const; 167 std::vector<uint8_t>* buffer) const;
|
| /external/chromium_org/content/child/webcrypto/openssl/ |
| aes_cbc_openssl.cc | 43 std::vector<uint8_t>* buffer) { 86 buffer->resize(output_max_len.ValueOrDie()); 88 unsigned char* const buffer_data = vector_as_array(buffer); 107 buffer->resize(final_output_len); 119 std::vector<uint8_t>* buffer) const OVERRIDE { 120 return AesCbcEncryptDecrypt(ENCRYPT, algorithm, key, data, buffer); 126 std::vector<uint8_t>* buffer) const OVERRIDE { 127 return AesCbcEncryptDecrypt(DECRYPT, algorithm, key, data, buffer);
|
| /external/chromium_org/gpu/command_buffer/service/ |
| vertex_attrib_manager.cc | 46 Buffer* buffer, 54 buffer_ = buffer; 63 void VertexAttrib::Unbind(Buffer* buffer) { 64 if (buffer_.get() == buffer) { 135 void VertexAttribManager::SetElementArrayBuffer(Buffer* buffer) { 136 element_array_buffer_ = buffer; 151 void VertexAttribManager::Unbind(Buffer* buffer) 200 Buffer* buffer = attrib->buffer(); local 245 Buffer* buffer = attrib->buffer(); local [all...] |
| /external/chromium_org/media/filters/ |
| blocking_url_protocol_unittest.cc | 48 uint8 buffer[32]; local 49 EXPECT_EQ(32, url_protocol_.Read(32, buffer)); 54 EXPECT_EQ(32, url_protocol_.Read(32, buffer)); 62 EXPECT_EQ(32, url_protocol_.Read(32, buffer)); 66 EXPECT_EQ(16, url_protocol_.Read(32, buffer)); 70 EXPECT_EQ(0, url_protocol_.Read(32, buffer)); 78 uint8 buffer[32]; local 80 EXPECT_EQ(AVERROR(EIO), url_protocol_.Read(32, buffer));
|
| /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/ |
| packet.cc | 24 void Packet::Copy(const void* buffer, size_t len, PP_Resource addr) { 30 memcpy(buffer_, buffer, len);
|
| /external/chromium_org/net/spdy/ |
| spdy_pinnable_buffer_piece.cc | 27 const char* buffer = buffer_; local 29 other->buffer_ = buffer;
|
| /external/chromium_org/net/tools/quic/ |
| quic_default_packet_writer.cc | 19 const char* buffer, 25 fd_, buffer, buf_len, self_address, peer_address);
|