Searched refs:seek (Results 1 - 25 of 194) sorted by relevance

12345678

/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dbm_io_file_read.rb13 f.seek 0
H A Dbm_io_file_write.rb12 f.seek 0
/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DFileWriterSync.idl38 [RaisesException] void seek(long long position);
H A DFileWriterSync.h57 void seek(long long position, ExceptionCode&);
H A DFileWriter.idl47 [RaisesException] void seek(long long position);
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dstore-int.h41 off_t (*seek)(struct krb5_storage_data*, off_t, int); member in struct:krb5_storage_data
H A Dstore_mem.c50 sp->seek(sp, size, SEEK_CUR);
61 sp->seek(sp, size, SEEK_CUR);
84 return sp->seek(sp, s->ptr - s->base + offset, SEEK_SET);
86 return sp->seek(sp, s->size + offset, SEEK_SET);
155 sp->seek = mem_seek;
216 sp->seek = mem_seek;
265 sp->seek = mem_seek;
H A Dstore_emem.c51 sp->seek(sp, size, SEEK_CUR);
74 sp->seek(sp, size, SEEK_CUR);
93 sp->seek(sp,s->ptr - s->base + offset, SEEK_SET);
96 sp->seek(sp, s->len + offset, SEEK_SET);
192 sp->seek = emem_seek;
/macosx-10.9.5/WebCore-7537.78.1/platform/leveldb/
H A DLevelDBIterator.h40 virtual void seek(const LevelDBSlice& target) = 0;
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Druby_token.rb34 def initialize(seek, line_no, char_no, text = nil)
35 @seek = seek
41 attr :seek
65 "{%s %d, %d:%d %p}" % [klass, @seek, @line_no, @char_no, @text]
71 def initialize(seek, line_no, char_no, node = nil)
72 super seek, line_no, char_no
94 "{%s %d, %d:%d %p}" % [klass, @seek, @line_no, @char_no, @node]
100 def initialize(seek, line_no, char_no, name)
101 super(seek, line_n
[all...]
/macosx-10.9.5/CPANInternal-140/File-NFSLock/examples/
H A Dlock_test33 seek (FH,0,0);
/macosx-10.9.5/CPANInternal-140/File-NFSLock-1.21/examples/
H A Dlock_test33 seek (FH,0,0);
/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Druby-token.rb22 def initialize(seek, line_no, char_no)
23 @seek = seek
27 attr :seek, :line_no, :char_no
31 def initialize(seek, line_no, char_no)
38 def initialize(seek, line_no, char_no, name)
39 super(seek, line_no, char_no)
46 def initialize(seek, line_no, char_no, value = nil)
47 super(seek, line_no, char_no)
58 def initialize(seek, line_n
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dmkmemoio.py12 # f.seek(pos) # set current position
13 # f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF
50 def seek(self, pos, mode = 0): member in class:MkMemoIO
130 f.seek(len(lines[0]))
132 f.seek(0)
137 f.seek(-len(line), 1)
140 raise RuntimeError, 'bad result after seek back'
141 f.seek(len(line2), 1)
144 f.seek(f.tell() - len(line))
147 raise RuntimeError, 'bad result after seek bac
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_package_tar_reader.rb52 tar_reader.seek 'baz/bar' do |entry|
69 tar_reader.seek 'nonexistent' do |entry|
/macosx-10.9.5/xar-202/xar/test/
H A Dchecksums17 dd if=/dev/random of=bin.xar seek=${offset} bs=100 count=1 > /dev/null 2>&1
42 dd if=/dev/random of=bin.xar seek=${offset} bs=100 count=1 > /dev/null 2>&1
67 dd if=/dev/random of=bin.xar seek=${offset} bs=100 count=1 > /dev/null 2>&1
88 dd if=/dev/random of=bin.xar seek=${offset} bs=100 count=1 > /dev/null 2>&1
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dsinglediskrep.cpp53 this->fd().seek(0);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dsinglediskrep.cpp53 this->fd().seek(0);
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DmediaControlsEflFullscreen.css49 video:-webkit-full-screen::-webkit-media-controls-seek-back-button {
53 video:-webkit-full-screen::-webkit-media-controls-seek-forward-button {
/macosx-10.9.5/file_cmds-230/pax/
H A Dtables.h70 * Filenames are stored in a scratch file at seek offset into the file. The
82 off_t seek; /* location in scratch file */ member in struct:ftm
/macosx-10.9.5/BerkeleyDB-21/db/test/scr028/
H A Dt.c48 seek(int fd, off_t offset, int whence) function
79 E(db_env_set_func_seek, seek, "seek");
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Drekey.sh12 dd if=/bin/ls${EXEEXT} of=${DATA} bs=1k seek=511 count=1 > /dev/null 2>&1
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/package/
H A Dtar_reader.rb71 @io.seek pending, IO::SEEK_CUR
108 def seek name # :yields: entry method in class:Gem.each
/macosx-10.9.5/sudo-72/src/zlib/
H A Dgzwrite.c200 /* check for seek request */
201 if (state->seek) {
202 state->seek = 0;
261 /* check for seek request */
262 if (state->seek) {
263 state->seek = 0;
324 /* check for seek request */
325 if (state->seek) {
326 state->seek = 0;
403 /* check for seek reques
[all...]
/macosx-10.9.5/zlib-53/zlib/
H A Dgzwrite.c178 /* check for seek request */
179 if (state->seek) {
180 state->seek = 0;
239 /* check for seek request */
240 if (state->seek) {
241 state->seek = 0;
302 /* check for seek request */
303 if (state->seek) {
304 state->seek = 0;
377 /* check for seek reques
[all...]

Completed in 330 milliseconds

12345678