Home
last modified time | relevance | path

Searched refs:set_offset (Results 1 – 18 of 18) sorted by relevance

/external/chromium/net/base/
Dio_buffer.cc92 set_offset(capacity); in SetCapacity()
94 set_offset(offset_); // The pointer may have changed. in SetCapacity()
97 void GrowableIOBuffer::set_offset(int offset) { in set_offset() function in net::GrowableIOBuffer
Dio_buffer.h109 void set_offset(int offset);
/external/chromium/net/http/
Dhttp_stream_parser.cc117 read_buf_->set_offset(read_buf_unused_offset_); in ReadResponseHeaders()
404 read_buf_->set_offset(read_buf_->offset() + result); in DoReadHeadersComplete()
542 read_buf_->set_offset(save_amount); in DoReadBodyComplete()
547 read_buf_->set_offset(save_amount + additional_save_amount); in DoReadBodyComplete()
/external/oprofile/libpp/
Dprofile.h79 void set_offset(op_bfd const & abfd);
Dpopulate.cpp47 profile.set_offset(abfd); in populate_from_files()
Dprofile.cpp128 void profile_t::set_offset(op_bfd const & abfd) in set_offset() function in profile_t
Dpopulate_for_spu.cpp81 profile.set_offset(*abfd); in populate_spu_profile_from_files()
/external/chromium/chrome/browser/notifications/
Dballoon.h65 void set_offset(const gfx::Point& offset) { offset_ = offset; } in set_offset() function
Dballoon_collection_impl.cc57 new_balloon->set_offset(base_.balloons()[count - 1]->offset()); in Add()
210 (*it)->set_offset(gfx::Point(0, 0)); in CancelOffsets()
/external/chromium/net/websockets/
Dwebsocket.cc394 current_read_buf_->set_offset(current_read_buf_->offset() + len); in AddToReadBuffer()
414 current_read_buf_->set_offset(remaining); in SkipReadBuffer()
/external/e2fsprogs/ext2ed/
Dext2ed.h261 extern void set_offset (char *command_line);
Dinit.c82 …add_user_command (&general_commands,"setoffset","Moves asynchronicly in the filesystem",set_offset in add_general_commands()
Dgeneral_com.c201 void set_offset (char *command_line) in set_offset() function
/external/oprofile/pp/
Dopgprof.cpp247 profile.set_offset(abfd); in load_samples()
/external/v8/src/arm/
Dmacro-assembler-arm.cc681 src2.set_offset(src2.offset() + 4); in Ldrd()
696 src2.set_offset(src2.offset() - 4); in Ldrd()
723 dst2.set_offset(dst2.offset() + 4); in Strd()
728 dst2.set_offset(dst2.offset() - 4); in Strd()
Dassembler-arm.h472 void set_offset(int32_t offset) { in set_offset() function
/external/v8/src/
Dheap.cc3196 sliced_string->set_offset(start); in AllocateSubString()
3201 sliced_string->set_offset(start + parent_slice->offset()); in AllocateSubString()
3204 sliced_string->set_offset(start); in AllocateSubString()
Dobjects.h7331 inline void set_offset(int offset);