Searched defs:Test (Results 1 – 4 of 4) sorted by relevance
35 type Test struct { struct36 name string37 args []string38 before func() error40 results TestResults49 func (t *Test) Run(logsDir string) {
282 Test(string) bool methodSpec290 func (m *equalMatcher) Test(value string) bool { func301 func (m *anyMatcher) Test(value string) bool { func315 func (m *startsWithMatcher) Test(value string) bool { func327 func (m *regexMatcher) Test(value string) bool { func337 func (m *isSetMatcher) Test(value string) bool { func
2231 type Test struct { struct2232 Library2234 testProperties testProperties2236 testConfig android.Path2237 data android.Paths2241 Test anonMember2270 func (j *Test) GenerateAndroidBuildActions(ctx android.ModuleContext) {
458 Test ApiScopeProperties member