Searched refs:secondLine (Results 1 – 4 of 4) 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()
175 HorizontalPanel secondLine = createHorizontalLineItem("Select build:", buildSelector); in initialize() local237 suiteRunnerMainPanel.add(secondLine); in initialize()
5746 …String secondLine = "C077693790=|MEMO=|00=|023=|puncturing the fuel tank. I spoke to the store ope… in TestCharsetASCII8859BufferHandling() local5758 CharBuffer charBuffer = CharBuffer.allocate(firstLine.length() + secondLine.length()); in TestCharsetASCII8859BufferHandling()5760 charBuffer.put(secondLine); in TestCharsetASCII8859BufferHandling()5768 charBufferSlice.limit(secondLine.length() - 2); in TestCharsetASCII8859BufferHandling()