/external/bsdiff/ |
bsdiff.c | 388 /* Seek to the beginning, write the header, and close the file */
|
/external/freetype/include/freetype/internal/ |
ftstream.h | 360 /* seek within a stream. position is relative to start of stream */
|
sfnt.h | [all...] |
/external/grub/netboot/ |
ni5010.c | 233 outw(0, IE_GP); /* Seek to beginning of packet */
|
/external/jpeg/ |
jerror.h | 113 JMESSAGE(JERR_TFILE_SEEK, "Seek failed on temporary file")
|
/external/kernel-headers/original/linux/ |
mtio.h | 52 #define MTSEEK 22 /* seek to block (Tandberg, etc.) */
|
/external/opencore/baselibs/pv_mime_utils/src/ |
pv_mime_string_utils.cpp | 335 // Seek to the beginning of the parametre list
|
/external/opencore/doc/oscl_html/ |
oscl__file__io_8h-source.html | 99 00293 OSCL_IMPORT_REF int32 <a class="code" href="classOscl__File.html#a13">Seek</a>(<a class="code" href="osclconfig__io_8h.html#a48">TOsclFileOffset</a> offset,
|
/external/opencore/fileformats/mp4/composer/src/ |
mediadataatom.cpp | 634 // Seek to the offset in the file where the ATOM starts
|
/external/opencore/fileformats/mp4/parser/src/ |
sampletableatom.cpp | 695 //pv content, we do not seek for every media sample. 898 //pv content, we do not seek for every media sample. [all...] |
/external/opencore/fileformats/rawgsmamr/parser/include/ |
amrfileparser.h | 294 ipAMRFile->Seek(0, Oscl_File::SEEKSET);
|
/external/opencore/nodes/common/include/ |
pvmf_data_source_playback_control.h | 152 * #iPlayElementIndex - Typically provided in case of a seek within a playsession
|
/external/opencore/nodes/pvprotocolenginenode/base/src/ |
pvmf_protocol_engine_node.h | 204 PVMFCommandId Seek(PVMFSessionId aSessionId, uint64 aNPTInMS, uint32& aFirstSeqNumAfterSeek, OsclAny* aContext);
|
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_bin_stream.h | 131 void Seek(uint32 absPosition);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_wave.c | 562 /* seek to the end of the file (given by the RIFF chunk) */
|
/external/qemu/hw/ |
goldfish_audio.c | 335 // end of file, so seek back to the beginning
|
/external/srec/portable/include/ |
PFile.h | 140 ESR_ReturnCode(*seek)(struct PFile_t* self, long offset, int origin); member in struct:PFile_t
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
cache.h | 450 void Seek(size_t a) { i_ = a; }
|
/external/v8/src/ |
codegen.cc | 212 stream.Seek(function->start_position());
|
scanner.h | 332 // Seek forward to the given position. This operation does not
|
string-stream.cc | 311 name_buffer.Seek(start);
|
/external/webkit/WebCore/bindings/v8/ |
V8GCController.cpp | 292 // Seek to the next key (or the end of the list).
|
/frameworks/base/awt/javax/imageio/stream/ |
ImageInputStream.java | 425 void seek(long pos) throws IOException; method in interface:ImageInputStream
|
/frameworks/base/core/java/android/widget/ |
MediaController.java | 253 * Disable pause or seek buttons if the stream cannot be paused or seeked.
|
VideoView.java | 89 private int mSeekWhenPrepared; // recording the seek position while preparing
|