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

1 2 3

  /external/llvm/unittests/Support/
formatted_raw_ostream_test.cpp 29 EXPECT_EQ(100*(i+1), (unsigned) C.tell());
  /external/flac/include/FLAC/
callback.h 129 /** Signature for the tell callback.
173 FLAC__IOCallback_Tell tell; member in struct:__anon8067
  /external/llvm/lib/TableGen/
TableGenBackend.cpp 25 size_t Pos = (size_t)OS.tell();
30 for (size_t i = (size_t)OS.tell() - Pos; i < e; ++i)
  /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()
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 17 // tell BIND to accept packets from localhost:5030, like this:
21 // You also need a "zone" statement in /etc/named.conf to tell BIND the update
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
af_vfs.h 40 long (*tell) (AFvirtualfile *vfile); member in struct:_AFvirtualfile
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
af_vfs.h 40 long (*tell) (AFvirtualfile *vfile); member in struct:_AFvirtualfile
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
af_vfs.h 40 long (*tell) (AFvirtualfile *vfile); member in struct:_AFvirtualfile
  /external/clang/lib/Frontend/
TextDiagnosticPrinter.cpp 125 uint64_t StartOfLocationInfo = OS.tell();
137 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();
  /system/core/libsparse/
simg_dump.py 105 print("%4u %10u %10u %7u %7u" % (i, FH.tell(), data_sz, offset, chunk_sz),
155 print(" %10u %7u End" % (FH.tell(), offset))
  /system/media/camera/docs/
metadata_helpers.py 184 cur_pos = buf.tell()
185 while buf.tell() > 0 and buf.read(1) != '\n':
  /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
66 return TheStream->tell();
108 // 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
  /frameworks/compile/libbcc/include/bcc/Support/
FileBase.h 133 off_t tell();
  /external/llvm/lib/MC/
MachObjectWriter.cpp 136 uint64_t Start = OS.tell();
151 assert(OS.tell() - Start ==
166 uint64_t Start = OS.tell();
194 assert(OS.tell() - Start == SegmentLoadCommandSize);
214 uint64_t Start = OS.tell();
243 assert(OS.tell() - Start == (is64Bit() ? macho::Section64Size :
253 uint64_t Start = OS.tell();
263 assert(OS.tell() - Start == macho::SymtabLoadCommandSize);
276 uint64_t Start = OS.tell();
300 assert(OS.tell() - Start == macho::DysymtabLoadCommandSize)
    [all...]
MCAssembler.cpp 550 uint64_t Start = OW->getStream().tell();
657 assert(OW->getStream().tell() - Start == FragmentSize &&
701 uint64_t Start = getWriter().getStream().tell();
708 assert(getWriter().getStream().tell() - Start ==
773 uint64_t StartOffset = OS.tell();
800 stats::ObjectBytes += OS.tell() - StartOffset;
838 // FIXME-PERF: We could immediately lower out instructions if we can tell
    [all...]
  /external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 104 /** User supplied tell callback.
108 int64_t (* tell)(void * userdata); member in struct:__anon10885
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 68 Offset off = (Offset) Out.tell();
199 B.off = out.tell();
218 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);
  /frameworks/compile/libbcc/lib/Support/
FileBase.cpp 268 off_t FileBase::tell() { function in class:FileBase
  /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...]

Completed in 3487 milliseconds

1 2 3