Home
last modified time | relevance | path

Searched refs:Test_options (Results 1 – 10 of 10) sorted by relevance

/build/soong/cc/
Dtest.go96 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 …]
Dandroidmk.go391 if Bool(test.Properties.Test_options.Unit_test) {
/build/soong/rust/
Dtest.go61 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)
Dandroidmk.go108 entries.SetBoolIfTrue("LOCAL_IS_UNIT_TEST", Bool(test.Properties.Test_options.Unit_test))
/build/soong/python/
Dtest.go56 Test_options TestOptions member
Dandroidmk.go72 entries.SetBoolIfTrue("LOCAL_IS_UNIT_TEST", Bool(p.testProperties.Test_options.Unit_test))
/build/soong/java/
Drobolectric.go55 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 {
Djava.go726 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…
Dandroidmk.go166 if Bool(j.testProperties.Test_options.Unit_test) {
Dapp.go983 …a.extraTestConfigs = android.PathsForModuleSrc(ctx, a.testProperties.Test_options.Extra_test_confi…