Home
last modified time | relevance | path

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

/build/soong/java/
Dravenwood.go91 func (r *ravenwoodTest) InstallInTestcases() bool { return true } func
220 func (r *ravenwoodLibgroup) InstallInTestcases() bool { return true } func
Dapp_import.go246 if ctx.InstallInTestcases() && (Bool(a.properties.Presigned) || Bool(a.properties.Preprocessed)) {
336 } else if ctx.InstallInTestcases() {
677 func (a *AndroidTestImport) InstallInTestcases() bool { func
Drobolectric.go415 func (r *robolectricTest) InstallInTestcases() bool { return true } func
492 func (r *robolectricRuntimes) InstallInTestcases() bool { return true } func
Djava.go997 if ctx.InstallInTestcases() {
1345 func (j *Test) InstallInTestcases() bool { func
1351 func (j *TestHelperLibrary) InstallInTestcases() bool { func
1355 func (j *JavaTestImport) InstallInTestcases() bool { func
2762 if ctx.InstallInTestcases() {
Dapp.go810 } else if ctx.InstallInTestcases() {
1333 func (a *AndroidTest) InstallInTestcases() bool { func
1497 func (a *AndroidTestHelperApp) InstallInTestcases() bool { func
/build/soong/android/
Dmodule_context.go174 InstallInTestcases() bool methodSpec
388 func (m *moduleContext) InstallInTestcases() bool { func
389 return m.module.InstallInTestcases()
Dpaths.go108 InstallInTestcases() bool methodSpec
131 func (ctx *baseModuleContextToModuleInstallPathContext) InstallInTestcases() bool { func
132 return ctx.Module().InstallInTestcases()
1879 if ctx.InstallInTestcases() {
2133 func (m testModuleInstallPathContext) InstallInTestcases() bool { func
Dmodule.go76 InstallInTestcases() bool methodSpec
1533 func (m *ModuleBase) InstallInTestcases() bool { func
/build/soong/tradefed_modules/
Dtest_module_config.go88 func (m *testModuleConfigModule) InstallInTestcases() bool { func