Searched refs:line2 (Results 1 – 4 of 4) sorted by relevance
41 String line2 = getNextLine(s2); in assertOutputs() local42 if (line1 != null || line2 != null) { in assertOutputs()43 assertEquals(line1, line2); in assertOutputs()
83 String line2 = "line2"; in testSearchRecentSuggestions() local84 srs.saveRecentQuery(query2, line2); in testSearchRecentSuggestions()105 assertEquals(line2, c in testSearchRecentSuggestions()
239 final String line2 = "2"; in testAddressLine() local240 address.setAddressLine(5, line2); in testAddressLine()241 assertEquals(line2, address.getAddressLine(5)); in testAddressLine()
82 Vec2f findCrossing(std::vector<int> line1, std::vector<int> line2);