Home
last modified time | relevance | path

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

/cts/hostsidetests/monkey/src/com/android/cts/monkey/
DSeedTest.java41 String line2 = getNextLine(s2); in assertOutputs() local
42 if (line1 != null || line2 != null) { in assertOutputs()
43 assertEquals(line1, line2); in assertOutputs()
/cts/tests/tests/provider/src/android/provider/cts/
DSearchRecentSuggestionsTest.java83 String line2 = "line2"; in testSearchRecentSuggestions() local
84 srs.saveRecentQuery(query2, line2); in testSearchRecentSuggestions()
105 assertEquals(line2, c in testSearchRecentSuggestions()
/cts/tests/tests/location/src/android/location/cts/
DAddressTest.java239 final String line2 = "2"; in testAddressLine() local
240 address.setAddressLine(5, line2); in testAddressLine()
241 assertEquals(line2, address.getAddressLine(5)); in testAddressLine()
/cts/apps/CtsVerifier/include/colorchecker/
Dcolorcheckertest.h82 Vec2f findCrossing(std::vector<int> line1, std::vector<int> line2);