Searched refs:matchCommon (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/tests/
H A Dtest.py139 a1, b1 = matchCommon(a1, b1)
140 a1, b2 = matchCommon(a1, b2)
141 a2, b1 = matchCommon(a2, b1)
142 a2, b2 = matchCommon(a2, b2)
154 def matchCommon(a, b): function

Completed in 36 milliseconds