Searched refs:Test_options (Results 1 – 10 of 10) sorted by relevance
/build/soong/cc/ |
D | test.go | 96 Test_options TestOptions member 408 if test.Properties.Test_options.Run_test_as != nil { 409 …igs, tradefed.Option{Name: "run-test-as", Value: String(test.Properties.Test_options.Run_test_as)}) 411 for _, tag := range test.Properties.Test_options.Test_suite_tag { 414 if test.Properties.Test_options.Min_shipping_api_level != nil { 415 if test.Properties.Test_options.Vsr_min_shipping_api_level != nil { 419 …ame: "min-api-level", Value: strconv.FormatInt(int64(*test.Properties.Test_options.Min_shipping_ap… 423 if test.Properties.Test_options.Vsr_min_shipping_api_level != nil { 430 if test.Properties.Test_options.Vsr_min_shipping_api_level != nil { 432 … "vsr-min-api-level", Value: strconv.FormatInt(int64(*test.Properties.Test_options.Vsr_min_shippin… [all …]
|
D | androidmk.go | 391 if Bool(test.Properties.Test_options.Unit_test) {
|
/build/soong/rust/ |
D | test.go | 61 Test_options TestOptions member 132 if ctx.Host() && test.Properties.Test_options.Unit_test == nil { 133 test.Properties.Test_options.Unit_test = proptools.BoolPtr(true)
|
D | androidmk.go | 108 entries.SetBoolIfTrue("LOCAL_IS_UNIT_TEST", Bool(test.Properties.Test_options.Unit_test))
|
/build/soong/python/ |
D | test.go | 56 Test_options TestOptions member
|
D | androidmk.go | 72 entries.SetBoolIfTrue("LOCAL_IS_UNIT_TEST", Bool(p.testProperties.Test_options.Unit_test))
|
/build/soong/java/ |
D | robolectric.go | 55 Test_options struct { member 276 if s := r.robolectricProperties.Test_options.Shards; s != nil && *s > 1 { 310 if t := r.robolectricProperties.Test_options.Timeout; t != nil {
|
D | java.go | 726 Test_options TestOptions member 806 if j.testProperties.Test_options.Unit_test == nil && ctx.Host() { 809 j.testProperties.Test_options.Unit_test = proptools.BoolPtr(defaultUnitTest) 812 …j.testProperties.Test_suites, j.testProperties.Auto_gen_config, j.testProperties.Test_options.Unit… 816 …j.extraTestConfigs = android.PathsForModuleSrc(ctx, j.testProperties.Test_options.Extra_test_confi…
|
D | androidmk.go | 166 if Bool(j.testProperties.Test_options.Unit_test) {
|
D | app.go | 983 …a.extraTestConfigs = android.PathsForModuleSrc(ctx, a.testProperties.Test_options.Extra_test_confi…
|