Searched defs:ba (Results 1 – 11 of 11) sorted by relevance
47 StringWriter ba = new StringWriter(); in testPrintWriter() local
33 StringReader ba = new StringReader(strb); in testStreamTokenizer() local
54 StringReader ba = new StringReader(strb); in test_basicStringTokenizerMethods() local
31 StringReader ba = new StringReader(str); in testPushbackReader() local
34 ByteArrayInputStream ba = new ByteArrayInputStream(str.getBytes()); in testBufferedInputStream() local
31 ByteArrayInputStream ba = new ByteArrayInputStream(str.getBytes()); in testPushbackInputStream() local
33 StringReader ba = new StringReader(str); in testBufferedReader() local
35 StringReader ba = new StringReader(str); in testLineNumberReader() local
33 ByteArrayInputStream ba = new ByteArrayInputStream(str.getBytes()); in testDataInputStream() local
820 private byte[] duplicateByteArray(byte[] ba, int times) { in duplicateByteArray()1030 public boolean isLegalReplacement(byte[] ba) { in isLegalReplacement()1101 protected void implReplaceWith(byte[] ba) { in implReplaceWith()
52 ByteArrayOutputStream ba = new ByteArrayOutputStream(); in checkSerialization() local