HomeSort by relevance Sort by last modified time
    Searched refs:truncation (Results 1 - 20 of 20) sorted by null

  /external/llvm/test/MC/ARM/Windows/
mov32t-range.s 11 .def truncation
17 truncation: label
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-7.js 28 // Test correct truncation of tagged values.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.h 72 unsigned short truncation() { return m_truncation; } function in class:blink::InlineTextBox
170 // denote no truncation (the whole run paints) and full truncation (nothing paints at all).
RenderText.cpp 394 unsigned short truncation = box->truncation(); local
395 if (truncation == cNoTruncation)
404 // the selection is past the beginning of the truncation and the
405 // beginning of the selection is before or at the beginning of the truncation.
406 if (ellipsisEndPosition >= truncation && ellipsisStartPosition <= truncation)
    [all...]
  /external/bison/djgpp/
djunpack.bat 8 Rem with other file names after truncation to DOS 8+3 namespace.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 190 ASSERT(truncation() == cNoTruncation);
244 ASSERT(truncation() == cNoTruncation);
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js 584 function truncate(length, truncation) {
586 truncation = Object.isUndefined(truncation) ? '...' : truncation;
588 this.slice(0, length - truncation.length) + truncation : String(this);
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 374 truncate: function(length, truncation) {
376 truncation = Object.isUndefined(truncation) ? '...' : truncation;
378 this.slice(0, length - truncation.length) + truncation : String(this);
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/libvorbis/doc/
07-floor1.tex 90 accumulation through integer roundoff/truncation.
  /frameworks/rs/api/
rs_core_math.spec 874 ound to integral using truncation.
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js     [all...]
  /external/chromium_org/v8/test/mjsunit/es7/
object-observe.js     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-tagcloud.js     [all...]
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js     [all...]
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-tagcloud.js     [all...]
string-unpack-code.js     [all...]

Completed in 560 milliseconds