Home
last modified time | relevance | path

Searched refs:secondLine (Results 1 – 4 of 4) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
DScriptProvider.java118 String secondLine = interpreter.getNiceName(); in querySearchSuggestions() local
121 { index, scriptName, secondLine, icon, scriptName, in querySearchSuggestions()
/external/guava/guava-tests/test/com/google/common/base/
DThrowablesTest.java489 String secondLine = "\\s*at " + ThrowablesTest.class.getName() + "\\..*"; in testGetStackTraceAsString() local
491 String expected = firstLine + "\n" + secondLine + "\n" + moreLines; in testGetStackTraceAsString()
/external/autotest/frontend/client/src/autotest/moblab/
DSuiteRunnerView.java175 HorizontalPanel secondLine = createHorizontalLineItem("Select build:", buildSelector); in initialize() local
237 suiteRunnerMainPanel.add(secondLine); in initialize()
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java5746 …String secondLine = "C077693790=|MEMO=|00=|023=|puncturing the fuel tank. I spoke to the store ope… in TestCharsetASCII8859BufferHandling() local
5758 CharBuffer charBuffer = CharBuffer.allocate(firstLine.length() + secondLine.length()); in TestCharsetASCII8859BufferHandling()
5760 charBuffer.put(secondLine); in TestCharsetASCII8859BufferHandling()
5768 charBufferSlice.limit(secondLine.length() - 2); in TestCharsetASCII8859BufferHandling()