Home
last modified time | relevance | path

Searched refs:CreateTestConfiguredJarList (Results 1 – 5 of 5) sorted by relevance

/aosp12/build/soong/dexpreopt/
H A Dtesting.go110 dexpreoptConfig.ArtApexJars = android.CreateTestConfiguredJarList(bootJars)
117 dexpreoptConfig.BootJars = android.CreateTestConfiguredJarList(bootJars)
124 dexpreoptConfig.UpdatableBootJars = android.CreateTestConfiguredJarList(bootJars)
/aosp12/build/soong/android/
H A Dconfig_test.go129 list1 := CreateTestConfiguredJarList([]string{"apex1:jarA"})
140 CreateTestConfiguredJarList([]string{"jarA"})
148 CreateTestConfiguredJarList([]string{":jarA"})
177 list5 := list3.RemoveList(CreateTestConfiguredJarList([]string{"apex3:jarC"}))
H A Dconfig.go1788 func CreateTestConfiguredJarList(list []string) ConfiguredJarList { func
/aosp12/build/soong/java/
H A Dtesting.go207 variables.BootJars = android.CreateTestConfiguredJarList(bootJars)
223 variables.UpdatableBootJars = android.CreateTestConfiguredJarList(bootJars)
/aosp12/build/soong/apex/
H A Dapex_test.go6677 variables.BootJars = android.CreateTestConfiguredJarList(bootJars)
6690 variables.BootJars = android.CreateTestConfiguredJarList(bootJars)
6831 variables.UpdatableBootJars = android.CreateTestConfiguredJarList(updatableBootJars)