HomeSort by relevance Sort by last modified time
    Searched refs:seek (Results 151 - 175 of 1341) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/tests/tests/media/src/android/media/cts/
IvfWriter.java 66 mOutputFile.seek(HEADER_END); // Skip the header for now, as framecount is unknown
88 mOutputFile.seek(0);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_core.py 91 stdout.seek(0)
100 stdout.seek(0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pickle.py 34 f.seek(0)
53 f.seek(0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
bkfile.py 27 self.seek = self.__file.seek
  /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/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
RandomAccessFileInputStream.java 186 raf.seek(raf.getFilePointer() + skipAmount);
213 raf.seek(mark);
  /external/autotest/client/bin/result_tools/
shrink_file_throttler.py 82 old_file.seek(0, os.SEEK_SET)
87 # Position to seek from the end of the file.
91 # Adjust seek position based on string TRIMMED_FILE_INJECT_TEMPLATE
95 old_file.seek(seek_pos, os.SEEK_END)
  /external/autotest/server/cros/network/
rf_switch_ap_box_test.py 50 self.ap_config_file.seek(0)
85 self.ap_config_file.seek(0)
  /external/llvm/lib/Object/
ArchiveWriter.cpp 106 OS.seek(OldPos + Size);
225 Out.seek(StartOffset - 12);
227 Out.seek(Pos);
307 Out.seek(HeaderStartOffset + 48); // offset of the size field.
311 Out.seek(BodyStartOffset);
318 Out.seek(Pos);
383 Out.seek(MemberReferenceOffset);
386 Out.seek(Out.tell() + 4); // skip over the string offset
  /external/python/cpython2/Lib/distutils/tests/
test_core.py 93 stdout.seek(0)
102 stdout.seek(0)
  /external/python/cpython2/Tools/freeze/
bkfile.py 27 self.seek = self.__file.seek
  /external/skia/src/codec/
SkStreamBuffer.cpp 78 if (!fStream->seek(position)) {
85 fStream->seek(oldPosition);
  /external/skqp/src/codec/
SkStreamBuffer.cpp 78 if (!fStream->seek(position)) {
85 fStream->seek(oldPosition);
  /external/syslinux/codepage/
gensubset.pl 40 seek(STDIN, 0, 0);
  /external/v8/tools/testrunner/server/
compression.py 98 self.data.seek(0, os.SEEK_END)
103 self.data.seek(0)
  /external/vboot_reference/tests/
load_kernel_tests.sh 68 dd if=kernel.test of=disk.test bs=512 seek=64 conv=notrunc
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pickle.py 35 f.seek(0)
54 f.seek(0)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pickle.py 35 f.seek(0)
54 f.seek(0)
  /prebuilts/go/darwin-x86/src/runtime/
env_plan9.go 24 n := seek(fd, 0, 2)
  /prebuilts/go/linux-x86/src/runtime/
env_plan9.go 24 n := seek(fd, 0, 2)

Completed in 1098 milliseconds

1 2 3 4 5 67 8 91011>>