Home
last modified time | relevance | path

Searched defs:Test (Results 1 – 3 of 3) 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.go262 Test(string) bool methodSpec
270 func (m *equalMatcher) Test(value string) bool { func
281 func (m *anyMatcher) Test(value string) bool { func
295 func (m *startsWithMatcher) Test(value string) bool { func
307 func (m *regexMatcher) Test(value string) bool { func
319 func (m *notInListMatcher) Test(value string) bool { func
329 func (m *isSetMatcher) Test(value string) bool { func
/build/soong/java/
Djava.go753 type Test struct { struct
754 Library
756 testProperties testProperties
758 testConfig android.Path
759 extraTestConfigs android.Paths
760 data android.Paths
764 Test anonMember
805 func (j *Test) GenerateAndroidBuildActions(ctx android.ModuleContext) {