Home
last modified time | relevance | path

Searched refs:ALL_STREAMING_MODES (Results 1 – 3 of 3) sorted by relevance

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/
DNumberOverflowTest.java66 for (int mode : ALL_STREAMING_MODES) { in testMaliciousLongOverflow()
86 for (int mode : ALL_STREAMING_MODES) { in testMaliciousIntOverflow()
106 for (int mode : ALL_STREAMING_MODES) { in testMaliciousBigIntToDouble()
121 for (int mode : ALL_STREAMING_MODES) { in testMaliciousBigIntToFloat()
DNumberCoercionTest.java20 for (int mode : ALL_STREAMING_MODES) { in testToIntCoercion()
56 for (int mode : ALL_STREAMING_MODES) { in testToIntFailing()
138 for (int mode : ALL_STREAMING_MODES) { in testToLongCoercion()
175 for (int mode : ALL_STREAMING_MODES) { in testToLongFailing()
210 for (int mode : ALL_STREAMING_MODES) { in testToBigIntegerCoercion()
251 for (int mode : ALL_STREAMING_MODES) { in testToDoubleCoercion()
271 for (int mode : ALL_STREAMING_MODES) { in testToBigDecimalCoercion()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/
DBaseTest.java40 protected final static int[] ALL_STREAMING_MODES = new int[] { field in BaseTest