/build/make/tools/product_config/test/com/android/build/config/ |
D | PositionTest.java | 20 import org.junit.Test; 26 @Test 34 @Test 42 @Test 50 @Test 58 @Test
|
D | CsvParserTest.java | 22 import org.junit.Test; 57 @Test 65 @Test 74 @Test 83 @Test 92 @Test 101 @Test 110 @Test 126 @Test 137 @Test
|
D | OptionsTest.java | 20 import org.junit.Test; 35 @Test 48 @Test 61 @Test 74 @Test 87 @Test 100 @Test 113 @Test 126 @Test
|
D | ErrorReporterTest.java | 20 import org.junit.Test; 29 @Test 53 @Test 65 @Test 79 @Test 93 @Test 106 @Test
|
/build/soong/sdk/ |
D | cc_sdk_test.go | 358 myinclude/Test.h -> include/myinclude/Test.h 432 myinclude/Test.h -> include/myinclude/Test.h 514 myinclude/Test.h -> include/myinclude/Test.h 1056 myinclude/Test.h -> include/myinclude/Test.h 1058 …shared/gen/aidl/aidl/foo/bar/Test.h -> arm64/include_gen/mynativelib/android_arm64_armv8-a_shared/… 1062 …hared/gen/aidl/aidl/foo/bar/Test.h -> arm/include_gen/mynativelib/android_arm_armv7-a-neon_shared/… 1310 myinclude/Test.h -> include/myinclude/Test.h 1312 …_shared/gen/aidl/aidl/foo/bar/Test.h -> x86_64/include_gen/mynativelib/linux_glibc_x86_64_shared/g… 1316 …x86_shared/gen/aidl/aidl/foo/bar/Test.h -> x86/include_gen/mynativelib/linux_glibc_x86_shared/gen/… 1506 myinclude/Test.h -> include/myinclude/Test.h [all …]
|
D | java_sdk_test.go | 132 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl 200 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl 332 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl 584 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl
|
/build/soong/android/ |
D | neverallow.go | 281 Test(string) bool methodSpec 289 func (m *equalMatcher) Test(value string) bool { func 300 func (m *anyMatcher) Test(value string) bool { func 314 func (m *startsWithMatcher) Test(value string) bool { func 326 func (m *regexMatcher) Test(value string) bool { func 338 func (m *notInListMatcher) Test(value string) bool { func 348 func (m *isSetMatcher) Test(value string) bool { func 653 return prop.matcher.Test(value)
|
/build/bazel/ci/ |
D | rbc_regression_test.sh | 17 -p: Test RBC product configuration. This is implied if -b is not supplied 18 -b: Test RBC board configuration. This is implied if -p is not supplied
|
/build/soong/cuj/ |
D | cuj.go | 36 type Test struct { struct 50 func (t *Test) Run(logsDir string) { argument 150 tests := []Test{
|
/build/make/tools/rbcrun/testdata/ |
D | load.star | 1 # Test load, simple and conditional
|
/build/pesto/experiments/prepare_bazel_test_env/ |
D | README.md | 111 ## Test Modules (without existing Test Rules) 202 ## Test Modules (with existing Test Rules)
|
/build/make/tools/compliance/cmd/shippedlibs/ |
D | shippedlibs_test.go | 38 func Test(t *testing.T) { func
|
/build/make/tools/compliance/cmd/bom/ |
D | bom_test.go | 38 func Test(t *testing.T) { func
|
/build/make/tools/compliance/cmd/checkshare/ |
D | checkshare_test.go | 57 func Test(t *testing.T) { func
|
/build/bazel/ |
D | bazel.WORKSPACE | 85 # a stub workspace. Test rules (e.g. sh_test) depend on this external dep, but
|
/build/soong/java/ |
D | java.go | 933 type Test struct { struct 944 Test anonMember 964 func (j *Test) InstallInTestcases() bool { argument 1114 j.Test.generateAndroidBuildActionsWithConfig(ctx, configs) 1117 func (j *Test) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument 1121 func (j *Test) generateAndroidBuildActionsWithConfig(ctx android.ModuleContext, configs []tradefed.… argument 1189 _, ok := module.(*Test) 1209 test := variant.(*Test) 1248 module := &Test{}
|
D | androidmk.go | 146 func (j *Test) AndroidMkEntries() []android.AndroidMkEntries {
|
D | sdk_library.go | 250 return &module.sdkLibraryProperties.Test 478 Test ApiScopeProperties member
|
/build/make/tools/compliance/cmd/listshare/ |
D | listshare_test.go | 37 func Test(t *testing.T) { func
|
/build/make/tools/compliance/cmd/textnotice/ |
D | textnotice_test.go | 44 func Test(t *testing.T) { func
|
/build/make/tools/compliance/cmd/htmlnotice/ |
D | htmlnotice_test.go | 55 func Test(t *testing.T) { func
|
/build/make/tools/compliance/cmd/testdata/ |
D | README.md | 1 ## Test data
|
/build/bazel/docs/ |
D | concepts.md | 22 |atest|Test executor and orchestrator.|Conceptually similar to `bazel test` command.|
|
/build/soong/apex/ |
D | apex_test.go | 9104 javaTest := ctx.ModuleForTests(tc.name, "android_common").Module().(*java.Test)
|