Home
last modified time | relevance | path

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

/build/soong/rust/
Dtest.go27 Unit_test *bool 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.go36 Unit_test *bool member
Dandroidmk.go72 entries.SetBoolIfTrue("LOCAL_IS_UNIT_TEST", Bool(p.testProperties.Test_options.Unit_test))
/build/soong/cc/
Dtest.go48 Unit_test *bool member
456 if ctx.Host() && test.gtest() && test.Properties.Test_options.Unit_test == nil {
457 test.Properties.Test_options.Unit_test = proptools.BoolPtr(true)
Dandroidmk.go391 if Bool(test.Properties.Test_options.Unit_test) {
/build/soong/java/
Djava.go696 Unit_test *bool member
806 if j.testProperties.Test_options.Unit_test == nil && ctx.Host() {
809 j.testProperties.Test_options.Unit_test = proptools.BoolPtr(defaultUnitTest)
812 …tProperties.Test_suites, j.testProperties.Auto_gen_config, j.testProperties.Test_options.Unit_test)
Dandroidmk.go166 if Bool(j.testProperties.Test_options.Unit_test) {