/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/ |
asset_manager.h | 89 * Seek to the specified offset within the asset data. 'whence' uses the
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/ |
asset_manager.h | 89 * Seek to the specified offset within the asset data. 'whence' uses the
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/ |
asset_manager.h | 89 * Seek to the specified offset within the asset data. 'whence' uses the
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/ |
asset_manager.h | 91 * Seek to the specified offset within the asset data. 'whence' uses the
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/ |
asset_manager.h | 91 * Seek to the specified offset within the asset data. 'whence' uses the
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/ |
asset_manager.h | 91 * Seek to the specified offset within the asset data. 'whence' uses the
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/ |
asset_manager.h | 91 * Seek to the specified offset within the asset data. 'whence' uses the
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/ |
asset_manager.h | 91 * Seek to the specified offset within the asset data. 'whence' uses the
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/ |
asset_manager.h | 91 * Seek to the specified offset within the asset data. 'whence' uses the
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
streams.rb | 134 === seek 136 <tt>stream.seek(position)</tt> moves the stream cursor to an absolute position 137 within the stream, basically like typical ruby <tt>IO#seek</tt> style methods. 138 However, unlike <tt>IO#seek</tt>, ANTLR streams currently always use absolute 211 # :method: seek( position ) 213 abstract :seek 616 def seek( index ) method in class:ANTLR3.that.StringStream 879 seek( marker ) 892 seek( pos ) 911 # note: seek does not check whether or not th 914 def seek( index ) method in class:ANTLR3.that.CommonTokenStream [all...] |
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackActivity.java | 377 mService.seek(mPosOverride); 429 mService.seek(0); 722 mService.seek(mService.position() + dir * 5); 742 mService.seek(mService.duration() * seekpercentage / 100); 767 mService.seek(0); 886 // seek at 10x speed for the first 5 seconds 889 // seek at 40x after that [all...] |
/development/ndk/platforms/android-3/include/ |
zconf.h | 296 # define SEEK_SET 0 /* Seek from beginning of file. */ 297 # define SEEK_CUR 1 /* Seek from current position. */
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ContentBrowserActivity.java | 91 public void init(TextView title, SeekBar seek) { 95 mSeekView = seek;
|
VideoPlayerActivity.java | 87 SeekBar seek) { 93 mSeekView = seek;
|
/external/chromium/sdch/open-vcdiff/src/ |
zconf.h | 299 # define SEEK_SET 0 /* Seek from beginning of file. */ 300 # define SEEK_CUR 1 /* Seek from current position. */
|
/external/guava/guava/src/com/google/common/collect/ |
BstOperations.java | 40 public static <K, N extends BstNode<K, N>> N seek( method in class:BstOperations 51 return seek(comparator, tree.childOrNull(side), key);
|
/external/llvm/include/llvm-c/ |
lto.h | 133 * Loads an object file from disk. The seek point of fd is not preserved. 140 * Loads an object file from disk. The seek point of fd is not preserved.
|
/external/open-vcdiff/src/zlib/ |
zconf.h | 299 # define SEEK_SET 0 /* Seek from beginning of file. */ 300 # define SEEK_CUR 1 /* Seek from current position. */
|
/external/qemu/distrib/zlib-1.2.3/ |
zconf.h | 296 # define SEEK_SET 0 /* Seek from beginning of file. */ 297 # define SEEK_CUR 1 /* Seek from current position. */
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
complement.h | 257 virtual void Seek(size_t a) { 262 aiter_->Seek(a - 1);
|
/external/stlport/stlport/stl/ |
_fstream.c | 303 // Seek to beginning or end, regardless of whether we're in input mode. 308 // Seek relative to current position. Complicated if we're in input mode. 427 // immediately after a seek. 450 // immediately after a seek. 459 // In append mode, every write does an implicit seek to the end 481 // seek. 576 // seek. 697 // Helper functiosn for seek and imbue
|
/external/svox/pico/lib/ |
picopal.h | 176 /* seek modes to be used with the 'FSeek' procedure */ 177 #define PICOPAL_SEEK_SET 0 /* absolut seek position */
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
webkit | 269 media-seek-back-button 270 media-seek-forward-button
|
/frameworks/compile/slang/tests/ |
test.py | 112 stdout_file.seek(0) 113 stderr_file.seek(0)
|
/frameworks/wilhelm/tests/examples/ |
slesTestSawtoothBufferQueue.cpp | 197 /* Set arrays required[] and iidArray[] for SEEK interface 211 /* Get seek and play interfaces */
|