Home
last modified time | relevance | path

Searched refs:testConfig (Results 1 – 20 of 20) sorted by relevance

/build/soong/bpf/
Dbpf_test.go51 func testConfig(buildDir string, env map[string]string, bp string) android.Config { func
83 config := testConfig(buildDir, nil, bp)
/build/soong/python/
Dtest.go44 testConfig android.Path member
52 test.testConfig = tradefed.AutoGenPythonBinaryHostTestConfig(ctx, test.testProperties.Test_config,
Dandroidmk.go69 if p.testConfig != nil {
71 p.testConfig.String())
/build/soong/rust/
Drust_test.go55 func testConfig(bp string) android.Config { func
77 config := testConfig(bp)
98 config := testConfig(bp)
Dtest.go50 testConfig android.Path member
92 test.testConfig = tradefed.AutoGenRustTestConfig(ctx, name,
Dandroidmk.go99 if test.testConfig != nil {
100 fmt.Fprintln(w, "LOCAL_FULL_TEST_CONFIG :=", test.testConfig.String())
/build/soong/genrule/
Dgenrule_test.go68 func testConfig(bp string, fs map[string][]byte) android.Config { func
469 config := testConfig(bp, nil)
560 config := testConfig(bp, nil)
642 config := testConfig(bp, nil)
702 config := testConfig(bp, nil)
/build/soong/java/
Dsdk_test.go385 config := testConfig(nil, bpJava8, nil)
408 config := testConfig(nil, bp, nil)
431 config := testConfig(nil, bpJava8, nil)
449 config := testConfig(nil, bp, nil)
Ddexpreopt_bootjars_test.go47 config := testConfig(nil, bp, nil)
Dandroidmk.go162 if j.testConfig != nil {
163 entries.SetPath("LOCAL_FULL_TEST_CONFIG", j.testConfig)
433 if a.testConfig != nil {
434 entries.SetPath("LOCAL_FULL_TEST_CONFIG", a.testConfig)
Dapp.go1043 testConfig android.Path member
1069 testConfig := tradefed.AutoGenInstrumentationTestConfig(ctx, a.testProperties.Test_config,
1071 a.testConfig = a.FixTestConfig(ctx, testConfig)
1075 func (a *AndroidTest) FixTestConfig(ctx android.ModuleContext, testConfig android.Path) android.Pat…
1076 if testConfig == nil {
1082 command := rule.Command().BuiltTool(ctx, "test_config_fixer").Input(testConfig).Output(fixedConfig)
1100 return testConfig
Djava_test.go61 func testConfig(env map[string]string, bp string, fs map[string][]byte) android.Config { func
118 return testJavaErrorWithConfig(t, pattern, testConfig(nil, bp, nil))
147 return testJavaWithConfig(t, testConfig(nil, bp, fs))
414 config := testConfig(nil, bp, nil)
1205 config := testConfig(nil, "", map[string][]byte{
Djava.go2165 testConfig android.Path member
2180 testConfig android.Path member
2184 …j.testConfig = tradefed.AutoGenJavaTestConfig(ctx, j.testProperties.Test_config, j.testProperties.…
2196 j.testConfig = tradefed.AutoGenJavaTestConfig(ctx, j.prebuiltTestProperties.Test_config, nil,
2239 p.TestConfig = test.testConfig
2253 testConfig := p.TestConfig
2254 if testConfig != nil {
2256 builder.CopyToSnapshot(testConfig, snapshotRelativeTestConfigPath)
Dapp_test.go56 return testConfig(env, bp, appFS)
536 ctx, _ := testJavaWithConfig(t, testConfig(nil, bp, fs))
639 config := testConfig(nil, fmt.Sprintf(bp, testCase.prop), fs)
/build/soong/sh/
Dsh_binary.go128 testConfig android.Path member
279 s.testConfig = tradefed.AutoGenShellTestConfig(ctx, s.testProperties.Test_config,
341 if s.testConfig != nil {
342 entries.SetPath("LOCAL_FULL_TEST_CONFIG", s.testConfig)
/build/soong/android/
Dconfig.go258 testConfig := TestArchConfig(buildDir, env, bp, fs)
259 config := testConfig.config
268 return testConfig
272 testConfig := TestConfig(buildDir, env, bp, fs)
273 config := testConfig.config
284 return testConfig
289 testConfig := TestConfig(buildDir, env, bp, fs)
290 config := testConfig.config
316 return testConfig
Dpaths_test.go249 testConfig := pathTestConfig("")
606 tc.ctx.baseModuleContext.config = testConfig
794 testConfig := pathTestConfig(test.buildDir)
795 ctx := &configErrorWrapper{config: testConfig}
/build/soong/sysprop/
Dsysprop_test.go90 func testConfig(env map[string]string, bp string, fs map[string][]byte) android.Config { func
151 config := testConfig(nil, bp, nil)
/build/soong/cc/
Dtest.go305 testConfig android.Path member
372 test.testConfig = tradefed.AutoGenNativeTestConfig(ctx, test.Properties.Test_config,
475 testConfig android.Path member
505 …benchmark.testConfig = tradefed.AutoGenNativeBenchmarkTestConfig(ctx, benchmark.Properties.Test_co…
Dandroidmk.go341 if benchmark.testConfig != nil {
342 entries.SetString("LOCAL_FULL_TEST_CONFIG", benchmark.testConfig.String())
364 if test.testConfig != nil {
365 entries.SetString("LOCAL_FULL_TEST_CONFIG", test.testConfig.String())