Home
last modified time | relevance | path

Searched refs:Test (Results 1 – 7 of 7) sorted by relevance

/build/soong/sdk/
Dcc_sdk_test.go388 include/Test.h -> include/include/Test.h
467 include/Test.h -> include/include/Test.h
799 include/Test.h -> include/include/Test.h
801 …roid_arm64_armv8-a_shared/gen/aidl/aidl/foo/bar/Test.h -> arm64/include_gen/mynativelib/aidl/foo/b…
805 …id_arm_armv7-a-neon_shared/gen/aidl/aidl/foo/bar/Test.h -> arm/include_gen/mynativelib/aidl/foo/ba…
1080 include/Test.h -> include/include/Test.h
1082 …inux_glibc_x86_64_shared/gen/aidl/aidl/foo/bar/Test.h -> x86_64/include_gen/mynativelib/aidl/foo/b…
1086 …lib/linux_glibc_x86_shared/gen/aidl/aidl/foo/bar/Test.h -> x86/include_gen/mynativelib/aidl/foo/ba…
1266 include/Test.h -> include/include/Test.h
1268 …roid_arm64_armv8-a_static/gen/aidl/aidl/foo/bar/Test.h -> arm64/include_gen/mynativelib/aidl/foo/b…
[all …]
Djava_sdk_test.go262 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl
319 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl
432 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl
489 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl
/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
608 return prop.matcher.Test(value)
/build/soong/cuj/
Dcuj.go35 type Test struct { struct
49 func (t *Test) Run(logsDir string) { argument
147 tests := []Test{
/build/soong/java/
Djava.go2231 type Test struct { struct
2241 Test anonMember
2270 func (j *Test) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
2303 _, ok := module.(*Test)
2323 test := variant.(*Test)
2362 module := &Test{}
Dandroidmk.go157 func (j *Test) AndroidMkEntries() []android.AndroidMkEntries {
Dsdk_library.go458 Test ApiScopeProperties member