Searched defs:TestProperties (Results 1 – 4 of 4) sorted by relevance
/aosp12/build/soong/rust/ |
H A D | test.go | 30 type TestProperties struct { struct 34 No_named_install_directory *bool 38 Test_config *string `android:"path,arch_variant"` 42 Test_config_template *string `android:"path,arch_variant"` 46 Test_suites []string `android:"arch_variant"` 50 Data []string `android:"path,arch_variant"` 55 Auto_gen_config *bool 58 Test_harness *bool 61 Test_options TestOptions
|
/aosp12/build/soong/python/ |
H A D | test.go | 39 type TestProperties struct { struct 42 Test_config *string `android:"path,arch_variant"` 46 Test_config_template *string `android:"path,arch_variant"` 50 Data []string `android:"path,arch_variant"` 53 Java_data []string 56 Test_options TestOptions
|
/aosp12/build/soong/sh/ |
H A D | sh_binary.go | 107 type TestProperties struct { struct 110 Test_suites []string `android:"arch_variant"` 114 Test_config *string `android:"path,arch_variant"` 118 Data []string `android:"path,arch_variant"` 122 Require_root *bool 126 Test_config_template *string `android:"path,arch_variant"` 131 Auto_gen_config *bool 134 Data_bins []string `android:"path,arch_variant"` 137 Data_libs []string `android:"path,arch_variant"` 141 Data_device_bins []string `android:"path,arch_variant"` [all …]
|
/aosp12/build/soong/cc/ |
H A D | test.go | 28 type TestProperties struct { struct 30 Gtest *bool 33 Isolated *bool
|