Home
last modified time | relevance | path

Searched refs:Test (Results 1 – 24 of 24) 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.go358 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 …]
Djava_sdk_test.go132 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/
Dneverallow.go281 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/
Drbc_regression_test.sh17 -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/
Dcuj.go36 type Test struct { struct
50 func (t *Test) Run(logsDir string) { argument
150 tests := []Test{
/build/make/tools/rbcrun/testdata/
Dload.star1 # Test load, simple and conditional
/build/pesto/experiments/prepare_bazel_test_env/
DREADME.md111 ## Test Modules (without existing Test Rules)
202 ## Test Modules (with existing Test Rules)
/build/make/tools/compliance/cmd/shippedlibs/
Dshippedlibs_test.go38 func Test(t *testing.T) { func
/build/make/tools/compliance/cmd/bom/
Dbom_test.go38 func Test(t *testing.T) { func
/build/make/tools/compliance/cmd/checkshare/
Dcheckshare_test.go57 func Test(t *testing.T) { func
/build/bazel/
Dbazel.WORKSPACE85 # a stub workspace. Test rules (e.g. sh_test) depend on this external dep, but
/build/soong/java/
Djava.go933 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{}
Dandroidmk.go146 func (j *Test) AndroidMkEntries() []android.AndroidMkEntries {
Dsdk_library.go250 return &module.sdkLibraryProperties.Test
478 Test ApiScopeProperties member
/build/make/tools/compliance/cmd/listshare/
Dlistshare_test.go37 func Test(t *testing.T) { func
/build/make/tools/compliance/cmd/textnotice/
Dtextnotice_test.go44 func Test(t *testing.T) { func
/build/make/tools/compliance/cmd/htmlnotice/
Dhtmlnotice_test.go55 func Test(t *testing.T) { func
/build/make/tools/compliance/cmd/testdata/
DREADME.md1 ## Test data
/build/bazel/docs/
Dconcepts.md22 |atest|Test executor and orchestrator.|Conceptually similar to `bazel test` command.|
/build/soong/apex/
Dapex_test.go9104 javaTest := ctx.ModuleForTests(tc.name, "android_common").Module().(*java.Test)