| /external/chromium_org/third_party/harfbuzz-ng/src/ |
| hb-ot-layout-gpos-table.hh | 38 /* buffer **position** var allocations */ 399 hb_buffer_t *buffer = c->buffer; local 412 mark_anchor.get_anchor (c->font, buffer->cur().codepoint, &mark_x, &mark_y); 413 glyph_anchor.get_anchor (c->font, buffer->info[glyph_pos].codepoint, &base_x, &base_y); 415 hb_glyph_position_t &o = buffer->cur_pos(); 418 o.attach_lookback() = buffer->idx - glyph_pos; 420 buffer->idx++; 449 hb_buffer_t *buffer = c->buffer; local 495 hb_buffer_t *buffer = c->buffer; local 600 hb_buffer_t *buffer = c->buffer; local 672 hb_buffer_t *buffer = c->buffer; local 743 hb_buffer_t *buffer = c->buffer; local 890 hb_buffer_t *buffer = c->buffer; local 1038 hb_buffer_t *buffer = c->buffer; local 1142 hb_buffer_t *buffer = c->buffer; local 1258 hb_buffer_t *buffer = c->buffer; local [all...] |
| /external/harfbuzz_ng/src/ |
| hb-ot-layout-gpos-table.hh | 38 /* buffer **position** var allocations */ 399 hb_buffer_t *buffer = c->buffer; local 412 mark_anchor.get_anchor (c->font, buffer->cur().codepoint, &mark_x, &mark_y); 413 glyph_anchor.get_anchor (c->font, buffer->info[glyph_pos].codepoint, &base_x, &base_y); 415 hb_glyph_position_t &o = buffer->cur_pos(); 418 o.attach_lookback() = buffer->idx - glyph_pos; 420 buffer->idx++; 449 hb_buffer_t *buffer = c->buffer; local 495 hb_buffer_t *buffer = c->buffer; local 600 hb_buffer_t *buffer = c->buffer; local 672 hb_buffer_t *buffer = c->buffer; local 743 hb_buffer_t *buffer = c->buffer; local 890 hb_buffer_t *buffer = c->buffer; local 1038 hb_buffer_t *buffer = c->buffer; local 1142 hb_buffer_t *buffer = c->buffer; local 1258 hb_buffer_t *buffer = c->buffer; local [all...] |
| /external/chromium_org/mojo/public/python/mojo/ |
| system.pyx | 11 from cpython.buffer cimport PyBUF_CONTIG 12 from cpython.buffer cimport PyBUF_CONTIG_RO 13 from cpython.buffer cimport Py_buffer 14 from cpython.buffer cimport PyBuffer_FillInfo 15 from cpython.buffer cimport PyBuffer_Release 16 from cpython.buffer cimport PyObject_GetBuffer 80 """Retrieve pointer to a buffer a creation, and release it at destruction. 89 raise TypeError('Unable to read buffer.') 100 def _SliceBuffer(buffer, size): 101 """Slice the given buffer, reducing it to the given size 243 def buffer(self): member in class:DataPipeTwoPhaseBuffer 273 def buffer(self): member in class:MappedBuffer [all...] |
| /external/libedit/src/ |
| common.c | 78 /* end of buffer space, try to allocate more */ 116 if (el->el_line.cursor == el->el_line.buffer) 119 cp = c__prev_word(el->el_line.cursor, el->el_line.buffer, 128 if (el->el_line.cursor < el->el_line.buffer) 129 el->el_line.cursor = el->el_line.buffer; /* bounds check */ 146 EL.buffer, EL.buffer, EL.cursor, EL.cursor, EL.lastchar, 152 if (el->el_line.cursor == el->el_line.buffer) { 174 el->el_line.cursor > el->el_line.buffer) 234 el->el_line.cursor = el->el_line.buffer; [all...] |
| /external/chromium_org/third_party/libxml/src/ |
| xmlIO.c | 170 "Inappropriate message buffer length",/* EMSGSIZE */ 198 "buffer full", 797 * @buffer: where to drop data 800 * Read @len bytes to @buffer from the I/O channel. 805 xmlFdRead (void * context, char * buffer, int len) { 808 ret = read((int) (long) context, &buffer[0], len); 817 * @buffer: where to get data 820 * Write @len bytes from @buffer to the I/O channel. 825 xmlFdWrite (void * context, const char * buffer, int len) { 829 ret = write((int) (long) context, &buffer[0], len) 1941 char buffer[ 4096 ]; local 3125 char *buffer = NULL; local [all...] |
| /cts/suite/audio_quality/lib/src/ |
| SimpleScriptExec.cpp | 73 char buffer[READ_SIZE]; local 81 while((len = fread(buffer, 1, READ_SIZE, fpipe)) > 0) { 82 result.append(buffer, len);
|
| /development/samples/Vault/src/com/example/android/vault/ |
| Utils.java | 62 byte[] buffer = new byte[1024]; 64 while ((count = in.read(buffer)) != -1) { 65 bytes.write(buffer, 0, count);
|
| /external/apache-http/src/org/apache/http/impl/auth/ |
| RFC2617Scheme.java | 72 final CharArrayBuffer buffer, int pos, int len) throws MalformedChallengeException { 74 ParserCursor cursor = new ParserCursor(pos, buffer.length()); 75 HeaderElement[] elements = parser.parseElements(buffer, cursor);
|
| /external/apache-http/src/org/apache/http/impl/io/ |
| AbstractMessageWriter.java | 59 public AbstractMessageWriter(final SessionOutputBuffer buffer, 63 if (buffer == null) { 64 throw new IllegalArgumentException("Session input buffer may not be null"); 66 this.sessionBuffer = buffer;
|
| /external/chromium_org/base/ |
| async_socket_io_handler_posix.cc | 45 bool AsyncSocketIoHandler::Read(char* buffer, int buffer_len) { 52 int bytes_read = HANDLE_EINTR(read(socket_, buffer, buffer_len)); 55 pending_buffer_ = buffer;
|
| /external/chromium_org/base/process/ |
| process_metrics_win.cc | 130 PSAPI_WORKING_SET_INFORMATION* buffer = NULL; local 136 // if we can't expand the buffer, don't leak the previous 140 realloc(buffer, buffer_size)); 142 free(buffer); 145 buffer = new_buffer; 148 if (QueryWorkingSet(process_, buffer, buffer_size)) 152 free(buffer); 156 number_of_entries = static_cast<DWORD>(buffer->NumberOfEntries); 158 // Maybe some entries are being added right now. Increase the buffer to 163 free(buffer); // If we're looping, eventually fail [all...] |
| /external/chromium_org/chrome/browser/ui/webui/print_preview/ |
| sticky_settings.cc | 56 std::string buffer; local 57 if (value->GetString(printing::kSettingAppState, &buffer)) 58 printer_app_state_.reset(new std::string(buffer));
|
| /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/ |
| TestHttpServerClient.java | 62 byte[] buffer = new byte[128]; 63 int length = is.read(buffer); 67 expectedResponse, new String(buffer, 0, length).trim());
|
| /external/chromium_org/chromecast/media/cma/base/ |
| buffering_frame_provider.h | 35 // size might overflow the buffer: |total_buffer_size_| + next_frame_size 53 const scoped_refptr<DecoderBufferBase>& buffer, 58 const scoped_refptr<DecoderBufferBase>& buffer() const { return buffer_; } function in class:chromecast::media::BufferingFrameProvider::BufferWithConfig 72 void OnNewBuffer(const scoped_refptr<DecoderBufferBase>& buffer, 95 // Max amount of data to buffer.
|
| mock_frame_provider.cc | 63 scoped_refptr<DecoderBufferBase> buffer(frame_generator_->Generate()); 64 ASSERT_TRUE(buffer.get()); 91 read_cb.Run(buffer, audio_config, video_config);
|
| /external/chromium_org/content/browser/device_sensors/ |
| sensor_manager_android.h | 24 // memory buffer, which is read by the renderer processes. 45 bool StartFetchingDeviceLightData(DeviceLightHardwareBuffer* buffer); 48 bool StartFetchingDeviceMotionData(DeviceMotionHardwareBuffer* buffer); 52 DeviceOrientationHardwareBuffer* buffer);
|
| /external/chromium_org/content/child/webcrypto/nss/ |
| util_nss.cc | 27 // Creates a SECItem for the data in |buffer|. This does NOT make a copy, so 28 // |buffer| should outlive the SECItem. 29 SECItem MakeSECItemForBuffer(const CryptoData& buffer) { 33 const_cast<unsigned char*>(buffer.bytes()), buffer.byte_length()};
|
| /external/chromium_org/content/renderer/gpu/ |
| compositor_software_output_device.h | 44 // Internal buffer class that manages shared memory lifetime and ownership. 48 class Buffer { 50 explicit Buffer(unsigned id, scoped_ptr<cc::SharedBitmap> bitmap); 51 ~Buffer(); 61 Buffer* parent() const { return parent_; } 62 void SetParent(Buffer* parent, const gfx::Rect& damage); 64 bool FindDamageDifferenceFrom(Buffer* buffer, SkRegion* result) const; 70 Buffer* parent_; 73 DISALLOW_COPY_AND_ASSIGN(Buffer); [all...] |
| /external/chromium_org/content/shell/tools/plugin/Tests/ |
| GetURLWithJavaScriptURL.cpp | 107 virtual int32_t NPP_Write(NPStream* stream, int32_t offset, int32_t len, void* buffer) OVERRIDE 112 m_data.insert(m_data.end(), static_cast<char*>(buffer), static_cast<char*>(buffer) + len);
|
| /external/chromium_org/courgette/ |
| courgette.h | 101 Status DetectExecutableType(const void* buffer, size_t length, 109 Status ParseDetectedExecutable(const void* buffer, size_t length, 125 // Assembles |encoded|, emitting the bytes into |buffer|. 127 // |buffer| in an undefined state. 128 Status Assemble(EncodedProgram* encoded, SinkStream* buffer);
|
| /external/chromium_org/device/hid/ |
| hid_connection_linux.h | 28 virtual void PlatformWrite(scoped_refptr<net::IOBuffer> buffer, 34 scoped_refptr<net::IOBuffer> buffer, 45 void ProcessInputReport(scoped_refptr<net::IOBuffer> buffer, size_t size);
|
| /external/chromium_org/gpu/command_buffer/client/ |
| buffer_tracker.h | 22 // Tracks buffer objects for client side of command buffer. 25 class GLES2_IMPL_EXPORT Buffer { 27 Buffer(GLuint id, 103 Buffer* CreateBuffer(GLuint id, GLsizeiptr size); 104 Buffer* GetBuffer(GLuint id); 107 // Frees the block of memory associated with buffer, pending the passage 109 void FreePendingToken(Buffer* buffer, int32 token); 110 void Unmanage(Buffer* buffer) [all...] |
| gpu_memory_buffer_tracker.cc | 30 gfx::GpuMemoryBuffer* buffer = gpu_control_->CreateGpuMemoryBuffer( local 32 if (!buffer) 36 buffers_.insert(std::make_pair(image_id, buffer));
|
| /external/chromium_org/media/base/ |
| seekable_buffer.cc | 49 // Advance position if we are in the end of the current buffer. 67 // Since the forward capacity is only used to check the criteria for buffer 68 // full, we always append data to the buffer. 71 // After we have written the first buffer, update |current_buffer_| to point 83 // appending more data to this buffer. 131 // have to account for the offset we are in the current buffer, so take the 133 // current buffer. 136 // Decreases the offset in the current buffer since we are rewinding. 144 // consumed in the current buffer. 149 // The current buffer pointed by current iterator has been consumed. Mov 174 scoped_refptr<DataBuffer> buffer = *i; local 198 scoped_refptr<DataBuffer> buffer = *current_buffer; local [all...] |
| test_data_util.cc | 48 scoped_refptr<DecoderBuffer> buffer(new DecoderBuffer(file_size)); 51 file_path, reinterpret_cast<char*>(buffer->writable_data()), 54 return buffer;
|