Home
last modified time | relevance | path

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

/external/skia/resources/sksl/inliner/
DInlineThreshold.sksl3 void tooBig(inout int x) {
10 tooBig(x);
11 tooBig(x);
DInlineKeywordOverridesThreshold.sksl3 inline int tooBig(int x) {
11 y = tooBig(y);
12 y = tooBig(y);
/external/python/pyasn1/docs/source/pyasn1/type/namedval/
Dcontents.rst21 tooBig(1),
27 ('noError', 0), ('tooBig', 1), ('noSuchName', 2)
35 errorStatus = ErrorStatus('tooBig')
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
DTestTreeTraversingParser.java275 final long tooBig = 1L + Integer.MAX_VALUE; in testNumberOverflowInt() local
276 try (final JsonParser p = MAPPER.readTree("[ "+tooBig+" ]").traverse()) { in testNumberOverflowInt()
284 verifyException(e, "Numeric value ("+tooBig+") out of range of int"); in testNumberOverflowInt()
287 try (final JsonParser p = MAPPER.readTree("{ \"value\" : "+tooBig+" }").traverse()) { in testNumberOverflowInt()
296 verifyException(e, "Numeric value ("+tooBig+") out of range of int"); in testNumberOverflowInt()
316 final BigInteger tooBig = BigInteger.valueOf(Long.MAX_VALUE).add(BigInteger.ONE); in testNumberOverflowLong() local
317 try (final JsonParser p = MAPPER.readTree("[ "+tooBig+" ]").traverse()) { in testNumberOverflowLong()
325 verifyException(e, "Numeric value ("+tooBig+") out of range of long"); in testNumberOverflowLong()
328 try (final JsonParser p = MAPPER.readTree("{ \"value\" : "+tooBig+" }").traverse()) { in testNumberOverflowLong()
337 verifyException(e, "Numeric value ("+tooBig+") out of range of long"); in testNumberOverflowLong()
/external/skqp/src/core/
DSkFontPriv.cpp16 static bool tooBig(const SkMatrix& m, SkScalar ma2max) { in tooBig() function
28 return tooBig(matrix, MaxCacheSize2(maxLimit)); in TooBigToUseCache()
/external/llvm-project/clang/test/SemaTemplate/
Daddress_space-dependent.cpp45 void tooBig() { in tooBig() function
105tooBig<8388650>(); // expected-note {{in instantiation of function template specialization 'tooBig… in main()
/external/guava/guava/src/com/google/common/util/concurrent/
DInternal.java36 } catch (ArithmeticException tooBig) { in toNanosSaturated()
/external/pdfium/testing/resources/javascript/
Dconsts.in93 doTest("scaleWhen", ["always", "never", "tooBig", "tooSmall", "nonesuch"]);
Dconsts_expected.txt45 Alert: scaleWhen.tooBig is 2
/external/toolchain-utils/go/patch/go-1.11.2/
Dgo6.patch17 huge := make([]byte, tooBig)
/external/toolchain-utils/go/patch/go-1.10.3/
Dgo6.patch14 huge := make([]byte, tooBig)
/external/toolchain-utils/go/patch/go-1.10.2/
Dgo6.patch19 huge := make([]byte, tooBig)
/external/guava/guava/src/com/google/common/cache/
DCacheBuilder.java1048 } catch (ArithmeticException tooBig) { in toNanosSaturated()
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/java/security/
DSignatureTest.java2688 final int tooBig = RSA_2048_modulus.bitLength() * 2; in testVerify_NONEwithRSA_Key_DataTooLarge_SingleByte_Failure() local
2689 for (int i = 0; i < tooBig; i++) { in testVerify_NONEwithRSA_Key_DataTooLarge_SingleByte_Failure()
/external/conscrypt/common/src/test/java/org/conscrypt/java/security/
DSignatureTest.java2683 final int tooBig = RSA_2048_modulus.bitLength() * 2; in testVerify_NONEwithRSA_Key_DataTooLarge_SingleByte_Failure() local
2684 for (int i = 0; i < tooBig; i++) { in testVerify_NONEwithRSA_Key_DataTooLarge_SingleByte_Failure()