Home
last modified time | relevance | path

Searched refs:testConfig (Results 1 – 21 of 21) 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/
Dtest.go52 testConfig android.Path member
85 test.testConfig = tradefed.AutoGenRustTestConfig(ctx,
Drust_test.go57 func testConfig(bp string) android.Config { func
89 config := testConfig(bp)
115 config := testConfig(bp)
Dandroidmk.go113 if test.testConfig != nil {
114 fmt.Fprintln(w, "LOCAL_FULL_TEST_CONFIG :=", test.testConfig.String())
/build/soong/java/
Ddexpreopt_bootjars_test.go47 config := testConfig(nil, bp, nil)
119 ctx := android.PathContextForTesting(testConfig(nil, "", nil))
Dsdk_test.go384 config := testConfig(nil, bpJava8, nil)
407 config := testConfig(nil, bp, nil)
430 config := testConfig(nil, bpJava8, nil)
448 config := testConfig(nil, bp, nil)
Drobolectric.go79 testConfig android.Path member
106 r.testConfig = tradefed.AutoGenRobolectricTestConfig(ctx, r.testProperties.Test_config,
184 installedConfig := ctx.InstallFile(installPath, ctx.ModuleName()+".config", r.testConfig)
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)
Djava_test.go62 func testConfig(env map[string]string, bp string, fs map[string][]byte) android.Config { func
124 return testJavaErrorWithConfig(t, pattern, testConfig(nil, bp, nil))
153 return testJavaWithConfig(t, testConfig(nil, bp, fs))
420 config := testConfig(nil, bp, nil)
489 config := testConfig(nil, bp, nil)
1313 config := testConfig(nil, "", map[string][]byte{
Dapp.go1034 testConfig android.Path member
1060 testConfig := tradefed.AutoGenInstrumentationTestConfig(ctx, a.testProperties.Test_config,
1062 a.testConfig = a.FixTestConfig(ctx, testConfig)
1066 func (a *AndroidTest) FixTestConfig(ctx android.ModuleContext, testConfig android.Path) android.Pat…
1067 if testConfig == nil {
1073 command := rule.Command().BuiltTool(ctx, "test_config_fixer").Input(testConfig).Output(fixedConfig)
1091 return testConfig
Djava.go2236 testConfig android.Path member
2257 testConfig android.Path member
2271 …j.testConfig = tradefed.AutoGenJavaTestConfig(ctx, j.testProperties.Test_config, j.testProperties.…
2288 j.testConfig = tradefed.AutoGenJavaTestConfig(ctx, j.prebuiltTestProperties.Test_config, nil,
2331 p.TestConfig = test.testConfig
2345 testConfig := p.TestConfig
2346 if testConfig != nil {
2348 builder.CopyToSnapshot(testConfig, snapshotRelativeTestConfigPath)
Dapp_test.go56 return testConfig(env, bp, appFS)
552 ctx, _ := testJavaWithConfig(t, testConfig(nil, bp, fs))
655 config := testConfig(nil, fmt.Sprintf(bp, testCase.prop), fs)
/build/soong/sh/
Dsh_binary.go113 testConfig android.Path member
224 s.testConfig = tradefed.AutoGenShellTestConfig(ctx, s.testProperties.Test_config,
242 if s.testConfig != nil {
243 entries.SetPath("LOCAL_FULL_TEST_CONFIG", s.testConfig)
/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/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
315 return testConfig
Dpaths_test.go255 testConfig := pathTestConfig("")
646 tc.ctx.baseModuleContext.config = testConfig
834 testConfig := pathTestConfig(test.buildDir)
835 ctx := &configErrorWrapper{config: testConfig}
/build/soong/sysprop/
Dsysprop_test.go92 func testConfig(env map[string]string, bp string, fs map[string][]byte) android.Config { func
153 config := testConfig(nil, bp, nil)
/build/soong/cc/
Dtest.go314 testConfig android.Path member
408 test.testConfig = tradefed.AutoGenNativeTestConfig(ctx, test.Properties.Test_config,
511 testConfig android.Path member
542 …benchmark.testConfig = tradefed.AutoGenNativeBenchmarkTestConfig(ctx, benchmark.Properties.Test_co…
Dandroidmk.go356 if benchmark.testConfig != nil {
357 entries.SetString("LOCAL_FULL_TEST_CONFIG", benchmark.testConfig.String())
382 if test.testConfig != nil {
383 entries.SetString("LOCAL_FULL_TEST_CONFIG", test.testConfig.String())