HomeSort by relevance Sort by last modified time
    Searched defs:tell (Results 1 - 8 of 8) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
af_vfs.h 40 long (*tell) (AFvirtualfile *vfile); member in struct:_AFvirtualfile
  /external/bluetooth/glib/gio/
gseekable.h 49 * @tell: Tells the current location within a stream.
63 goffset (* tell) (GSeekable *seekable); member in struct:_GSeekableIface
gfileinputstream.h 64 goffset (* tell) (GFileInputStream *stream); member in struct:_GFileInputStreamClass
gfileoutputstream.h 64 goffset (* tell) (GFileOutputStream *stream); member in struct:_GFileOutputStreamClass
  /external/flac/include/FLAC/
callback.h 129 /** Signature for the tell callback.
173 FLAC__IOCallback_Tell tell; member in struct:__anon5808
  /external/llvm/test/Scripts/
macho-dumpx 21 def tell(self): member in class:Reader
22 return self.file.tell()
95 start = f.tell()
102 if f.tell() - start != loadCommandsSize:
107 start = f.tell()
132 if f.tell() - start != cmdSize:
169 prev_pos = f.tell()
226 prev_pos = f.tell()
263 prev_pos = f.tell()
  /external/libvpx/nestegg/include/nestegg/
nestegg.h 104 /** User supplied tell callback.
108 int64_t (* tell)(void * userdata); member in struct:__anon7652
  /external/llvm/include/llvm/Support/
raw_ostream.h 83 /// tell - Return the current offset with the file.
84 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream

Completed in 262 milliseconds