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

1 2 3 4 56 7 8 91011>>

  /device/linaro/hikey/l-loader/
gen_loader.py 121 self.fp.seek(self.p_file)
146 self.fp.seek(self.p_file)
166 self.fp.seek(self.p_entry)
178 self.fp.seek(20)
183 self.fp.seek(24)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_csv.py 126 fileobj.seek(0)
204 fileobj.seek(0)
297 fileobj.seek(0)
356 fileobj.seek(0)
379 fileobj.seek(0)
390 fileobj.seek(0)
401 fileobj.seek(0)
412 fileobj.seek(0)
423 fileobj.seek(0)
446 fileobj.seek(0)
    [all...]
test_gzip.py 67 f.seek(0)
144 # Try seek, read test
152 f.seek(oldpos) # negative seek
159 f.seek(newpos) # positive seek
163 # Try seek(whence=1), read test
167 f.seek(10, whence=1)
172 # Try seek, write test
175 f.seek(pos)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/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/autotest/server/site_tests/video_VDAStress/
output_test_video_params.py 51 mm.seek(24, 0)
53 mm.seek(32, 0)
63 mm.seek(offset, 1)
  /external/python/cpython2/Lib/
chunk.py 41 read, close, seek, tell, isatty.
98 def seek(self, pos, whence=0): member in class:Chunk
99 """Seek to specified position into the chunk.
107 raise IOError, "cannot seek"
114 self.file.seek(self.offset + pos, 0)
160 self.file.seek(n, 1)
  /external/python/cpython2/Lib/test/
test_imghdr.py 25 def seek(self, *args, **kwargs): member in class:UnseekableIO
64 stream.seek(pos)
112 stream.seek(0)
  /external/python/cpython3/Lib/
chunk.py 41 read, close, seek, tell, isatty.
98 def seek(self, pos, whence=0): member in class:Chunk
99 """Seek to specified position into the chunk.
107 raise OSError("cannot seek")
114 self.file.seek(self.offset + pos, 0)
160 self.file.seek(n, 1)
  /external/vboot_reference/scripts/image_signing/
common_minimal.sh 243 dd if=$input_file of=$image bs=512 seek=$offset count=$size \
263 sudo dd of="$rootfs" seek=$((offset + ro_compat_offset)) \
298 sudo dd of="$rootfs" seek=$((offset + ro_compat_offset)) \
  /frameworks/base/libs/androidfw/include/androidfw/
Asset.h 59 /* read chunks, and seek forward and backward */
62 /* read sequentially, with an occasional forward seek */
76 * Seek to the specified offset. "whence" uses the same values as
80 virtual off64_t seek(off64_t offset, int whence) = 0;
140 /* handle common seek() housekeeping */
262 virtual off64_t seek(off64_t offset, int whence);
274 FILE* mFp; // for read/seek
318 virtual off64_t seek(off64_t offset, int whence);
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_rwops.h 60 * Seek to \c offset relative to \c whence, one of stdio's whence values:
65 Sint64 (SDLCALL * seek) (struct SDL_RWops * context, Sint64 offset, member in struct:SDL_RWops
174 #define RW_SEEK_SET 0 /**< Seek from the beginning of data */
175 #define RW_SEEK_CUR 1 /**< Seek relative to current read point */
176 #define RW_SEEK_END 2 /**< Seek relative to the end of data */
185 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)
186 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_rwops.h 60 * Seek to \c offset relative to \c whence, one of stdio's whence values:
65 Sint64 (SDLCALL * seek) (struct SDL_RWops * context, Sint64 offset, member in struct:SDL_RWops
174 #define RW_SEEK_SET 0 /**< Seek from the beginning of data */
175 #define RW_SEEK_CUR 1 /**< Seek relative to current read point */
176 #define RW_SEEK_END 2 /**< Seek relative to the end of data */
185 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)
186 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /prebuilts/misc/windows/sdl2/include/
SDL_rwops.h 60 * Seek to \c offset relative to \c whence, one of stdio's whence values:
65 Sint64 (SDLCALL * seek) (struct SDL_RWops * context, Sint64 offset, member in struct:SDL_RWops
174 #define RW_SEEK_SET 0 /**< Seek from the beginning of data */
175 #define RW_SEEK_CUR 1 /**< Seek relative to current read point */
176 #define RW_SEEK_END 2 /**< Seek relative to the end of data */
185 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)
186 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_rwops.h 60 * Seek to \c offset relative to \c whence, one of stdio's whence values:
65 Sint64 (SDLCALL * seek) (struct SDL_RWops * context, Sint64 offset, member in struct:SDL_RWops
174 #define RW_SEEK_SET 0 /**< Seek from the beginning of data */
175 #define RW_SEEK_CUR 1 /**< Seek relative to current read point */
176 #define RW_SEEK_END 2 /**< Seek relative to the end of data */
185 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)
186 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /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)
  /build/make/tools/releasetools/
sparse_img.py 92 f.seek(data_sz, os.SEEK_CUR)
141 f.seek(0, os.SEEK_END)
148 f.seek(16, os.SEEK_SET)
195 f.seek(p, os.SEEK_SET)
207 f.seek(filepos, os.SEEK_SET)
278 f.seek(filepos, os.SEEK_SET)

Completed in 1431 milliseconds

1 2 3 4 56 7 8 91011>>