Home
last modified time | relevance | path

Searched refs:MODE_INPUT_STREAM (Results 1 – 21 of 21) sorted by relevance

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/
DCommentParsingTest.java44 _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()
DUTF8NamesParseTest.java42 _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()
DNextXxxAccessTest.java19 _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 …]
DParserErrorHandlingTest.java13 _testInvalidKeywords(MODE_INPUT_STREAM); in testInvalidKeywordsBytes()
24 _testMangledNumbersInt(MODE_INPUT_STREAM); in testMangledIntsBytes()
33 _testMangledNumbersFloat(MODE_INPUT_STREAM); in testMangledFloatsBytes()
DNonStandardParserFeaturesTest.java23 _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()
DParserDupHandlingTest.java28 _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()
DNonStandardAposQuotedNamesTest.java20 _testSingleQuotesDefault(MODE_INPUT_STREAM); in testSingleQuotesDefault()
28 _testSingleQuotesEnabled(MODE_INPUT_STREAM); in testSingleQuotesEnabled()
36 _testSingleQuotesEscaped(MODE_INPUT_STREAM); in testSingleQuotesEscaped()
DNonStandardUnquotedNamesTest.java17 _testSimpleUnquoted(MODE_INPUT_STREAM); in testSimpleUnquotedBytes()
28 _testLargeUnquoted(MODE_INPUT_STREAM); in testLargeUnquoted()
65 _testNonStandardNameChars(MODE_INPUT_STREAM); in testNonStandardNameChars()
DSimpleParserTest.java35 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()
DNumberParsingTest.java33 _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()
DTrailingCommas616Test.java20 _testRootLevel616(MODE_INPUT_STREAM); in testRootLevelComma616Bytes()
DNonStandardNumberParsingTest.java34 _testLeadingDotInDecimalAllowed(JSON_F, MODE_INPUT_STREAM); in testLeadingDotInDecimalAllowedBytes()
DNextNameParserTest.java16 _testBasicNextName(MODE_INPUT_STREAM); in testBasicNextNameWithStream()
DParserFeaturesTest.java19 _testDefaultSettings(createParser(JSON_F, MODE_INPUT_STREAM, "{}")); in testDefaultSettings()
DLocationOffsetsTest.java113 _testWithLazyStringRead(MODE_INPUT_STREAM); in testWithLazyStringReadStreaming()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/
DTestRootValues.java81 _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()
DTestMaxErrorSize.java17 _testLongErrorMessage(MODE_INPUT_STREAM); in testLongErrorMessage()
52 _testShortErrorMessage(MODE_INPUT_STREAM); in testShortErrorMessage()
/external/jackson-core/src/test/java/com/fasterxml/jackson/failing/
DParserErrorHandlingTest.java11 _testMangledNonRootInts(MODE_INPUT_STREAM); in testMangledIntsBytes()
20 _testMangledNonRootFloats(MODE_INPUT_STREAM); in testMangledFloatsBytes()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/base64/
DBase64BinaryParsingTest.java16 _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/
DBaseTest.java17 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()
DTestExceptions.java64 _testEofExceptions(MODE_INPUT_STREAM); in testEofExceptionsBytes()