HomeSort by relevance Sort by last modified time
    Searched refs:tell (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/flac/include/FLAC/
callback.h 129 /** Signature for the tell callback.
173 FLAC__IOCallback_Tell tell; member in struct:__anon5811
  /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()
coff-dump.py 282 Stack [0:0] = [Input.tell()]
514 end_of_array = Input.tell() + value
516 prev_loc = Input.tell()
518 while Input.tell() < end_of_array:
523 index += (Input.tell() - prev_loc) / item_size
524 prev_loc = Input.tell()
  /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
gseekable.c 97 return (* iface->tell) (seekable);
gfileinputstream.c 99 iface->tell = g_file_input_stream_seekable_tell;
281 if (class->tell)
282 offset = class->tell (stream);
gfileoutputstream.c 102 iface->tell = g_file_output_stream_seekable_tell;
326 if (class->tell)
327 offset = class->tell (stream);
  /external/llvm/include/llvm/Support/
FormattedStream.h 27 /// DELETE_STREAM - Tell the destructor to delete the held stream.
31 /// PRESERVE_STREAM - Tell the destructor to not delete the held
65 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
107 // had been using, and tell TheStream not to do its own buffering.
circular_raw_ostream.h 28 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
34 /// REFERENCE_ONLY - Tell this stream it should not manage the
92 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
140 /// setStream - Tell the circular_raw_ostream to output a
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
  /external/clang/lib/Frontend/
TextDiagnosticPrinter.cpp 147 uint64_t StartOfLocationInfo = OS.tell();
159 OS.tell() - StartOfLocationInfo,
CacheTokens.cpp 275 Offset TokenOff = (Offset) Out.tell();
312 Offset HashOff = (Offset) Out.tell();
420 Offset PPCondOff = (Offset) Out.tell();
439 Offset SpellingsOff = Out.tell();
454 Offset PrologueOffset = Out.tell();
596 key->FileOffset = Out.tell();
644 Offset IDOff = Out.tell();
  /external/libvpx/nestegg/include/nestegg/
nestegg.h 104 /** User supplied tell callback.
108 int64_t (* tell)(void * userdata); member in struct:__anon7655
  /external/llvm/lib/MC/
MachObjectWriter.cpp 121 uint64_t Start = OS.tell();
136 assert(OS.tell() - Start ==
151 uint64_t Start = OS.tell();
179 assert(OS.tell() - Start == SegmentLoadCommandSize);
199 uint64_t Start = OS.tell();
228 assert(OS.tell() - Start == (is64Bit() ? macho::Section64Size :
238 uint64_t Start = OS.tell();
248 assert(OS.tell() - Start == macho::SymtabLoadCommandSize);
261 uint64_t Start = OS.tell();
285 assert(OS.tell() - Start == macho::DysymtabLoadCommandSize)
    [all...]
MCAssembler.cpp 387 uint64_t Start = OW->getStream().tell();
493 assert(OW->getStream().tell() - Start == FragmentSize);
537 uint64_t Start = getWriter().getStream().tell();
544 assert(getWriter().getStream().tell() - Start ==
609 uint64_t StartOffset = OS.tell();
645 stats::ObjectBytes += OS.tell() - StartOffset;
689 // FIXME-PERF: We could immediately lower out instructions if we can tell
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 67 Offset off = (Offset) Out.tell();
199 B.off = out.tell();
217 io::Offset TableOff = out.tell();
  /external/libpcap/lbl/
os-sunos4.h 181 long tell(int);
  /external/tcpdump/lbl/
os-sunos4.h 181 long tell(int);
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 85 * @return {Boolean} false to tell the browser not to submit the form.
162 * @return {Boolean} false to tell the browser not to submit the form.
187 // send the request and tell the user.
  /external/sonivox/jet_tools/JetCreator/
midifile.py 207 stream.error_loc = stream.tell()
261 stream.error_loc = stream.tell()
629 pos = stream.tell()
661 pos = stream.tell()
694 pos = stream.tell()
992 self.start = stream.tell()
1004 pos = stream.tell()
    [all...]
JetFile.py 459 header_pos = output_file.tell()
462 start_pos = output_file.tell()
469 end_pos = output_file.tell()
487 file_size = lib_file.tell()
499 file_size = output_file.tell()
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
standalone-pre.js 42 // the only way to tell 0 from -0 in JS is the fact that 1/-0 is

Completed in 281 milliseconds

1 2 3