/hardware/ti/omap3/dspbridge/inc/ |
host_os.h | 82 #define SEEK_SET 0 /* Seek from beginning of file. */ 83 #define SEEK_CUR 1 /* Seek from current position. */ 84 #define SEEK_END 2 /* Seek from end of file. */
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
host_os.h | 78 #define SEEK_SET 0 /* Seek from beginning of file. */ 79 #define SEEK_CUR 1 /* Seek from current position. */ 80 #define SEEK_END 2 /* Seek from end of file. */
|
/bionic/libc/stdio/ |
fseek.c | 45 * Seek the given file to the given offset. 62 * Have to be able to seek. 77 * In order to seek relative to the current stream offset, 81 __sflush(fp); /* may adjust seek offset on append stream */ 221 * We get here if we cannot optimise the seek ... just 222 * do it. Allow the seek function to change fp->_bf._base.
|
/external/webkit/WebCore/css/ |
mediaControlsChromium.css | 157 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button { 158 -webkit-appearance: media-seek-back-button; 162 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-button { 163 -webkit-appearance: media-seek-forward-button;
|
mediaControlsQt.css | 98 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button { 109 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-button {
|
/external/e2fsprogs/misc/ |
e2label.c | 62 fprintf (stderr, _("e2label: cannot seek to superblock\n")); 99 fprintf (stderr, _("e2label: cannot seek to superblock again\n"));
|
/external/opencore/fileformats/common/parser/src/ |
pvfile.cpp | 36 OSCL_EXPORT_REF int32 PVFile::Seek(int32 offset, Oscl_File::seek_type origin) 39 return iFile->Seek(offset, origin); 41 return iFilePtr->Seek(offset, origin); 58 iDataStreamAccess->Seek(iDataStreamSession, 261 iFile->Seek(0, Oscl_File::SEEKEND); 263 iFile->Seek(currPos, Oscl_File::SEEKSET); 278 iFilePtr->Seek(currPos, Oscl_File::SEEKSET); 397 PvmiDataStreamStatus status = iDataStreamAccess->Seek(iDataStreamSession,
|
pvmi_datastreamsyncinterface_ref_impl.cpp | 125 int32 res = iFileObject->Seek(0, Oscl_File::SEEKEND); 129 iFileObject->Seek(0, Oscl_File::SEEKSET); 261 PVMIDataStreamSyncInterfaceRefImpl::Seek(PvmiDataStreamSession sessionID, 282 int32 result = iFileObject->Seek(offset, seekType);
|
/frameworks/base/awt/javax/imageio/stream/ |
FileImageInputStream.java | 107 public void seek(long pos) throws IOException { method in class:FileImageInputStream 112 raf.seek(pos);
|
/frameworks/base/include/utils/ |
Asset.h | 54 /* read chunks, and seek forward and backward */ 57 /* read sequentially, with an occasional forward seek */ 80 * Seek to the specified offset. "whence" uses the same values as 84 virtual off_t seek(off_t offset, int whence) = 0; 131 /* handle common seek() housekeeping */ 246 virtual off_t seek(off_t offset, int whence); 258 FILE* mFp; // for read/seek 303 virtual off_t seek(off_t offset, int whence);
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
mistream.h | 86 inline void seek (uoff_t newPos); 104 inline void ungetc (void) { seek (pos() - 1); } 143 inline istream_iterator& operator-- (void) { m_pis->seek (m_pis->pos() - 2 * stream_size_of(m_v)); return (operator++()); } 147 inline istream_iterator& operator-= (size_type n) { m_pis->seek (m_pis->pos() - (n + 1) * stream_size_of(m_v)); return (operator++()); } 174 inline void istream::seek (uoff_t newPos) function in class:ustl::istream 188 seek (distance (begin(), newPos)); 195 case beg: seek (p); break; 196 case cur: seek (pos() + p); break; 197 case ios_base::end: seek (size() - p); break; 204 seek (pos() + nBytes) [all...] |
mostream.h | 60 inline void seek (uoff_t newPos); 149 inline void ostream::seek (uoff_t newPos) function in class:ustl::ostream 163 seek (distance (begin(), const_cast<iterator>(newPos))); 170 case beg: seek (p); break; 171 case cur: seek (pos() + p); break; 172 case ios_base::end: seek (size() - p); break; 179 seek (pos() + nBytes);
|
/development/samples/ApiDemos/res/layout/ |
seekbar_1.xml | 22 <SeekBar android:id="@+id/seek"
|
/external/kernel-headers/original/asm-generic/ |
errno-base.h | 32 #define ESPIPE 29 /* Illegal seek */
|
/external/oprofile/libutil/ |
op_deviceio.h | 39 * A seek to the start of the device file is done first
|
/frameworks/base/core/res/res/drawable/ |
seek_thumb.xml | 17 <!-- This is the thumb on the seek bar. -->
|
/packages/apps/Music/src/com/android/music/ |
IMediaPlaybackService.aidl | 36 long seek(long pos);
|
/external/opencore/fileformats/mp3/parser/include/ |
mp3parser.h | 134 // TOC (Table Of Contents) gives seek points for random access 135 // the ith entry determines the seek point for i-percent duration 136 // Seek point in bytes = (toc[i]/256.0)*total_bitstream_bytes 137 // e.g. half seek point = (toc[50]/256.0)*total_bitstream_bytes 271 * @param timestamp Time to seek to 277 * @brief Queries the seek point timestamp corresponding to the specified timestamp 279 * @param timestamp Time to seek to 280 * @param frameNumber Number of frame associated with the seek 288 * @param timestamp Time to seek to 289 * @param frameNumber Number of frame associated with the seek [all...] |
/external/e2fsprogs/ext2ed/ |
disk.c | 53 sprintf (temp,"Seek offset %ld is out of range",offset); 60 if ( (fseek (device_handle,offset,SEEK_SET))==-1) { /* Seek to the required offset */ 61 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name); 105 sprintf (temp,"Seek offset %ld is out of range",offset); 117 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name);
|
/external/opencore/fileformats/id3parcom/src/ |
pv_id3_parcom.cpp | 125 if (iInputFile->Seek(0, Oscl_File::SEEKSET) == -1) 132 if (iInputFile->Seek(0, Oscl_File::SEEKSET) == -1) 142 if (iInputFile->Seek(2, Oscl_File::SEEKCUR) == -1) 270 // SEEK TO THE END OF THE FILE AND GET FILE SIZE 277 if (iInputFile->Seek(0, Oscl_File::SEEKSET) == -1) 284 if (iInputFile->Seek(currentFilePosn, Oscl_File::SEEKSET) == -1) 304 if (iInputFile->Seek(currentFilePosn, Oscl_File::SEEKSET) == -1) 318 if (iInputFile->Seek(currentFilePosn, Oscl_File::SEEKSET) == -1) 538 if (iInputFile->Seek(nBytes, Oscl_File::SEEKSET) == -1) 610 if (iInputFile->Seek(footer_location + ID3V2_TAG_NUM_BYTES_ID + ID3V2_TAG_NUM_BYTES_VERSION + ID3V2_TAG_NUM_BYTES_FLAG [all...] |
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
DexData.java | 72 seek(0); 86 seek(8+4+20+4+4); 99 seek(8+4+20); // magic, checksum, signature 135 seek(mHeaderItem.stringIdsOff); 142 seek(stringOffsets[0]); 144 seek(stringOffsets[i]); // should be a no-op 158 seek(mHeaderItem.typeIdsOff); 176 seek(mHeaderItem.protoIdsOff); 203 seek(offset); 222 seek(mHeaderItem.fieldIdsOff) 425 void seek(int position) throws IOException { method in class:DexData [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
RandomAccessFileTest.java | 326 raf.seek(0); 475 raf.seek(0); 529 raf.seek(0); 589 raf.seek(0); 646 raf.seek(0); 697 raf.seek(0); 751 raf.seek(0); 811 raf.seek(0); 871 raf.seek(0); 927 raf.seek(0) [all...] |
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
OMX_Other.h | 84 * Enumeration of seek modes. 88 * of the requested seek position over 89 * the actual seek position if it 90 * results in a faster seek. */ 91 OMX_TIME_SeekModeAccurate, /**< Prefer seeking to the actual seek 93 * of the requested seek position even 94 * if it results in a slower seek. */ 104 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */ 126 * (GetConfig) or commanding a component to seek to the given location
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Other.h | 67 * Enumeration of seek modes.
71 * of the requested seek position over
72 * the actual seek position if it
73 * results in a faster seek. */
74 OMX_TIME_SeekModeAccurate, /**< Prefer seeking to the actual seek
76 * of the requested seek position even
77 * if it results in a slower seek. */
87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
109 * (GetConfig) or commanding a component to seek to the given location
|
/dalvik/libcore/luni/src/main/java/java/io/ |
FileInputStream.java | 158 // long currentPosition = fileSystem.seek(fd.descriptor, 0L, 160 // long endOfFilePosition = fileSystem.seek(fd.descriptor, 0L, 162 // fileSystem.seek(fd.descriptor, currentPosition, 347 // Our seek returns the new offset, but we know it will throw an 348 // exception if it couldn't perform exactly the seek we asked for. 349 fileSystem.seek(fd.descriptor, count, IFileSystem.SEEK_CUR);
|