/prebuilts/go/linux-x86/src/runtime/ |
os_plan9.go | 20 func seek(fd int32, offset int64, whence int32) int64
|
/prebuilts/go/linux-x86/src/syscall/ |
asm_plan9_386.s | 129 //func seek(placeholder uintptr, fd int, offset int64, whence int) (newoffset int64, err string)
|
asm_plan9_amd64.s | 128 //func seek(placeholder uintptr, fd int, offset int64, whence int) (newoffset int64, err string)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_io.so | |
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/ |
storage_api.py | 490 def seek(self, offset, whence=os.SEEK_SET): 497 whence: seek mode. Supported modes are os.SEEK_SET (absolute seek), 503 ValueError: When whence is invalid. 510 if whence == os.SEEK_SET: 512 elif whence == os.SEEK_CUR: 514 elif whence == os.SEEK_END: 517 raise ValueError('Whence mode %s is invalid.' % str(whence))
|
/external/libbrillo/brillo/streams/ |
input_stream_set.h | 75 Whence whence,
|
stream.h | 86 // When seeking in streams, whence specifies the origin of the seek operation. 87 enum class Whence { FROM_BEGIN, FROM_CURRENT, FROM_END }; 164 // beginning of the stream. This calls Seek(position, Whence::FROM_BEGIN), 169 // Moves the stream pointer by |offset| bytes relative to |whence|. 176 Whence whence,
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
FwdLockConv.h | 97 * @param[in] whence One of SEEK_SET, SEEK_CUR, and SEEK_END. 102 typedef off64_t FwdLockConv_LSeekFunc_t(int fileDesc, off64_t offset, int whence);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
codecs.py | 373 def seek(self, offset, whence=0): 374 self.stream.seek(offset, whence) 375 if whence == 0 and offset == 0: 604 def seek(self, offset, whence=0): 609 self.stream.seek(offset, whence) 702 def seek(self, offset, whence=0): 703 self.stream.seek(offset, whence) 705 if whence == 0 and offset == 0: [all...] |
posixfile.py | 37 f.lock(mode [, len [, start [, whence]]]) 49 format (mode, len, start, whence, pid) where mode is a
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
codecs.py | 373 def seek(self, offset, whence=0): 374 self.stream.seek(offset, whence) 375 if whence == 0 and offset == 0: 604 def seek(self, offset, whence=0): 609 self.stream.seek(offset, whence) 702 def seek(self, offset, whence=0): 703 self.stream.seek(offset, whence) 705 if whence == 0 and offset == 0: [all...] |
posixfile.py | 37 f.lock(mode [, len [, start [, whence]]]) 49 format (mode, len, start, whence, pid) where mode is a
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
codecs.py | 373 def seek(self, offset, whence=0): 374 self.stream.seek(offset, whence) 375 if whence == 0 and offset == 0: 604 def seek(self, offset, whence=0): 609 self.stream.seek(offset, whence) 702 def seek(self, offset, whence=0): 703 self.stream.seek(offset, whence) 705 if whence == 0 and offset == 0: [all...] |
posixfile.py | 37 f.lock(mode [, len [, start [, whence]]]) 49 format (mode, len, start, whence, pid) where mode is a
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
codecs.py | 373 def seek(self, offset, whence=0): 374 self.stream.seek(offset, whence) 375 if whence == 0 and offset == 0: 604 def seek(self, offset, whence=0): 609 self.stream.seek(offset, whence) 702 def seek(self, offset, whence=0): 703 self.stream.seek(offset, whence) 705 if whence == 0 and offset == 0: [all...] |
posixfile.py | 37 f.lock(mode [, len [, start [, whence]]]) 49 format (mode, len, start, whence, pid) where mode is a
|
/prebuilts/go/darwin-x86/src/io/ |
io.go | 98 // interpreted according to whence: 0 means relative to the origin of 107 Seek(offset int64, whence int) (int64, error) 459 var errWhence = errors.New("Seek: invalid whence") 462 func (s *SectionReader) Seek(offset int64, whence int) (int64, error) { 463 switch whence {
|
/prebuilts/go/linux-x86/src/io/ |
io.go | 98 // interpreted according to whence: 0 means relative to the origin of 107 Seek(offset int64, whence int) (int64, error) 459 var errWhence = errors.New("Seek: invalid whence") 462 func (s *SectionReader) Seek(offset int64, whence int) (int64, error) { 463 switch whence {
|
/art/runtime/openjdkjvm/ |
OpenjdkJvm.cc | 113 JNIEXPORT jlong JVM_Lseek(jint fd, jlong offset, jint whence) { 120 return lseek64(fd, offset, whence); 124 return lseek(fd, offset, whence);
|
/external/zlib/src/as400/ |
zlib.inc | 208 D whence 10i 0 value Origin 214 D whence 10i 0 value Origin 220 D whence 10i 0 value Origin
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/ |
FwdLockEngine.h | 458 * @param whence One of SEEK_SET, SEEK_CUR, and SEEK_END. 468 int whence); 473 int whence);
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
FwdLockEngine.cpp | 654 off64_t offset, int whence) { 657 off_t offset, int whence) { 664 offval = FwdLockFile_lseek(session->fileDesc, offset, whence);
|
/hardware/ti/omap4-aah/security/tf_crypto_sst/ |
sst_stub.c | 412 SST_WHENCE whence) 419 switch(whence) 438 sOperation.params[1].value.b = (uint32_t)whence;
|
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
sst_stub.c | 413 SST_WHENCE whence) 420 switch(whence) 439 sOperation.params[1].value.b = (uint32_t)whence;
|
/prebuilts/go/darwin-x86/src/os/ |
file_plan9.go | 281 // according to whence: 0 means relative to the origin of the file, 1 means 284 func (f *File) seek(offset int64, whence int) (ret int64, err error) { 285 return syscall.Seek(f.fd, offset, whence)
|