Searched refs:blah (Results 1 – 4 of 4) sorted by relevance
43 static File blah; field in Basic179 blah = File.createTempFile("blah", null); in test()181 testNewOutputStream(blah); in test()182 readAndCheck(blah); in test()183 blah.delete(); in test()185 writeOut(blah, ITERATIONS); in test()186 testNewInputStream(blah); in test()187 blah.delete(); in test()189 testNewChannelOut(blah); in test()190 readAndCheck(blah); in test()[all …]
2023 String blah = matcher.group(1); in groupCaptureTest()2032 String blah = matcher.group(1); in groupCaptureTest()2040 String blah = matcher.group(1); in groupCaptureTest()2482 final String blah = "zzzblahzzz"; in stringBufferSubstituteLiteral() local2484 final Matcher m = p.matcher(blah); in stringBufferSubstituteLiteral()2501 final String blah = "zzzabcdzzz"; in stringBufferSubtituteWithGroups() local2503 final Matcher m = p.matcher(blah); in stringBufferSubtituteWithGroups()2517 final String blah = "zzzabcdcdefzzz"; in stringBufferThreeSubstitution() local2519 final Matcher m = p.matcher(blah); in stringBufferThreeSubstitution()2535 final String blah = "zzzabcdzzzabcddzzzabcdzzz"; in stringBufferSubstituteGroupsThreeMatches() local[all …]
86 abc(?x)blah90 abc(?x) blah94 abc(?x) blah blech98 abc(?x) blah # ignore comment756 blah err760 blah err1155 blah\Q***\Eabc1156 blah***abc1157 true blah***abc 01167 blah\Q***abc[all …]
914 long blah = sc.nextLong(); in fromFileTest() local