Searched refs:getTag (Results 1 – 2 of 2) sorted by relevance
/build/soong/sdk/ |
D | bp_test.go | 67 android.AssertDeepEquals(t, "wrong y tag", "tag_y", set.getTag("y")) 68 android.AssertDeepEquals(t, "wrong sub.x tag", "tag_x", subset.getTag("x")) 70 android.AssertDeepEquals(t, "wrong y tag", nil, set.getTag("y")) 71 android.AssertDeepEquals(t, "wrong sub.x tag", nil, subset.getTag("x"))
|
D | bp.go | 142 func (s *bpPropertySet) getTag(name string) interface{} { func
|