/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/ |
D | CommentParsingTest.java | 46 _testDisabled(DOC_WITH_SLASHSTAR_COMMENT, MODE_INPUT_STREAM_THROTTLED); in testCommentsDisabled() 47 _testDisabled(DOC_WITH_SLASHSLASH_COMMENT, MODE_INPUT_STREAM_THROTTLED); in testCommentsDisabled() 58 _testEnabled(DOC_WITH_SLASHSTAR_COMMENT, MODE_INPUT_STREAM_THROTTLED); in testCommentsEnabled() 59 _testEnabled(DOC_WITH_SLASHSLASH_COMMENT, MODE_INPUT_STREAM_THROTTLED); in testCommentsEnabled() 70 _testWithUTF8Chars(JSON, MODE_INPUT_STREAM_THROTTLED); in testCommentsWithUTF8() 82 _testYAMLComments(f, MODE_INPUT_STREAM_THROTTLED); in testYAMLCommentsBytes() 83 _testCommentsBeforePropValue(f, MODE_INPUT_STREAM_THROTTLED, "# foo\n"); in testYAMLCommentsBytes() 104 _testCommentsBeforePropValue(f, MODE_INPUT_STREAM_THROTTLED, COMMENT); in testCCommentsBytes() 122 _testCommentsBeforePropValue(f, MODE_INPUT_STREAM_THROTTLED, COMMENT); in testCppCommentsBytes()
|
D | UTF8NamesParseTest.java | 43 _testEmptyName(MODE_INPUT_STREAM_THROTTLED); in testEmptyName() 63 _testUtf8Name2Bytes(MODE_INPUT_STREAM_THROTTLED); in testUtf8Name2Bytes() 99 _testUtf8Name3Bytes(MODE_INPUT_STREAM_THROTTLED); in testUtf8Name3Bytes() 130 _testUtf8StringTrivial(MODE_INPUT_STREAM_THROTTLED); in testUtf8StringTrivial() 168 _testUtf8StringValue(MODE_INPUT_STREAM_THROTTLED, 2900); in testUtf8StringValue() 172 _testUtf8StringValue(MODE_INPUT_STREAM_THROTTLED, 5300); in testUtf8StringValue() 252 _testNextFieldName(MODE_INPUT_STREAM_THROTTLED, data); in testNextFieldName()
|
D | NextXxxAccessTest.java | 20 _testIsNextTokenName1(MODE_INPUT_STREAM_THROTTLED); in testIsNextTokenName() 27 _testIsNextTokenName2(MODE_INPUT_STREAM_THROTTLED); in testIsNextTokenName2() 34 _testIsNextTokenName3(MODE_INPUT_STREAM_THROTTLED); in testIsNextTokenName3() 41 _testIsNextTokenName4(MODE_INPUT_STREAM_THROTTLED); in testIsNextTokenName4() 48 _testIsNextTokenName5(MODE_INPUT_STREAM_THROTTLED); in testIsNextTokenName5() 57 _testIssue34(MODE_INPUT_STREAM_THROTTLED); in testIssue34() 66 _testIssue38(MODE_INPUT_STREAM_THROTTLED); in testIssue38() 74 _testNextNameWithLong(MODE_INPUT_STREAM_THROTTLED); in testNextNameWithLongContent() 83 _testNextFieldNameIndent(MODE_INPUT_STREAM_THROTTLED); in testNextNameWithIndentation() 91 _textNextText(MODE_INPUT_STREAM_THROTTLED); in testNextTextValue() [all …]
|
D | ParserErrorHandlingTest.java | 14 _testInvalidKeywords(MODE_INPUT_STREAM_THROTTLED); in testInvalidKeywordsBytes() 25 _testMangledNumbersInt(MODE_INPUT_STREAM_THROTTLED); in testMangledIntsBytes() 34 _testMangledNumbersFloat(MODE_INPUT_STREAM_THROTTLED); in testMangledFloatsBytes()
|
D | NonStandardParserFeaturesTest.java | 24 _testNonStandarBackslashQuoting(MODE_INPUT_STREAM_THROTTLED); in testNonStandardAnyCharQuoting() 32 _testLeadingZeroes(MODE_INPUT_STREAM_THROTTLED, false); in testLeadingZeroesUTF8() 33 _testLeadingZeroes(MODE_INPUT_STREAM_THROTTLED, true); in testLeadingZeroesUTF8() 48 _testAllowNaN(MODE_INPUT_STREAM_THROTTLED); in testAllowNaN() 56 _testAllowInf(MODE_INPUT_STREAM_THROTTLED); in testAllowInfinity()
|
D | ParserDupHandlingTest.java | 29 _testSimpleDupsOk(doc, f, MODE_INPUT_STREAM_THROTTLED); in testSimpleDupCheckDisabled() 47 _testSimpleDupsFail(doc, dupF, MODE_INPUT_STREAM_THROTTLED, "a", false); in testSimpleDupsBytes() 48 _testSimpleDupsFail(doc, nonDupF, MODE_INPUT_STREAM_THROTTLED, "a", true); in testSimpleDupsBytes()
|
D | NonStandardAposQuotedNamesTest.java | 21 _testSingleQuotesDefault(MODE_INPUT_STREAM_THROTTLED); in testSingleQuotesDefault() 29 _testSingleQuotesEnabled(MODE_INPUT_STREAM_THROTTLED); in testSingleQuotesEnabled() 37 _testSingleQuotesEscaped(MODE_INPUT_STREAM_THROTTLED); in testSingleQuotesEscaped()
|
D | NonStandardUnquotedNamesTest.java | 18 _testSimpleUnquoted(MODE_INPUT_STREAM_THROTTLED); in testSimpleUnquotedBytes() 29 _testLargeUnquoted(MODE_INPUT_STREAM_THROTTLED); in testLargeUnquoted() 66 _testNonStandardNameChars(MODE_INPUT_STREAM_THROTTLED); in testNonStandardNameChars()
|
D | NumberParsingTest.java | 34 _testSimpleBoolean(MODE_INPUT_STREAM_THROTTLED); in testSimpleBoolean() 59 _testSimpleInt(EXP_I, MODE_INPUT_STREAM_THROTTLED); in testSimpleInt() 201 _testSimpleLong(MODE_INPUT_STREAM_THROTTLED); in testSimpleLong() 449 _testNumbers(MODE_INPUT_STREAM_THROTTLED); in testNumbers() 626 _testParsingOfLongerSequencesWithNonNumeric(f, MODE_INPUT_STREAM_THROTTLED); in testParsingOfLongerSequencesWithNonNumeric() 678 _testInvalidBooleanAccess(MODE_INPUT_STREAM_THROTTLED); in testInvalidBooleanAccess() 699 _testInvalidIntAccess(MODE_INPUT_STREAM_THROTTLED); in testInvalidIntAccess() 720 _testInvalidLongAccess(MODE_INPUT_STREAM_THROTTLED); in testInvalidLongAccess()
|
D | TrailingCommas616Test.java | 21 _testRootLevel616(MODE_INPUT_STREAM_THROTTLED); in testRootLevelComma616Bytes()
|
D | NonStandardNumberParsingTest.java | 35 _testLeadingDotInDecimalAllowed(JSON_F, MODE_INPUT_STREAM_THROTTLED); in testLeadingDotInDecimalAllowedBytes()
|
D | NextNameParserTest.java | 17 _testBasicNextName(MODE_INPUT_STREAM_THROTTLED); in testBasicNextNameWithStream()
|
D | SimpleParserTest.java | 227 _testSkipping(MODE_INPUT_STREAM_THROTTLED); in testSkipping()
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/ |
D | TestRootValues.java | 82 _testSimpleNumbers(MODE_INPUT_STREAM_THROTTLED); in testSimpleNumbers() 101 _testBrokenNumber(MODE_INPUT_STREAM_THROTTLED); in testBrokenNumber() 124 _testSimpleBooleans(MODE_INPUT_STREAM_THROTTLED); in testSimpleBooleans() 144 _testInvalidToken(MODE_INPUT_STREAM_THROTTLED, '\u00c4'); in testInvalidToken() 149 _testInvalidToken(MODE_INPUT_STREAM_THROTTLED, '\u3456'); in testInvalidToken()
|
D | TestMaxErrorSize.java | 18 _testLongErrorMessage(MODE_INPUT_STREAM_THROTTLED); in testLongErrorMessage() 53 _testShortErrorMessage(MODE_INPUT_STREAM_THROTTLED); in testShortErrorMessage()
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/failing/ |
D | ParserErrorHandlingTest.java | 12 _testMangledNonRootInts(MODE_INPUT_STREAM_THROTTLED); in testMangledIntsBytes() 21 _testMangledNonRootFloats(MODE_INPUT_STREAM_THROTTLED); in testMangledFloatsBytes()
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/base64/ |
D | Base64BinaryParsingTest.java | 17 _testBase64Text(MODE_INPUT_STREAM_THROTTLED); in testBase64UsingInputStream() 29 _testStreaming(MODE_INPUT_STREAM_THROTTLED); in testStreaming() 124 _testOkMissingPadding(DOC1, MODE_INPUT_STREAM_THROTTLED); in testOkMissingPadding() 130 _testOkMissingPadding(DOC2, MODE_INPUT_STREAM_THROTTLED); in testOkMissingPadding() 151 _testFailDueToMissingPadding(DOC1, MODE_INPUT_STREAM_THROTTLED); in testFailDueToMissingPadding() 157 _testFailDueToMissingPadding(DOC2, MODE_INPUT_STREAM_THROTTLED); in testFailDueToMissingPadding()
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/ |
D | BaseTest.java | 18 protected final static int MODE_INPUT_STREAM_THROTTLED = 1; field in BaseTest 24 MODE_INPUT_STREAM_THROTTLED, 31 MODE_INPUT_STREAM_THROTTLED, 42 MODE_INPUT_STREAM_THROTTLED, 326 case MODE_INPUT_STREAM_THROTTLED: in createParser() 345 case MODE_INPUT_STREAM_THROTTLED: in createParser()
|