Home
last modified time | relevance | path

Searched defs:blah (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/test/java/nio/channels/Channels/
DBasic.java43 static File blah; field in Basic
215 private static void readAndCheck(File blah) throws Exception { in readAndCheck()
235 private static void writeOut(File blah, int limit) throws Exception { in writeOut()
242 private static void testNewOutputStream(File blah) throws Exception { in testNewOutputStream()
253 private static void testNewInputStream(File blah) throws Exception { in testNewInputStream()
283 private static void testNewChannelOut(File blah) throws Exception { in testNewChannelOut()
293 private static void testNewChannelIn(File blah) throws Exception { in testNewChannelIn()
319 private static void testNewChannelWriteAfterClose(File blah) in testNewChannelWriteAfterClose()
335 private static void testNewChannelReadAfterClose(File blah) in testNewChannelReadAfterClose()
351 private static void test4481572(File blah) throws Exception { in test4481572()
[all …]
/libcore/ojluni/src/test/java/util/regex/
DRegExTest.java2482 final String blah = "zzzblahzzz"; in stringBufferSubstituteLiteral() local
2501 final String blah = "zzzabcdzzz"; in stringBufferSubtituteWithGroups() local
2517 final String blah = "zzzabcdcdefzzz"; in stringBufferThreeSubstitution() local
2535 final String blah = "zzzabcdzzzabcddzzzabcdzzz"; in stringBufferSubstituteGroupsThreeMatches() local
2559 String blah = "zzzabcdcdefzzz"; in stringBufferEscapedDollar() local
2574 final String blah = "zzzabcdcdefzzz"; in stringBufferNonExistentGroup() local
2587 String blah = "zzz123456789101112zzz"; in stringBufferCheckDoubleDigitGroupReferences() local
2600 String blah = "zzzabcdcdefzzz"; in stringBufferBackoff() local
2613 final String blah = toSupplementaries("zzzblahzzz"); in stringBufferSupplementaryCharacter() local
2630 final String blah = toSupplementaries("zzzabcdzzz"); in stringBufferSubstitutionWithGroups() local
[all …]
/libcore/ojluni/src/test/java/util/Arrays/
DCorrect.java75 Integer[] blah = new Integer[size]; in getIntegerArray() local
/libcore/ojluni/src/test/java/util/Scanner/
DScanTest.java914 long blah = sc.nextLong(); in fromFileTest() local