Home
last modified time | relevance | path

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 DParserWithObjectsTest.java71 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 DParserFeaturesTest.java69 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 DArrayParsingTest.java109 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 DSimpleParserTest.java60 …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 DNumberParsingTest.java577 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 DParserLinefeedsTest.java39 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 DTestCustomEscaping.java118 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 DTestParserOverrides.java42 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 DTestWithTonsaSymbols.java36 private void _testWith(boolean useStream) in _testWith()
H A DTestRootValues.java180 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 DGeneratorDupHandlingTest.java31 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 DLister.java43 boolean useStream = false; field in Lister.CommandLine
/aosp_15_r20/external/lzma/C/
H A DXzEnc.c852 BoolInt useStream = (fp || inStream); in Xz_CompressBlock() local