Home
last modified time | relevance | path

Searched defs:tooBig (Results 1 – 12 of 12) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
DTestTreeTraversingParser.java275 final long tooBig = 1L + Integer.MAX_VALUE; in testNumberOverflowInt() local
316 final BigInteger tooBig = BigInteger.valueOf(Long.MAX_VALUE).add(BigInteger.ONE); in testNumberOverflowLong() local
/external/skia/modules/bentleyottmann/src/
DPoint.cpp47 auto tooBig = [](int32_t a, int32_t b) { in DifferenceTooBig() local
/external/tink/java_src/src/test/java/com/google/crypto/tink/signature/
DRsaSsaPkcs1PublicKeyTest.java210 BigInteger tooBig = BigInteger.valueOf(2).pow(3456).add(BigInteger.ONE); in modulusSizeIsValidated() local
DRsaSsaPssPublicKeyTest.java226 BigInteger tooBig = BigInteger.valueOf(2).pow(3456).add(BigInteger.ONE); in modulusSizeIsValidated() local
/external/tink-java/src/test/java/com/google/crypto/tink/signature/
DRsaSsaPkcs1PublicKeyTest.java210 BigInteger tooBig = BigInteger.valueOf(2).pow(3456).add(BigInteger.ONE); in modulusSizeIsValidated() local
DRsaSsaPssPublicKeyTest.java226 BigInteger tooBig = BigInteger.valueOf(2).pow(3456).add(BigInteger.ONE); in modulusSizeIsValidated() local
/external/tink/java_src/src/test/java/com/google/crypto/tink/jwt/
DJwtRsaSsaPkcs1PublicKeyTest.java241 BigInteger tooBig = BigInteger.valueOf(2).pow(3456).add(BigInteger.ONE); in build_invalidModulusSize_fails() local
DJwtRsaSsaPssPublicKeyTest.java241 BigInteger tooBig = BigInteger.valueOf(2).pow(3456).add(BigInteger.ONE); in build_invalidModulusSize_fails() local
/external/tink-java/src/test/java/com/google/crypto/tink/jwt/
DJwtRsaSsaPkcs1PublicKeyTest.java241 BigInteger tooBig = BigInteger.valueOf(2).pow(3456).add(BigInteger.ONE); in build_invalidModulusSize_fails() local
DJwtRsaSsaPssPublicKeyTest.java241 BigInteger tooBig = BigInteger.valueOf(2).pow(3456).add(BigInteger.ONE); in build_invalidModulusSize_fails() local
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/java/security/
DSignatureTest.java2682 final int tooBig = RSA_2048_modulus.bitLength() * 2; in testVerify_NONEwithRSA_Key_DataTooLarge_SingleByte_Failure() local
/external/conscrypt/common/src/test/java/org/conscrypt/java/security/
DSignatureTest.java2675 final int tooBig = RSA_2048_modulus.bitLength() * 2; in testVerify_NONEwithRSA_Key_DataTooLarge_SingleByte_Failure() local