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

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeSanitizer.cpp 65 const size_t transcodeLen = output.Tell();
  /external/chromium_org/third_party/ots/test/
file-stream.h 45 off_t Tell() const {
idempotent.cc 180 const size_t result_len = output.Tell();
190 const size_t result2_len = output2.Tell();
layout_common_table_test.cc 24 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;
validator-checker.cc 170 const size_t trans_len = output.Tell();
side-by-side.cc 276 const size_t trans_len = output.Tell();
  /frameworks/ex/variablespeed/jni/
ring_buffer.h 49 int64 Tell(int reader) const;
ring_buffer.cc 74 int64 RingBuffer::Tell(int reader) const {
102 int pos = Tell(reader) % size_;
117 int pos = Tell(reader) % size_;
137 int pos = Tell(reader) % size_;
sola_time_scaler.cc 239 output_buffer_->Tell(kOutputConsumer) + num_frames);
353 output_buffer_->Tell(kOutputAnalysis) + output_advance);
356 input_buffer_->Seek(kInputReader, input_buffer_->Tell(kInputReader) +
  /external/chromium_org/third_party/ots/include/
ots-memory-stream.h 38 virtual off_t Tell() const {
92 off_t Tell() const {
opentype-sanitiser.h 89 virtual off_t Tell() const = 0;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/closure/
closure_preinit.js 11 * Tell Closure to load JavaScript code from the extension root directory.
17 * Tell Closure not to load deps.js; it's included by manifest.json already.
  /external/chromium_org/third_party/ots/src/
cmap.cc 848 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...]
ots.cc 597 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/
cmstypes.c 234 DirectoryPos = io ->Tell(io);
246 Before = io ->Tell(io);
253 ElementSizes[i] = io ->Tell(io) - Before;
257 CurrentPos = io ->Tell(io);
    [all...]
cmsio0.c 32 // write, seek and tell functions. LittleCMS code deals with IO across those objects.
121 iohandler ->Tell = NULLTell;
182 // Tell for memory
299 iohandler ->Tell = MemoryTell;
416 iohandler ->Tell = FileTell;
439 iohandler ->Tell = FileTell;
    [all...]
cmsplugin.c 464 At = io -> Tell(io);
481 At = io -> Tell(io);
  /external/chromium_org/chrome/browser/resources/
flags.js 159 // Tell the C++ FlagsDOMHandler to enable/disable the experiment.
172 // Tell the C++ FlagsDOMHandler to enable the selected choice.
components.js 107 // Tell the C++ ComponentssDOMHandler to check for update.
plugins.js 203 // Tell the C++ PluginsDOMHandler to enable/disable the plugin.
  /external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
nacl.scons 32 browser_flags=['--crash-test'], # Tell the browser process to crash.
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubby-u2f.js 102 // Tell applet to not actually produce a signature, even
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 213 /** 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/
refcard.tex 351 \key{Tell {\tt bison} where to start parsing.}
354 \key{Tell {\tt bison} the data type of symbols.}
  /external/chromium_org/remoting/webapp/
client_plugin.js 132 * Tell the plugin to request a PIN asynchronously.

Completed in 817 milliseconds

1 2