Home
last modified time | relevance | path

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

/build/make/tools/product_config/test/com/android/build/config/
DPositionTest.java20 import org.junit.Test;
26 @Test
34 @Test
42 @Test
50 @Test
58 @Test
DCsvParserTest.java22 import org.junit.Test;
57 @Test
65 @Test
74 @Test
83 @Test
92 @Test
101 @Test
110 @Test
126 @Test
137 @Test
DOptionsTest.java20 import org.junit.Test;
35 @Test
48 @Test
61 @Test
74 @Test
87 @Test
100 @Test
113 @Test
126 @Test
DErrorReporterTest.java20 import org.junit.Test;
29 @Test
53 @Test
65 @Test
79 @Test
93 @Test
106 @Test
/build/soong/sdk/
Dcc_sdk_test.go445 myinclude/Test.h -> include/myinclude/Test.h
519 myinclude/Test.h -> include/myinclude/Test.h
601 myinclude/Test.h -> include/myinclude/Test.h
1143 myinclude/Test.h -> include/myinclude/Test.h
1145 …shared/gen/aidl/aidl/foo/bar/Test.h -> arm64/include_gen/mynativelib/android_arm64_armv8-a_shared/…
1149 …hared/gen/aidl/aidl/foo/bar/Test.h -> arm/include_gen/mynativelib/android_arm_armv7-a-neon_shared/…
1397 myinclude/Test.h -> include/myinclude/Test.h
1399 …_shared/gen/aidl/aidl/foo/bar/Test.h -> x86_64/include_gen/mynativelib/linux_glibc_x86_64_shared/g…
1403 …x86_shared/gen/aidl/aidl/foo/bar/Test.h -> x86/include_gen/mynativelib/linux_glibc_x86_shared/gen/…
1593 myinclude/Test.h -> include/myinclude/Test.h
[all …]
Djava_sdk_test.go215 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl
283 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl
415 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl
547 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl
/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
624 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/make/tools/rbcrun/testdata/
Dload.star1 # Test load, simple and conditional
/build/soong/java/
Djava.go753 type Test struct { struct
764 Test anonMember
805 func (j *Test) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
868 _, ok := module.(*Test)
888 test := variant.(*Test)
927 module := &Test{}
Dandroidmk.go152 func (j *Test) AndroidMkEntries() []android.AndroidMkEntries {
Dsdk_library.go489 Test ApiScopeProperties member
/build/bazel/docs/
Dconcepts.md19 |atest|Test executor and orchestrator.|Conceptually similar to `bazel test` command.|