/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/ |
D | CommentParsingTest.java | 44 _testDisabled(DOC_WITH_SLASHSTAR_COMMENT, MODE_INPUT_STREAM); in testCommentsDisabled() 45 _testDisabled(DOC_WITH_SLASHSLASH_COMMENT, MODE_INPUT_STREAM); in testCommentsDisabled() 56 _testEnabled(DOC_WITH_SLASHSTAR_COMMENT, MODE_INPUT_STREAM); in testCommentsEnabled() 57 _testEnabled(DOC_WITH_SLASHSLASH_COMMENT, MODE_INPUT_STREAM); in testCommentsEnabled() 69 _testWithUTF8Chars(JSON, MODE_INPUT_STREAM); in testCommentsWithUTF8() 80 _testYAMLComments(f, MODE_INPUT_STREAM); in testYAMLCommentsBytes() 81 _testCommentsBeforePropValue(f, MODE_INPUT_STREAM, "# foo\n"); in testYAMLCommentsBytes() 103 _testCommentsBeforePropValue(f, MODE_INPUT_STREAM, COMMENT); in testCCommentsBytes() 121 _testCommentsBeforePropValue(f, MODE_INPUT_STREAM, COMMENT); in testCppCommentsBytes()
|
D | UTF8NamesParseTest.java | 42 _testEmptyName(MODE_INPUT_STREAM); in testEmptyName() 62 _testUtf8Name2Bytes(MODE_INPUT_STREAM); in testUtf8Name2Bytes() 97 _testUtf8Name3Bytes(MODE_INPUT_STREAM); in testUtf8Name3Bytes() 128 _testUtf8StringTrivial(MODE_INPUT_STREAM); in testUtf8StringTrivial() 166 _testUtf8StringValue(MODE_INPUT_STREAM, 2900); in testUtf8StringValue() 170 _testUtf8StringValue(MODE_INPUT_STREAM, 5300); in testUtf8StringValue() 250 _testNextFieldName(MODE_INPUT_STREAM, data); in testNextFieldName()
|
D | NextXxxAccessTest.java | 19 _testIsNextTokenName1(MODE_INPUT_STREAM); in testIsNextTokenName() 26 _testIsNextTokenName2(MODE_INPUT_STREAM); in testIsNextTokenName2() 33 _testIsNextTokenName3(MODE_INPUT_STREAM); in testIsNextTokenName3() 40 _testIsNextTokenName4(MODE_INPUT_STREAM); in testIsNextTokenName4() 47 _testIsNextTokenName5(MODE_INPUT_STREAM); in testIsNextTokenName5() 56 _testIssue34(MODE_INPUT_STREAM); in testIssue34() 65 _testIssue38(MODE_INPUT_STREAM); in testIssue38() 73 _testNextNameWithLong(MODE_INPUT_STREAM); in testNextNameWithLongContent() 82 _testNextFieldNameIndent(MODE_INPUT_STREAM); in testNextNameWithIndentation() 90 _textNextText(MODE_INPUT_STREAM); in testNextTextValue() [all …]
|
D | ParserErrorHandlingTest.java | 13 _testInvalidKeywords(MODE_INPUT_STREAM); in testInvalidKeywordsBytes() 24 _testMangledNumbersInt(MODE_INPUT_STREAM); in testMangledIntsBytes() 33 _testMangledNumbersFloat(MODE_INPUT_STREAM); in testMangledFloatsBytes()
|
D | NonStandardParserFeaturesTest.java | 23 _testNonStandarBackslashQuoting(MODE_INPUT_STREAM); in testNonStandardAnyCharQuoting() 30 _testLeadingZeroes(MODE_INPUT_STREAM, false); in testLeadingZeroesUTF8() 31 _testLeadingZeroes(MODE_INPUT_STREAM, true); in testLeadingZeroesUTF8() 47 _testAllowNaN(MODE_INPUT_STREAM); in testAllowNaN() 55 _testAllowInf(MODE_INPUT_STREAM); in testAllowInfinity()
|
D | ParserDupHandlingTest.java | 28 _testSimpleDupsOk(doc, f, MODE_INPUT_STREAM); in testSimpleDupCheckDisabled() 43 _testSimpleDupsFail(doc, dupF, MODE_INPUT_STREAM, "a", false); in testSimpleDupsBytes() 45 _testSimpleDupsFail(doc, nonDupF, MODE_INPUT_STREAM, "a", true); in testSimpleDupsBytes()
|
D | NonStandardAposQuotedNamesTest.java | 20 _testSingleQuotesDefault(MODE_INPUT_STREAM); in testSingleQuotesDefault() 28 _testSingleQuotesEnabled(MODE_INPUT_STREAM); in testSingleQuotesEnabled() 36 _testSingleQuotesEscaped(MODE_INPUT_STREAM); in testSingleQuotesEscaped()
|
D | NonStandardUnquotedNamesTest.java | 17 _testSimpleUnquoted(MODE_INPUT_STREAM); in testSimpleUnquotedBytes() 28 _testLargeUnquoted(MODE_INPUT_STREAM); in testLargeUnquoted() 65 _testNonStandardNameChars(MODE_INPUT_STREAM); in testNonStandardNameChars()
|
D | SimpleParserTest.java | 35 p = createParser(MODE_INPUT_STREAM, "[ ]"); in testConfig() 226 _testSkipping(MODE_INPUT_STREAM); in testSkipping() 289 _testNameEscaping(MODE_INPUT_STREAM); in testNameEscaping() 388 case MODE_INPUT_STREAM: in _testLongText() 500 _testGetValueAsText(MODE_INPUT_STREAM, false); in testGetValueAsTextBytes() 501 _testGetValueAsText(MODE_INPUT_STREAM, true); in testGetValueAsTextBytes() 643 _testHandlingOfInvalidSpace(MODE_INPUT_STREAM); in testHandlingOfInvalidSpaceByteStream()
|
D | NumberParsingTest.java | 33 _testSimpleBoolean(MODE_INPUT_STREAM); in testSimpleBoolean() 58 _testSimpleInt(EXP_I, MODE_INPUT_STREAM); in testSimpleInt() 200 _testSimpleLong(MODE_INPUT_STREAM); in testSimpleLong() 448 _testNumbers(MODE_INPUT_STREAM); in testNumbers() 625 _testParsingOfLongerSequencesWithNonNumeric(f, MODE_INPUT_STREAM); in testParsingOfLongerSequencesWithNonNumeric() 677 _testInvalidBooleanAccess(MODE_INPUT_STREAM); in testInvalidBooleanAccess() 698 _testInvalidIntAccess(MODE_INPUT_STREAM); in testInvalidIntAccess() 719 _testInvalidLongAccess(MODE_INPUT_STREAM); in testInvalidLongAccess()
|
D | TrailingCommas616Test.java | 20 _testRootLevel616(MODE_INPUT_STREAM); in testRootLevelComma616Bytes()
|
D | NonStandardNumberParsingTest.java | 34 _testLeadingDotInDecimalAllowed(JSON_F, MODE_INPUT_STREAM); in testLeadingDotInDecimalAllowedBytes()
|
D | NextNameParserTest.java | 16 _testBasicNextName(MODE_INPUT_STREAM); in testBasicNextNameWithStream()
|
D | ParserFeaturesTest.java | 19 _testDefaultSettings(createParser(JSON_F, MODE_INPUT_STREAM, "{}")); in testDefaultSettings()
|
D | LocationOffsetsTest.java | 113 _testWithLazyStringRead(MODE_INPUT_STREAM); in testWithLazyStringReadStreaming()
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/ |
D | TestRootValues.java | 81 _testSimpleNumbers(MODE_INPUT_STREAM); in testSimpleNumbers() 100 _testBrokenNumber(MODE_INPUT_STREAM); in testBrokenNumber() 123 _testSimpleBooleans(MODE_INPUT_STREAM); in testSimpleBooleans() 143 _testInvalidToken(MODE_INPUT_STREAM, '\u00c4'); in testInvalidToken() 148 _testInvalidToken(MODE_INPUT_STREAM, '\u3456'); in testInvalidToken()
|
D | TestMaxErrorSize.java | 17 _testLongErrorMessage(MODE_INPUT_STREAM); in testLongErrorMessage() 52 _testShortErrorMessage(MODE_INPUT_STREAM); in testShortErrorMessage()
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/failing/ |
D | ParserErrorHandlingTest.java | 11 _testMangledNonRootInts(MODE_INPUT_STREAM); in testMangledIntsBytes() 20 _testMangledNonRootFloats(MODE_INPUT_STREAM); in testMangledFloatsBytes()
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/base64/ |
D | Base64BinaryParsingTest.java | 16 _testBase64Text(MODE_INPUT_STREAM); in testBase64UsingInputStream() 28 _testStreaming(MODE_INPUT_STREAM); in testStreaming() 123 _testOkMissingPadding(DOC1, MODE_INPUT_STREAM); in testOkMissingPadding() 129 _testOkMissingPadding(DOC2, MODE_INPUT_STREAM); in testOkMissingPadding() 150 _testFailDueToMissingPadding(DOC1, MODE_INPUT_STREAM); in testFailDueToMissingPadding() 156 _testFailDueToMissingPadding(DOC2, MODE_INPUT_STREAM); in testFailDueToMissingPadding()
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/ |
D | BaseTest.java | 17 protected final static int MODE_INPUT_STREAM = 0; field in BaseTest 23 MODE_INPUT_STREAM, 30 MODE_INPUT_STREAM, 41 MODE_INPUT_STREAM, 324 case MODE_INPUT_STREAM: in createParser() 343 case MODE_INPUT_STREAM: in createParser()
|
D | TestExceptions.java | 64 _testEofExceptions(MODE_INPUT_STREAM); in testEofExceptionsBytes()
|