Searched refs:secondLine (Results 1 – 8 of 8) sorted by relevance
118 String secondLine = interpreter.getNiceName(); in querySearchSuggestions() local121 { index, scriptName, secondLine, icon, scriptName, in querySearchSuggestions()
291 String secondLine = "\\s*at " + ThrowablesTest.class.getName() + "\\..*"; in testGetStackTraceAsString() local294 firstLine + System.lineSeparator() + secondLine + System.lineSeparator() + moreLines; in testGetStackTraceAsString()
176 HorizontalPanel secondLine = createHorizontalLineItem("Select build:", buildSelector); in initialize() local238 suiteRunnerMainPanel.add(secondLine); in initialize()
168 String secondLine; field in InterceptorTest.Address
203 @Nullable String secondLine = webvttData.readLine(); in parseCue() local204 if (secondLine == null) { in parseCue()207 cueHeaderMatcher = WebvttCueParser.CUE_HEADER_PATTERN.matcher(secondLine); in parseCue()
206 @Nullable String secondLine = webvttData.readLine(); in parseCue() local207 if (secondLine == null) { in parseCue()210 cueHeaderMatcher = WebvttCueParser.CUE_HEADER_PATTERN.matcher(secondLine); in parseCue()
5781 …String secondLine = "C077693790=|MEMO=|00=|023=|puncturing the fuel tank. I spoke to the store ope… in TestCharsetASCII8859BufferHandling() local5793 CharBuffer charBuffer = CharBuffer.allocate(firstLine.length() + secondLine.length()); in TestCharsetASCII8859BufferHandling()5795 charBuffer.put(secondLine); in TestCharsetASCII8859BufferHandling()5803 charBufferSlice.limit(secondLine.length() - 2); in TestCharsetASCII8859BufferHandling()