Searched defs:tell (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgseekable.h49 * @tell: Tells the current location within a stream.
63 goffset (* tell) (GSeekable *seekable); member in struct:_GSeekableIface
H A Dgfileinputstream.h64 goffset (* tell) (GFileInputStream *stream); member in struct:_GFileInputStreamClass
H A Dgfileoutputstream.h64 goffset (* tell) (GFileOutputStream *stream); member in struct:_GFileOutputStreamClass
/external/flac/include/FLAC/
H A Dcallback.h129 /** Signature for the tell callback.
173 FLAC__IOCallback_Tell tell; member in struct:__anon4330
/external/llvm/test/Scripts/
H A Dmacho-dumpx21 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/
H A Dnestegg.h104 /** User supplied tell callback.
108 int64_t (* tell)(void * userdata); member in struct:__anon6174
/external/llvm/include/llvm/Support/
H A Draw_ostream.h83 /// 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 710 milliseconds