Searched refs:Tell (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeSanitizer.cpp65 const size_t transcodeLen = output.Tell();
/external/chromium_org/third_party/ots/test/
H A Dfile-stream.h45 off_t Tell() const { function in class:ots::FILEStream
H A Didempotent.cc180 const size_t result_len = output.Tell();
190 const size_t result2_len = output2.Tell();
H A Dlayout_common_table_test.cc24 const off_t script_record_end = out->Tell() +
76 const off_t feature_record_end = out->Tell() +
106 const off_t base_offset_lookup = out->Tell();
113 offsets_lookup[i] = out->Tell();
123 const off_t offset_lookup_table_end = out->Tell();
242 if (Tell() + length > size_) {
243 size_ = Tell() + length;
H A Dvalidator-checker.cc170 const size_t trans_len = output.Tell();
H A Dside-by-side.cc276 const size_t trans_len = output.Tell();
/external/chromium_org/third_party/ots/include/
H A Dots-memory-stream.h38 virtual off_t Tell() const { function in class:ots::MemoryStream
92 off_t Tell() const { function in class:ots::ExpandingMemoryStream
H A Dopentype-sanitiser.h89 virtual off_t Tell() const = 0;
/external/chromium_org/third_party/ots/src/
H A Dcmap.cc848 const off_t table_start = out->Tell();
864 const off_t record_offset = out->Tell();
869 const off_t offset_034 = out->Tell();
877 const off_t offset_0514 = out->Tell();
928 const off_t offset_100 = out->Tell();
940 const off_t offset_304 = out->Tell();
948 const off_t offset_314 = out->Tell();
956 const off_t offset_31012 = out->Tell();
978 const off_t offset_31013 = out->Tell();
1000 const off_t table_end = out->Tell();
[all...]
H A Dots.cc597 const size_t table_record_offset = output->Tell();
617 out.offset = output->Tell();
627 const size_t end_offset = output->Tell();
630 // as long as the Tell() interface is implemented correctly.
643 const size_t end_of_file = output->Tell();
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmstypes.c234 DirectoryPos = io ->Tell(io);
246 Before = io ->Tell(io);
253 ElementSizes[i] = io ->Tell(io) - Before;
257 CurrentPos = io ->Tell(io);
2470 BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase);
2673 BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase);
2696 DirectoryPos = io ->Tell(io);
2707 offsetA = io ->Tell(io) - BaseOffset;
2712 offsetC = io ->Tell(io) - BaseOffset;
2718 offsetM = io ->Tell(i
[all...]
H A Dcmsio0.c121 iohandler ->Tell = NULLTell;
182 // Tell for memory
299 iohandler ->Tell = MemoryTell;
416 iohandler ->Tell = FileTell;
439 iohandler ->Tell = FileTell;
1805 rc = MemIO ->Tell(MemIO);
H A Dcmsplugin.c464 At = io -> Tell(io);
481 At = io -> Tell(io);
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
H A Dnacl.scons32 browser_flags=['--crash-test'], # Tell the browser process to crash.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as213 /** Tell me how to create a token for use with imaginary token nodes.
225 /** Tell me how to create a token for use with imaginary token nodes.
/external/bison/doc/
H A Drefcard.tex351 \key{Tell {\tt bison} where to start parsing.}
354 \key{Tell {\tt bison} the data type of symbols.}
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2_plugin.h126 cmsUInt32Number (* Tell)(struct _cms_io_handler* iohandler); member in struct:_cms_io_handler
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dx86_abi_support.asm384 ; Tell GNU ld that we don't require an executable stack.
/external/libvpx/libvpx/vpx_ports/
H A Dx86_abi_support.asm384 ; Tell GNU ld that we don't require an executable stack.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas645 /// Tell me how to create a token for use with imaginary token nodes.
656 /// Tell me how to create a token for use with imaginary token nodes.
H A DAntlr.Runtime.pas80 /// <summary>Tell the stream to start buffering if it hasn't already.</summary>
/external/bison/build-aux/
H A Dtexinfo.tex5992 % Tell \shipout to create a pdf destination on each page, if we're

Completed in 5886 milliseconds