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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeSanitizer.cpp 66 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/third_party/ots/src/
cmap.cc 848 const off_t table_start = out->Tell();
861 const off_t record_offset = out->Tell();
866 const off_t offset_034 = out->Tell();
874 const off_t offset_0514 = out->Tell();
925 const off_t offset_100 = out->Tell();
937 const off_t offset_304 = out->Tell();
945 const off_t offset_314 = out->Tell();
953 const off_t offset_31012 = out->Tell();
975 const off_t offset_31013 = out->Tell();
997 const off_t table_end = out->Tell();
    [all...]
ots.cc 592 const size_t table_record_offset = output->Tell();
612 out.offset = output->Tell();
622 const size_t end_offset = output->Tell();
625 // as long as the Tell() interface is implemented correctly.
638 const size_t end_of_file = output->Tell();
  /external/chromium_org/chrome/browser/resources/
flags.js 155 // Tell the C++ FlagsDOMHandler to enable/disable the experiment.
168 // Tell the C++ FlagsDOMHandler to enable the selected choice.
plugins.js 200 // Tell the C++ PluginsDOMHandler to enable/disable the plugin.
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view_experimental.js 154 // Tell the JavaScript garbage collector to track lifetime of |dialog| and
  /external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
nacl.scons 32 browser_flags=['--crash-test'], # Tell the browser process to crash.
  /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/chrome/browser/resources/touch_ntp/
newtab.js 281 // Tell the slider about the pages
472 // Tell chrome to launch the app.
650 // Tell chrome to uninstall the app (prompting the user)
702 // Tell chrome to update its database to persist this new order of apps This
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 86 // Tell the browser that we are ready to start receiving log events.
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 384 ; Tell GNU ld that we don't require an executable stack.
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 277 // Tell the slider about the pages
540 // Tell chrome to uninstall the app (prompting the user)
592 // Tell chrome to update its database to persist this new order of apps This
  /build/core/
config.mk 22 # Tell python not to spam the source tree with .pyc files. This
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 253 // Tell the slider about the pages.

Completed in 509 milliseconds

1 2