OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_offset
(Results
26 - 50
of
64
) sorted by null
1
2
3
/external/oprofile/libpp/
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_org/content/browser/renderer_host/p2p/
socket_host_tcp.cc
399
read_buffer_->
set_offset
(read_buffer_->offset() + result);
412
read_buffer_->
set_offset
(read_buffer_->offset() - pos);
/external/chromium_org/net/http/
http_stream_parser.cc
320
read_buf_->
set_offset
(0);
726
read_buf_->
set_offset
(save_amount);
731
read_buf_->
set_offset
(save_amount + additional_save_amount);
795
read_buf_->
set_offset
(read_buf_->offset() + result);
[
all
...]
/external/chromium_org/remoting/protocol/
ssl_hmac_channel_authenticator.cc
245
auth_read_buf_->
set_offset
(auth_read_buf_->offset() + read_result);
/external/chromium_org/third_party/leveldatabase/src/table/
table_builder.cc
179
handle->
set_offset
(r->offset);
/external/chromium_org/third_party/ots/src/
glyf.cc
216
table.
set_offset
(gly_offset);
cmap.cc
472
subtable.
set_offset
(records[i].default_offset);
506
subtable.
set_offset
(records[i].non_default_offset);
635
table.
set_offset
(subtable_headers[i].offset);
[
all
...]
cff_type2_charstring.cc
177
cff_table->
set_offset
(offset);
747
cff_table->
set_offset
(offset);
/external/oprofile/pp/
opgprof.cpp
247
profile.
set_offset
(abfd);
/external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_socket.cc
594
current_read_buffer_->
set_offset
(current_read_buffer_->offset() + result);
672
header_read_buffer_->
set_offset
(0);
673
body_read_buffer_->
set_offset
(0);
/external/chromium_org/courgette/
disassembler_elf_32.cc
235
(*rva)->
set_offset
(offset);
/external/chromium_org/jingle/glue/
pseudotcp_adapter_unittest.cc
254
input_buffer_->
set_offset
(input_buffer_->capacity() - kMessageSize);
/external/e2fsprogs/ext2ed/
ext2ed.h
257
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
);
/external/libexif/libexif/canon/
exif-mnote-data-canon.c
376
d->methods.
set_offset
= exif_mnote_data_canon_set_offset;
/external/libexif/libexif/fuji/
exif-mnote-data-fuji.c
338
d->methods.
set_offset
= exif_mnote_data_fuji_set_offset;
/external/chromium_org/content/browser/frame_host/
render_widget_host_view_guest.cc
418
helper.
set_offset
(guest_offset);
/external/chromium_org/net/quic/
quic_http_stream.cc
296
read_buf_->
set_offset
(read_buf_->offset() + length);
/external/chromium_org/net/websockets/
websocket_basic_stream.cc
411
incomplete_control_frame_body_->
set_offset
(new_offset);
/external/libexif/libexif/pentax/
exif-mnote-data-pentax.c
438
d->methods.
set_offset
= exif_mnote_data_pentax_set_offset;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/
libio.h
195
void
set_offset
(int offset) { _pos = offset; _spos = (streampos)(-2); }
Completed in 771 milliseconds
1
2
3