Home
last modified time | relevance | path

Searched refs:pOther (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DRegexTrieTest.java242 Pattern pOther = Pattern.compile("other"); in testCompPattern_equality() local
245 CompPattern cpOther = new CompPattern(pOther); in testCompPattern_equality()
257 assertNotEquals(cp2, pOther); in testCompPattern_equality()
267 Pattern pOther = Pattern.compile("other"); in testCompPattern_hashmap() local
270 CompPattern cpOther = new CompPattern(pOther); in testCompPattern_hashmap()
/tools/loganalysis/javatests/com/android/loganalysis/util/
DRegexTrieTest.java242 Pattern pOther = Pattern.compile("other"); in testCompPattern_equality() local
245 CompPattern cpOther = new CompPattern(pOther); in testCompPattern_equality()
257 assertNotEquals(cp2, pOther); in testCompPattern_equality()
267 Pattern pOther = Pattern.compile("other"); in testCompPattern_hashmap() local
270 CompPattern cpOther = new CompPattern(pOther); in testCompPattern_hashmap()