Home
last modified time | relevance | path

Searched defs:Test (Results 1 – 4 of 4) sorted by relevance

/build/soong/cuj/
Dcuj.go35 type Test struct { struct
36 name string
37 args []string
38 before func() error
40 results TestResults
49 func (t *Test) Run(logsDir string) {
/build/soong/android/
Dneverallow.go282 Test(string) bool methodSpec
290 func (m *equalMatcher) Test(value string) bool { func
301 func (m *anyMatcher) Test(value string) bool { func
315 func (m *startsWithMatcher) Test(value string) bool { func
327 func (m *regexMatcher) Test(value string) bool { func
337 func (m *isSetMatcher) Test(value string) bool { func
/build/soong/java/
Djava.go2231 type Test struct { struct
2232 Library
2234 testProperties testProperties
2236 testConfig android.Path
2237 data android.Paths
2241 Test anonMember
2270 func (j *Test) GenerateAndroidBuildActions(ctx android.ModuleContext) {
Dsdk_library.go458 Test ApiScopeProperties member