Home
last modified time | relevance | path

Searched defs:bow (Results 1 – 3 of 3) sorted by relevance

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/
DStringGenerationTest.java190 ByteArrayOutputStream bow = new ByteArrayOutputStream(text.length()); in _testLongerRandom() local
228 ByteArrayOutputStream bow = new ByteArrayOutputStream(text.length()); in _testLongerRandomMulti() local
DStringGenerationFromReaderTest.java183 ByteArrayOutputStream bow = new ByteArrayOutputStream(text.length()); in _testLongerRandom() local
215 ByteArrayOutputStream bow = new ByteArrayOutputStream(text.length()); in _testLongerRandomMulti() local
/external/python/cpython3/Lib/_pyrepl/
Dreader.py461 def bow(self, p: int | None = None) -> int: member in Reader