Searched refs:Test_options (Results 1 – 10 of 10) sorted by relevance
96 Test_options TestOptions member408 if test.Properties.Test_options.Run_test_as != nil {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 {423 if test.Properties.Test_options.Vsr_min_shipping_api_level != nil {430 if test.Properties.Test_options.Vsr_min_shipping_api_level != nil {435 if test.Properties.Test_options.Min_vndk_version != nil {445 …test.extraTestConfigs = android.PathsForModuleSrc(ctx, test.Properties.Test_options.Extra_test_con…456 if ctx.Host() && test.gtest() && test.Properties.Test_options.Unit_test == nil {[all …]
391 if Bool(test.Properties.Test_options.Unit_test) {
61 Test_options TestOptions member132 if ctx.Host() && test.Properties.Test_options.Unit_test == nil {133 test.Properties.Test_options.Unit_test = proptools.BoolPtr(true)
108 entries.SetBoolIfTrue("LOCAL_IS_UNIT_TEST", Bool(test.Properties.Test_options.Unit_test))
55 Test_options struct { member276 if s := r.robolectricProperties.Test_options.Shards; s != nil && *s > 1 {310 if t := r.robolectricProperties.Test_options.Timeout; t != nil {
726 Test_options TestOptions member806 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…
166 if Bool(j.testProperties.Test_options.Unit_test) {
983 …a.extraTestConfigs = android.PathsForModuleSrc(ctx, a.testProperties.Test_options.Extra_test_confi…
56 Test_options TestOptions member
72 entries.SetBoolIfTrue("LOCAL_IS_UNIT_TEST", Bool(p.testProperties.Test_options.Unit_test))