Home
last modified time | relevance | path

Searched refs:Unit_test (Results 1 – 9 of 9) sorted by relevance

/build/soong/python/
Dtest.go38 Unit_test *bool member
107 if hod == android.HostSupportedNoCross && test.testProperties.Test_options.Unit_test == nil {
108 test.testProperties.Test_options.Unit_test = proptools.BoolPtr(true)
Dandroidmk.go72 entries.SetBoolIfTrue("LOCAL_IS_UNIT_TEST", Bool(p.testProperties.Test_options.Unit_test))
/build/soong/rust/
Dtest.go28 Unit_test *bool member
184 if ctx.Host() && test.Properties.Test_options.Unit_test == nil {
185 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/sh/
Dsh_binary.go109 Unit_test *bool member
467 if Bool(s.testProperties.Test_options.Unit_test) {
515 if module.testProperties.Test_options.Unit_test == nil {
516 module.testProperties.Test_options.Unit_test = proptools.BoolPtr(true)
/build/soong/cc/
Dtest.go55 Unit_test *bool member
470 if ctx.Host() && test.gtest() && test.Properties.Test_options.Unit_test == nil {
471 test.Properties.Test_options.Unit_test = proptools.BoolPtr(true)
Dandroidmk.go404 if Bool(test.Properties.Test_options.Unit_test) {
/build/soong/java/
Djava.go849 Unit_test *bool member
1122 if j.testProperties.Test_options.Unit_test == nil && ctx.Host() {
1125 j.testProperties.Test_options.Unit_test = proptools.BoolPtr(defaultUnitTest)
1129 …es.Test_suites, configs, j.testProperties.Auto_gen_config, j.testProperties.Test_options.Unit_test)
Dandroidmk.go160 if Bool(j.testProperties.Test_options.Unit_test) {