HomeSort by relevance Sort by last modified time
    Searched refs:new_offset (Results 1 - 25 of 59) sorted by null

1 2 3

  /art/compiler/
vector_output_stream.cc 28 off_t new_offset = 0; local
31 new_offset = offset;
35 new_offset = offset_ + offset;
39 new_offset = vector_.size() + offset;
43 EnsureCapacity(new_offset);
44 offset_ = new_offset;
vector_output_stream.h 40 off_t new_offset = offset_ + byte_count; local
41 EnsureCapacity(new_offset);
43 offset_ = new_offset;
51 void EnsureCapacity(off_t new_offset) {
52 if (new_offset > static_cast<off_t>(vector_.size())) {
53 vector_.resize(new_offset);
  /external/chromium_org/media/filters/
ffmpeg_glue.cc 32 int64 new_offset = AVERROR(EIO); local
36 protocol->GetPosition(&new_offset);
44 protocol->GetPosition(&new_offset);
52 protocol->GetPosition(&new_offset);
56 protocol->GetSize(&new_offset);
62 if (new_offset < 0)
63 new_offset = AVERROR(EIO);
64 return new_offset;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
real_node.cc 33 int64_t new_offset; local
34 int err = _real_lseek(real_fd_, attr.offs, 0, &new_offset);
55 int64_t new_offset; local
56 err = _real_lseek(real_fd_, attr.offs, 0, &new_offset);
  /external/chromium_org/net/quic/
quic_flow_controller.cc 57 bool QuicFlowController::UpdateHighestReceivedOffset(uint64 new_offset) {
63 if (new_offset <= highest_received_byte_offset_) {
69 << highest_received_byte_offset_ << " to " << new_offset; local
70 highest_received_byte_offset_ = new_offset;
quic_flow_controller.h 39 // in the case where |new_offset| is <= highest_received_byte_offset_.
40 bool UpdateHighestReceivedOffset(uint64 new_offset);
reliable_quic_stream.h 106 bool MaybeIncreaseHighestReceivedOffset(uint64 new_offset);
116 void UpdateSendWindowOffset(uint64 new_offset);
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_fdio.cc 43 nacl_abi_off_t* new_offset) {
44 return CheckErrorWithResult(lseek(fd, offset, whence), new_offset);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_real.h 20 int _real_lseek(int fd, int64_t offset, int whence, int64_t* new_offset);
kernel_handle.cc 84 off_t new_offset = base + offset;
88 if (new_offset > node_size) {
89 error = node_->FTruncate(new_offset);
94 *out_offset = handle_attr_.offs = new_offset;
kernel_wrap_dummy.cc 30 int _real_lseek(int fd, off_t offset, int whence, off_t* new_offset) {
kernel_wrap_newlib.cc 125 int WRAP(seek)(int fd, off_t offset, int whence, off_t* new_offset) {
126 *new_offset = ki_lseek(fd, offset, whence);
127 ERRNO_RTN(*new_offset);
312 int _real_lseek(int fd, off_t offset, int whence, off_t* new_offset) {
314 return REAL(seek)(fd, offset, whence, new_offset);
kernel_wrap_bionic.cc 298 int WRAP(seek)(int fd, off64_t offset, int whence, int64_t* new_offset) {
299 *new_offset = ki_lseek(fd, offset, whence);
300 ERRNO_RTN(*new_offset);
427 int _real_lseek(int fd, int64_t offset, int whence, int64_t* new_offset) {
431 *new_offset = static_cast<off_t>(nacl_new_offs);
kernel_wrap_glibc.cc 312 int WRAP(seek)(int fd, off_t offset, int whence, off_t* new_offset) {
313 *new_offset = ki_lseek(fd, offset, whence);
314 RTN_ERRNO_IF(*new_offset < 0);
590 int _real_lseek(int fd, off_t offset, int whence, off_t* new_offset) {
592 return REAL(seek)(fd, offset, whence, new_offset);
  /external/chromium_org/v8/src/
hydrogen-bce.cc 132 // lower_offset_ so that also new_offset is covered (the covered
136 // LowerCheck() in the same basic block, and that new_offset is not
142 // new_offset, and new_check is removed.
144 int32_t new_offset) {
148 if (new_offset > upper_offset_) {
149 upper_offset_ = new_offset;
154 TightenCheck(upper_check_, new_check, new_offset);
157 } else if (new_offset < lower_offset_) {
158 lower_offset_ = new_offset;
163 TightenCheck(lower_check_, new_check, new_offset);
    [all...]
scanner-character-streams.cc 362 unsigned new_offset = 0; local
365 current_data_ + current_data_offset_, &new_offset,
368 current_data_offset_ += new_offset;
399 unsigned new_offset = 0; local
403 &new_offset, utf8_split_char_buffer_length_, encoding_);
406 DCHECK(new_offset == utf8_split_char_buffer_length_);
  /art/runtime/mirror/
string.h 114 void SetOffset(int32_t new_offset) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
116 DCHECK_LE(0, new_offset);
117 SetField32<false>(OFFSET_OF_OBJECT_MEMBER(String, offset_), new_offset); local
  /external/chromium_org/build/mac/
change_mach_o_flags.py 107 new_offset = file.tell()
108 if new_offset != offset:
110 'seek: expected offset %d, observed %d' % (offset, new_offset)
  /bionic/libc/bionic/
system_properties.cpp 313 uint32_t new_offset; local
314 void *const offset = allocate_obj(sizeof(prop_bt) + namelen + 1, &new_offset);
317 *off = new_offset;
391 uint32_t new_offset = 0; local
392 prop_bt* new_bt = new_prop_bt(name, namelen, &new_offset);
394 current->left = new_offset;
406 uint32_t new_offset; local
407 prop_bt* new_bt = new_prop_bt(name, namelen, &new_offset);
409 current->right = new_offset;
  /external/e2fsprogs/ext2ed/
general_com.c 205 long new_offset; local
247 new_offset=device_offset+atol (new_offset_buffer+1)*mult;
255 new_offset=device_offset-atol (new_offset_buffer+1)*mult;
256 if (new_offset<0) new_offset=0;
260 new_offset=atol (new_offset_buffer)*mult;
262 if ( (fseek (device_handle,new_offset,SEEK_SET))==-1) {
263 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",new_offset,device_name);
267 device_offset=new_offset;
  /external/chromium_org/cc/input/
top_controls_manager.cc 248 float new_offset = top_controls_animation_->GetValue(time_ms); local
250 if ((animation_direction_ == SHOWING_CONTROLS && new_offset >= 0) ||
252 && new_offset <= -top_controls_height_)) {
  /external/chromium_org/content/browser/loader/
redirect_to_file_resource_handler.cc 210 int new_offset = buf_->offset() + bytes_read; local
211 DCHECK(new_offset <= buf_->capacity());
212 buf_->set_offset(new_offset);
  /external/chromium_org/pdf/
chunk_stream.cc 67 size_t new_offset = std::min<size_t>(start->first, offset); local
69 std::max<size_t>(end->first + end->second, offset + size) - new_offset;
73 chunks_[new_offset] = new_size;
  /external/chromium_org/net/base/
file_stream_unittest.cc 249 int64 new_offset = callback64.WaitForResult(); local
250 EXPECT_EQ(kOffset, new_offset);
284 int64 new_offset = callback64.WaitForResult(); local
285 EXPECT_EQ(kOffset, new_offset);
289 new_offset = callback64.WaitForResult();
290 EXPECT_EQ(2 * kOffset, new_offset);
294 new_offset = callback64.WaitForResult();
295 EXPECT_EQ(kOffset, new_offset);
301 new_offset = callback64.WaitForResult();
302 EXPECT_EQ(0, new_offset);
374 int64 new_offset = callback64.WaitForResult(); local
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
mapped_memory_unittest.cc 257 unsigned int new_offset = 0xFFFFFFFFu; local
258 void* new_ptr = manager_->Alloc(kSize, &new_id, &new_offset);
262 EXPECT_NE(new_offset, 0xFFFFFFFFu);

Completed in 547 milliseconds

1 2 3