Searched refs:secondLine (Results 1 – 3 of 3) sorted by relevance
118 String secondLine = interpreter.getNiceName(); in querySearchSuggestions() local121 { index, scriptName, secondLine, icon, scriptName, in querySearchSuggestions()
489 String secondLine = "\\s*at " + ThrowablesTest.class.getName() + "\\..*"; in testGetStackTraceAsString() local491 String expected = firstLine + "\n" + secondLine + "\n" + moreLines; in testGetStackTraceAsString()
5698 …String secondLine = "C077693790=|MEMO=|00=|023=|puncturing the fuel tank. I spoke to the store ope… in TestCharsetASCII8859BufferHandling() local5710 CharBuffer charBuffer = CharBuffer.allocate(firstLine.length() + secondLine.length()); in TestCharsetASCII8859BufferHandling()5712 charBuffer.put(secondLine); in TestCharsetASCII8859BufferHandling()5720 charBufferSlice.limit(secondLine.length() - 2); in TestCharsetASCII8859BufferHandling()