Home
last modified time | relevance | path

Searched refs:tooBig (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/testing/resources/javascript/
Dconsts.in57 doTest("scaleWhen", ["always", "never", "tooBig", "tooSmall", "nonesuch"]);
Dconsts_expected.txt45 Alert: scaleWhen.tooBig is 2
/external/pdfium/fpdfsdk/src/javascript/
DConsts.cpp97 JS_STATIC_CONST_ENTRY_NUMBER(tooBig, 2) in JS_STATIC_CONST_ENTRY_STRING()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java1101 boolean tooBig = false; in format()
1104 tooBig = (number <= cutoff); // number == cutoff can only happen if multiplier == -1 in format()
1107 tooBig = (number > cutoff); in format()
1109 if (tooBig) { in format()
/external/skia/src/core/
DSkPaint.cpp372 static bool tooBig(const SkMatrix& m, SkScalar ma2max) { in tooBig() function
384 return tooBig(matrix, MaxCacheSize2()); in TooBigToUseCache()