HomeSort by relevance Sort by last modified time
    Searched refs:seek (Results 1 - 25 of 1049) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/vndk/tools/header-checker/tests/input/
example3.h 6 float seek; member in class:HiddenBase
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
IntStream.java 61 * essentially calling release() and seek(). If there are markers
75 * the marker off. It's like seek(last marker's input position).
82 * rewind() except it releases resources without the backward seek.
90 * normally used to seek ahead in the input stream. No buffering is
91 * required to do this unless you know your stream will use seek to
105 * The index is 0..n-1. A seek to position i means that LA(1) will
109 void seek(int index); method in interface:IntStream
  /external/vboot_reference/scripts/image_signing/
firmware_boot.sh 58 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
59 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
64 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
65 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
70 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
71 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
76 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
77 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
82 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
83 dd if=bad.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset
    [all...]
  /libcore/luni/src/main/java/libcore/io/
BufferIterator.java 30 public abstract void seek(int offset); method in class:BufferIterator
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
SeekableInputStream.java 22 * This will not seek past the end of the file. If the current position
23 * is already at or past the end of the file, this doesn't seek at all
26 * equivalent of <code>seek(length())</code> and the return value will
30 * the return value is <code>0</code>. It doesn't seek backward
36 * bytes would seek past the end of the file,
39 * @throws IOException might be thrown by {@link #seek(long)}
53 seek(pos + n);
80 public abstract void seek(long pos) throws IOException; method in class:SeekableInputStream
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_largefile.py 40 print('create large file via seek (may be sparse file) ...')
43 f.seek(0)
44 f.seek(size)
58 print('play around with seek() and read() with the built largefile')
63 f.seek(0)
65 f.seek(0, 0)
67 f.seek(42)
69 f.seek(42, 0)
71 f.seek(42, 1)
73 f.seek(0, 1)
    [all...]
test_memoryio.py 43 bytesIo.seek(0)
46 bytesIo.seek(3)
48 self.assertRaises(TypeError, bytesIo.seek, 0.0)
55 bytesIo.seek(5)
57 bytesIo.seek(10000)
69 self.assertEqual(f.seek(0), 0)
72 self.assertEqual(f.seek(5), 5)
75 self.assertEqual(f.seek(0), 0)
121 memio.seek(6)
130 memio.seek(0, 2)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_largefile.py 40 print('create large file via seek (may be sparse file) ...')
43 f.seek(0)
44 f.seek(size)
58 print('play around with seek() and read() with the built largefile')
63 f.seek(0)
65 f.seek(0, 0)
67 f.seek(42)
69 f.seek(42, 0)
71 f.seek(42, 1)
73 f.seek(0, 1
    [all...]
test_memoryio.py 43 bytesIo.seek(0)
46 bytesIo.seek(3)
48 self.assertRaises(TypeError, bytesIo.seek, 0.0)
55 bytesIo.seek(5)
57 bytesIo.seek(10000)
69 self.assertEqual(f.seek(0), 0)
72 self.assertEqual(f.seek(5), 5)
75 self.assertEqual(f.seek(0), 0)
121 memio.seek(6)
130 memio.seek(0, 2
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_largefile.py 40 print('create large file via seek (may be sparse file) ...')
43 f.seek(0)
44 f.seek(size)
58 print('play around with seek() and read() with the built largefile')
63 f.seek(0)
65 f.seek(0, 0)
67 f.seek(42)
69 f.seek(42, 0)
71 f.seek(42, 1)
73 f.seek(0, 1
    [all...]
test_memoryio.py 43 bytesIo.seek(0)
46 bytesIo.seek(3)
48 self.assertRaises(TypeError, bytesIo.seek, 0.0)
55 bytesIo.seek(5)
57 bytesIo.seek(10000)
69 self.assertEqual(f.seek(0), 0)
72 self.assertEqual(f.seek(5), 5)
75 self.assertEqual(f.seek(0), 0)
121 memio.seek(6)
130 memio.seek(0, 2
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_largefile.py 40 print('create large file via seek (may be sparse file) ...')
43 f.seek(0)
44 f.seek(size)
58 print('play around with seek() and read() with the built largefile')
63 f.seek(0)
65 f.seek(0, 0)
67 f.seek(42)
69 f.seek(42, 0)
71 f.seek(42, 1)
73 f.seek(0, 1
    [all...]
test_memoryio.py 43 bytesIo.seek(0)
46 bytesIo.seek(3)
48 self.assertRaises(TypeError, bytesIo.seek, 0.0)
55 bytesIo.seek(5)
57 bytesIo.seek(10000)
69 self.assertEqual(f.seek(0), 0)
72 self.assertEqual(f.seek(5), 5)
75 self.assertEqual(f.seek(0), 0)
121 memio.seek(6)
130 memio.seek(0, 2
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_largefile.py 40 print('create large file via seek (may be sparse file) ...')
43 f.seek(0)
44 f.seek(size)
58 print('play around with seek() and read() with the built largefile')
63 f.seek(0)
65 f.seek(0, 0)
67 f.seek(42)
69 f.seek(42, 0)
71 f.seek(42, 1)
73 f.seek(0, 1
    [all...]
test_memoryio.py 43 bytesIo.seek(0)
46 bytesIo.seek(3)
48 self.assertRaises(TypeError, bytesIo.seek, 0.0)
55 bytesIo.seek(5)
57 bytesIo.seek(10000)
69 self.assertEqual(f.seek(0), 0)
72 self.assertEqual(f.seek(5), 5)
75 self.assertEqual(f.seek(0), 0)
121 memio.seek(6)
130 memio.seek(0, 2
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
IvfReader.java 112 mIvfFile.seek(frameHead + FRAME_HEADER_SIZE);
126 mIvfFile.seek(0);
139 mIvfFile.seek(FOURCC_OFFSET);
150 mIvfFile.seek(WIDTH_OFFSET);
154 mIvfFile.seek(HEIGHT_OFFSET);
158 mIvfFile.seek(FRAMECOUNT_OFFSET);
169 mIvfFile.seek(frameHead);
  /external/smali/util/src/main/java/org/jf/util/
RandomAccessFileOutputStream.java 49 raf.seek(filePosition);
55 raf.seek(filePosition);
61 raf.seek(filePosition);
  /external/autotest/client/site_tests/platform_DMVerityBitCorruption/
platform_DMVerityBitCorruption.py 23 dev.seek(run_count * block_size + self._adjustment)
25 dev.seek(run_count * block_size + self._adjustment)
35 dev.seek(block_count * block_size, os.SEEK_SET)
36 dev.seek(run_count * block_size + self._adjustment, os.SEEK_CUR)
39 dev.seek(block_count * block_size, os.SEEK_SET)
40 dev.seek(run_count * block_size + self._adjustment, os.SEEK_CUR)
  /bionic/libc/tools/
test_genseccomp.py 40 bionic.seek(0)
41 whitelist.seek(0)
42 empty.seek(0)
44 bionic.seek(0)
45 whitelist.seek(0)
46 empty.seek(0)
61 bionic.seek(0)
62 whitelist.seek(0)
63 blacklist.seek(0)
70 bionic.seek(0
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRIntStream.h 50 // essentially calling -release: and -seek:. If there are markers
61 // rewind() except it releases resources without the backward seek.
66 // normally used to seek ahead in the input stream. No buffering is
67 // required to do this unless you know your stream will use seek to
80 - (void) seek:(NSInteger) index;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRIntStream.h 50 // essentially calling -release: and -seek:. If there are markers
61 // rewind() except it releases resources without the backward seek.
66 // normally used to seek ahead in the input stream. No buffering is
67 // required to do this unless you know your stream will use seek to
80 - (void) seek:(NSInteger) index;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRIntStream.h 50 // essentially calling -release: and -seek:. If there are markers
61 // rewind() except it releases resources without the backward seek.
66 // normally used to seek ahead in the input stream. No buffering is
67 // required to do this unless you know your stream will use seek to
80 - (void) seek:(NSInteger) index;
  /external/ltp/testcases/network/stress/ns-tools/
create_file 63 echo -n "Z" | dd of=$filename bs=1 seek=`expr $filesize - 1` >/dev/null 2>&1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/
iobench.py 62 f.seek(0)
70 f.seek(0)
78 f.seek(0)
86 f.seek(0)
94 f.seek(0)
101 """ seek forward one unit at a time """
102 f.seek(0, 2)
104 f.seek(0, 0)
106 f.seek(i, 0)
111 """ seek forward 1000 units at a time """
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testfile.c 141 if (0 != rwops->seek(rwops, 0L, RW_SEEK_SET))
150 if (0 != rwops->seek(rwops, 0L, RW_SEEK_SET))
152 if (20 != rwops->seek(rwops, -7, RW_SEEK_END))
162 if (0 != rwops->seek(rwops, -27, RW_SEEK_CUR))
182 if (0 != rwops->seek(rwops, 0L, RW_SEEK_SET))
186 if (0 != rwops->seek(rwops, 0L, RW_SEEK_SET))
188 if (20 != rwops->seek(rwops, -7, RW_SEEK_END))
198 if (0 != rwops->seek(rwops, -27, RW_SEEK_CUR))
217 if (0 != rwops->seek(rwops, 0L, RW_SEEK_SET))
221 if (0 != rwops->seek(rwops, 0L, RW_SEEK_SET)
    [all...]

Completed in 1621 milliseconds

1 2 3 4 5 6 7 8 91011>>