OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
108
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
);
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libio.h
195
void
set_offset
(int offset) { _pos = offset; _spos = (streampos)(-2); }
/external/v8/src/arm/
assembler-arm.h
445
void
set_offset
(int32_t offset) {
function in class:v8::internal::BASE_EMBEDDED
[
all
...]
macro-assembler-arm.cc
630
src2.
set_offset
(src2.offset() + 4);
655
dst2.
set_offset
(dst2.offset() + 4);
[
all
...]
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/bin/
ld
ld.gold
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/
arm-linux-androideabi-ld
arm-linux-androideabi-ld.gold
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
ld
ld.gold
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-ld
arm-eabi-ld.gold
Completed in 762 milliseconds