HomeSort by relevance Sort by last modified time
    Searched full:set_offset (Results 1 - 25 of 25) sorted by null

  /external/chromium/net/base/
io_buffer.cc 92 set_offset(capacity);
94 set_offset(offset_); // The pointer may have changed.
97 void GrowableIOBuffer::set_offset(int offset) { function in class:net::GrowableIOBuffer
io_buffer.h 109 void set_offset(int offset);
  /external/oprofile/libpp/
populate.cpp 47 profile.set_offset(abfd);
populate_for_spu.cpp 81 profile.set_offset(*abfd);
profile.cpp 128 void profile_t::set_offset(op_bfd const & abfd) function in class:profile_t
profile.h 79 void set_offset(op_bfd const & abfd);
  /external/chromium/chrome/browser/notifications/
balloon.h 65 void set_offset(const gfx::Point& offset) { offset_ = offset; } function in class:Balloon
balloon_collection_impl.cc 57 new_balloon->set_offset(base_.balloons()[count - 1]->offset());
210 (*it)->set_offset(gfx::Point(0, 0));
  /external/chromium/net/http/
http_stream_parser.cc 117 read_buf_->set_offset(read_buf_unused_offset_);
404 read_buf_->set_offset(read_buf_->offset() + result);
542 read_buf_->set_offset(save_amount);
547 read_buf_->set_offset(save_amount + additional_save_amount);
  /external/chromium/net/websockets/
websocket.cc 394 current_read_buf_->set_offset(current_read_buf_->offset() + len);
414 current_read_buf_->set_offset(remaining);
  /external/oprofile/pp/
opgprof.cpp 247 profile.set_offset(abfd);
  /external/e2fsprogs/ext2ed/
ext2ed.h 261 extern void set_offset (char *command_line);
general_com.c 201 void set_offset (char *command_line) function
init.c 82 add_user_command (&general_commands,"setoffset","Moves asynchronicly in the filesystem",set_offset);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libio.h 195 void set_offset(int offset) { _pos = offset; _spos = (streampos)(-2); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
libio.h 195 void set_offset(int offset) { _pos = offset; _spos = (streampos)(-2); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
libio.h 195 void set_offset(int offset) { _pos = offset; _spos = (streampos)(-2); }
  /external/v8/src/arm/
macro-assembler-arm.cc 681 src2.set_offset(src2.offset() + 4);
696 src2.set_offset(src2.offset() - 4);
723 dst2.set_offset(dst2.offset() + 4);
728 dst2.set_offset(dst2.offset() - 4);
    [all...]
assembler-arm.h 472 void set_offset(int32_t offset) { function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/
heap.cc     [all...]
objects.h     [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/
i686-linux-android-ld 
i686-linux-android-ld.gold 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/i686-linux-android/bin/
ld 
ld.gold 

Completed in 843 milliseconds