/build/soong/bpf/ |
D | bpf_test.go | 51 func testConfig(buildDir string, env map[string]string, bp string) android.Config { func 83 config := testConfig(buildDir, nil, bp)
|
/build/soong/python/ |
D | test.go | 44 testConfig android.Path member 52 test.testConfig = tradefed.AutoGenPythonBinaryHostTestConfig(ctx, test.testProperties.Test_config,
|
D | androidmk.go | 69 if p.testConfig != nil { 71 p.testConfig.String())
|
/build/soong/rust/ |
D | test.go | 52 testConfig android.Path member 85 test.testConfig = tradefed.AutoGenRustTestConfig(ctx,
|
D | rust_test.go | 57 func testConfig(bp string) android.Config { func 89 config := testConfig(bp) 115 config := testConfig(bp)
|
D | androidmk.go | 113 if test.testConfig != nil { 114 fmt.Fprintln(w, "LOCAL_FULL_TEST_CONFIG :=", test.testConfig.String())
|
/build/soong/java/ |
D | dexpreopt_bootjars_test.go | 47 config := testConfig(nil, bp, nil) 119 ctx := android.PathContextForTesting(testConfig(nil, "", nil))
|
D | sdk_test.go | 384 config := testConfig(nil, bpJava8, nil) 407 config := testConfig(nil, bp, nil) 430 config := testConfig(nil, bpJava8, nil) 448 config := testConfig(nil, bp, nil)
|
D | robolectric.go | 79 testConfig android.Path member 106 r.testConfig = tradefed.AutoGenRobolectricTestConfig(ctx, r.testProperties.Test_config, 184 installedConfig := ctx.InstallFile(installPath, ctx.ModuleName()+".config", r.testConfig)
|
D | androidmk.go | 162 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)
|
D | java_test.go | 62 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{
|
D | app.go | 1034 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
|
D | java.go | 2236 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)
|
D | app_test.go | 56 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/ |
D | sh_binary.go | 113 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/ |
D | genrule_test.go | 68 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/ |
D | config.go | 258 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
|
D | paths_test.go | 255 testConfig := pathTestConfig("") 646 tc.ctx.baseModuleContext.config = testConfig 834 testConfig := pathTestConfig(test.buildDir) 835 ctx := &configErrorWrapper{config: testConfig}
|
/build/soong/sysprop/ |
D | sysprop_test.go | 92 func testConfig(env map[string]string, bp string, fs map[string][]byte) android.Config { func 153 config := testConfig(nil, bp, nil)
|
/build/soong/cc/ |
D | test.go | 314 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…
|
D | androidmk.go | 356 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())
|