HomeSort by relevance Sort by last modified time
    Searched refs:seek (Results 1 - 25 of 1341) 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...]
  /external/python/cpython2/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...]
  /external/python/cpython3/Lib/test/
test_largefile.py 34 f.seek(0)
35 f.seek(size)
56 f.seek(0)
58 f.seek(0, 0)
60 f.seek(42)
62 f.seek(42, 0)
64 f.seek(42, 1)
66 f.seek(0, 1)
68 f.seek(0, 2) # seek from the en
    [all...]
test_memoryio.py 41 bytesIo.seek(0)
44 bytesIo.seek(3)
46 self.assertRaises(TypeError, bytesIo.seek, 0.0)
53 bytesIo.seek(5)
55 bytesIo.seek(10000)
67 self.assertEqual(f.seek(0), 0)
70 self.assertEqual(f.seek(5), 5)
73 self.assertEqual(f.seek(0), 0)
119 memio.seek(6)
125 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...]
  /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...]
  /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...]
  /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...]
  /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);
  /frameworks/base/core/jni/android/graphics/
Utils.cpp 29 off64_t pos = fAsset->seek(0, SEEK_SET);
31 SkDebugf("----- fAsset->seek(rewind) failed\n");
53 return fAsset->seek(0, SEEK_CUR) != -1;
57 const off64_t offset = fAsset->seek(0, SEEK_CUR);
59 SkDebugf("---- fAsset->seek(0, SEEK_CUR) failed\n");
66 bool AssetStreamAdaptor::seek(size_t position) { function in class:AssetStreamAdaptor
67 if (fAsset->seek(position, SEEK_SET) == -1) {
68 SkDebugf("---- fAsset->seek(0, SEEK_SET) failed\n");
76 if (fAsset->seek(offset, SEEK_CUR) == -1) {
77 SkDebugf("---- fAsset->seek(%i, SEEK_CUR) failed\n", offset)
    [all...]
  /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
  /system/update_engine/payload_consumer/
cached_file_descriptor_unittest.cc 86 EXPECT_EQ(cfd_->Seek(0, SEEK_SET), 0);
97 EXPECT_EQ(cfd_->Seek(0, SEEK_SET), 0);
110 EXPECT_EQ(cfd_->Seek(0, SEEK_SET), 0);
120 EXPECT_EQ(cfd_->Seek(start, SEEK_SET), static_cast<off64_t>(start));
131 EXPECT_EQ(cfd_->Seek(0, SEEK_SET), 0);
132 EXPECT_EQ(cfd_->Seek(1, SEEK_SET), 1);
133 EXPECT_EQ(cfd_->Seek(kFileSize - 1, SEEK_SET),
135 EXPECT_EQ(cfd_->Seek(kFileSize, SEEK_SET), static_cast<off64_t>(kFileSize));
136 EXPECT_EQ(cfd_->Seek(kFileSize + 1, SEEK_SET),
139 EXPECT_EQ(cfd_->Seek(0, SEEK_SET), 0)
159 off64_t seek = 10; local
172 off64_t seek = 100; local
188 off64_t seek = 100; local
    [all...]
  /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...]

Completed in 1177 milliseconds

1 2 3 4 5 6 7 8 91011>>