/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
BlobCache.java | 192 mIndexFile.seek(0); 193 mDataFile0.seek(0); 194 mDataFile1.seek(0); 288 mActiveDataFile.seek(mActiveBytes); 303 mIndexFile.seek(0); 319 mDataFile0.seek(0); 320 mDataFile1.seek(0); 389 mActiveDataFile.seek(mFileOffset); 493 file.seek(offset); 537 file.seek(oldPosition) [all...] |
/external/chromium_org/third_party/zlib/ |
gzwrite.c | 178 /* 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 request * [all...] |
/external/zlib/src/ |
gzwrite.c | 199 /* check for seek request */ 200 if (state->seek) { 201 state->seek = 0; 264 /* check for seek request */ 265 if (state->seek) { 266 state->seek = 0; 330 /* check for seek request */ 331 if (state->seek) { 332 state->seek = 0; 415 /* check for seek request * [all...] |
/libcore/luni/src/test/java/libcore/java/io/ |
OldRandomAccessFileTest.java | 264 raf.seek(0); 387 raf.seek(0); 427 raf.seek(0); 473 raf.seek(0); 516 raf.seek(0); 553 raf.seek(0); 593 raf.seek(0); 639 raf.seek(0); 685 raf.seek(0); 727 raf.seek(0) [all...] |
/packages/apps/Mms/src/com/android/mms/util/ |
BlobCache.java | 191 mIndexFile.seek(0); 192 mDataFile0.seek(0); 193 mDataFile1.seek(0); 287 mActiveDataFile.seek(mActiveBytes); 302 mIndexFile.seek(0); 318 mDataFile0.seek(0); 319 mDataFile1.seek(0); 482 file.seek(offset); 523 file.seek(oldPosition);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_csv.py | 126 fileobj.seek(0) 204 fileobj.seek(0) 217 f.seek(0) 318 fileobj.seek(0) 377 fileobj.seek(0) 400 fileobj.seek(0) 411 fileobj.seek(0) 422 fileobj.seek(0) 433 fileobj.seek(0) 444 fileobj.seek(0 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_csv.py | 126 fileobj.seek(0) 204 fileobj.seek(0) 217 f.seek(0) 318 fileobj.seek(0) 377 fileobj.seek(0) 400 fileobj.seek(0) 411 fileobj.seek(0) 422 fileobj.seek(0) 433 fileobj.seek(0) 444 fileobj.seek(0 [all...] |
/external/antlr/antlr-3.4/runtime/Python/unittests/ |
teststreams.py | 123 """StringStream.seek(): forward""" 127 stream.seek(4) 137 ## """StringStream.seek(): backward""" 141 ## stream.seek(4) 142 ## stream.seek(1) 155 stream.seek(4) 172 stream.seek(4) 191 stream.seek(4) 209 stream.seek(4) 228 stream.seek(4 [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-streams.rb | 110 @stream.seek(3) 118 @stream.seek(4) 129 @stream.seek(4) 142 @stream.seek(4) 157 @stream.seek(4) 175 @stream.seek( 5 ) 183 @stream.seek(4) 209 @stream.seek(4) 376 @stream.seek(2).peek.should == EOF 377 @stream.seek(0).peek.should == 1 [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
image_parsers.js | 55 br.seek(12); 84 br.seek(18); 133 br.seek(8); 144 br.seek(23); 155 br.seek(20); 193 byteReader.seek(2);
|
/frameworks/av/libvideoeditor/vss/src/ |
M4AMRR_CoreReader.c | 53 * For the seek, the file is splitted in 40 segments for faster search 82 M4OSA_UInt32* m_pSeekIndex; /* Seek Index Table */ 83 M4OSA_UInt32 m_seekInterval; /* Stores the seek Interval stored in the Index */ 243 pStreamContext->m_pOsaFilePtrFct->seek(pStreamContext->m_pAMRFile, 334 pStreamContext->m_pOsaFilePtrFct->seek(pStreamContext->m_pAMRFile, M4OSA_kFileSeekCurrent, 391 pStreamContext->m_pOsaFilePtrFct->seek(pStreamContext->m_pAMRFile, 405 pStreamContext->m_pOsaFilePtrFct->seek(pStreamContext->m_pAMRFile, 411 pStreamContext->m_pOsaFilePtrFct->seek(pStreamContext->m_pAMRFile, 521 pStreamContext->m_pOsaFilePtrFct->seek(pStreamContext->m_pAMRFile, 606 /* Coming to seek for the first time, need to build the seekIndex Table * [all...] |
/frameworks/base/include/androidfw/ |
Asset.h | 56 /* read chunks, and seek forward and backward */ 59 /* read sequentially, with an occasional forward seek */ 73 * Seek to the specified offset. "whence" uses the same values as 77 virtual off64_t seek(off64_t offset, int whence) = 0; 124 /* handle common seek() housekeeping */ 239 virtual off64_t seek(off64_t offset, int whence); 251 FILE* mFp; // for read/seek 296 virtual off64_t seek(off64_t offset, int whence);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
chunk.py | 41 read, close, seek, tell, isatty. 96 def seek(self, pos, whence=0): member in class:Chunk 97 """Seek to specified position into the chunk. 105 raise IOError, "cannot seek" 112 self.file.seek(self.offset + pos, 0) 158 self.file.seek(n, 1)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
chunk.py | 41 read, close, seek, tell, isatty. 96 def seek(self, pos, whence=0): member in class:Chunk 97 """Seek to specified position into the chunk. 105 raise IOError, "cannot seek" 112 self.file.seek(self.offset + pos, 0) 158 self.file.seek(n, 1)
|
/external/linux-tools-perf/util/ui/ |
browser.c | 142 self->seek(self, 0, SEEK_SET); 254 self->seek(self, +1, SEEK_CUR); 263 self->seek(self, -1, SEEK_CUR); 276 self->seek(self, +offset, SEEK_CUR); 289 self->seek(self, -offset, SEEK_CUR); 301 self->seek(self, -offset, SEEK_END);
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
ANTLRStringStream.as | 151 seek(state.p); 171 public function seek(index:int):void { function 176 // seek forward, consume until p hits index
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
ANTLRStringStream.java | 174 seek(state.p); 194 public void seek(int index) { method in class:ANTLRStringStream 199 // seek forward, consume until p hits index
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugTokenStream.java | 127 public void seek(int index) { method in class:DebugTokenStream 128 // TODO: implement seek in dbg interface 129 // db.seek(index); 130 input.seek(index);
|
DebugTreeNodeStream.java | 115 public void seek(int index) { method in class:DebugTreeNodeStream 116 // TODO: implement seek in dbg interface 117 // db.seek(index); 118 input.seek(index);
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
CommonTreeNodeStream.java | 130 seek(index); 133 /** Seek back to previous index saved during last push() call. 138 seek(ret);
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
ANTLRStringStream.js | 184 * the marker off. It's like seek(last marker's input position). 195 this.seek(state.p); 205 * rewind() except it releases resources without the backward seek. 221 * normally used to seek ahead in the input stream. No buffering is 222 * required to do this unless you know your stream will use seek to 238 * <p>The index is 0..n-1. A seek to position i means that LA(1) will 245 * @param {Number} index the position to seek to. 247 seek: function(index) { 252 // seek forward, consume until p hits index
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
fixjsstyle_test.py | 70 actual.seek(0) 234 actual.seek(0)
|
/external/chromium_org/build/android/pylib/ |
cmd_helper.py | 94 tmperr.seek(0) 99 tmpout.seek(0)
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
fixjsstyle_test.py | 70 actual.seek(0) 234 actual.seek(0)
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
html_page_measurement_results_unittest.py | 104 output_file.seek(0) 197 output_file.seek(0)
|