Searched defs:useStream (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/ |
H A D | ParserWithObjectsTest.java | 71 private void _testNextValueBasic(boolean useStream) throws IOException in _testNextValueBasic() 115 private void _testNextValueNested(boolean useStream) throws IOException in _testNextValueNested() 160 private JsonParser _getParser(String doc, boolean useStream) in _getParser()
|
H A D | ParserFeaturesTest.java | 69 private void _testQuotesRequired(boolean useStream) throws Exception in _testQuotesRequired() 91 private void _testTabsDefault(boolean useStream) throws Exception in _testTabsDefault() 109 private void _testTabsEnabled(boolean useStream) throws Exception in _testTabsEnabled()
|
H A D | ArrayParsingTest.java | 109 private void _testMissingValueByEnablingFeature(boolean useStream) throws Exception { in _testMissingValueByEnablingFeature() 146 private void _testMissingValueNotEnablingFeature(boolean useStream) throws Exception { in _testMissingValueNotEnablingFeature() 167 private void _testNotMissingValueByEnablingFeature(boolean useStream) throws Exception { in _testNotMissingValueByEnablingFeature()
|
H A D | SimpleParserTest.java | 60 …private void _testIntern(boolean useStream, boolean enableIntern, String expName) throws IOExcepti… in _testIntern() 675 private void _testHandlingOfInvalidSpaceFromResource(boolean useStream) throws Exception in _testHandlingOfInvalidSpaceFromResource()
|
H A D | NumberParsingTest.java | 577 private void _testLongNumbers(JsonFactory f, String num, boolean useStream) throws Exception in _testLongNumbers() 604 …private void _testIssue160LongNumbers(JsonFactory f, String doc, boolean useStream) throws Excepti… in _testIssue160LongNumbers()
|
H A D | ParserLinefeedsTest.java | 39 private void _testLinefeeds(String lf, boolean useStream) in _testLinefeeds()
|
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/ |
H A D | TestCustomEscaping.java | 118 private void _testJsonpEscapes(boolean useStream, boolean stringAsChars) throws Exception in _testJsonpEscapes() 152 private void _testEscapeAboveAscii(boolean useStream, boolean stringAsChars) throws Exception in _testEscapeAboveAscii() 208 private void _testEscapeCustom(boolean useStream, boolean stringAsChars, in _testEscapeCustom()
|
H A D | TestParserOverrides.java | 42 public void _testTokenAccess(JsonFactory jf, boolean useStream) throws Exception in _testTokenAccess() 66 private void _testCurrentName(JsonFactory jf, boolean useStream) throws Exception in _testCurrentName()
|
H A D | TestWithTonsaSymbols.java | 36 private void _testWith(boolean useStream) in _testWith()
|
H A D | TestRootValues.java | 180 private void _testSimpleWrites(boolean useStream) throws Exception in _testSimpleWrites()
|
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/ |
H A D | GeneratorDupHandlingTest.java | 31 protected void _testSimpleDups(boolean useStream, boolean lazySetting, JsonFactory f) in _testSimpleDups() 72 protected JsonGenerator _generator(JsonFactory f, boolean useStream) throws IOException in _generator()
|
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
H A D | Lister.java | 43 boolean useStream = false; field in Lister.CommandLine
|
/aosp_15_r20/external/lzma/C/ |
H A D | XzEnc.c | 852 BoolInt useStream = (fp || inStream); in Xz_CompressBlock() local
|