Searched refs:ConfiguredJarList (Results 1 – 9 of 9) sorted by relevance
/build/soong/java/ |
D | systemserver_classpath_fragment.go | 55 …Module) ClasspathFragmentToConfiguredJarList(ctx android.ModuleContext) android.ConfiguredJarList { 98 …Module) ClasspathFragmentToConfiguredJarList(ctx android.ModuleContext) android.ConfiguredJarList {
|
D | classpath_fragment.go | 58 ClasspathFragmentToConfiguredJarList(ctx android.ModuleContext) android.ConfiguredJarList 116 …stToClasspathJars(ctx android.ModuleContext, configuredJars android.ConfiguredJarList, classpaths … argument
|
D | hiddenapi_singleton.go | 147 …roid.BaseModuleContext, module android.Module, configuredBootJars android.ConfiguredJarList) bool { argument
|
D | platform_bootclasspath.go | 144 …ootImageModules(ctx android.BottomUpMutatorContext, modules android.ConfiguredJarList, tag bootcla… argument 206 …Module) ClasspathFragmentToConfiguredJarList(ctx android.ModuleContext) android.ConfiguredJarList {
|
D | bootclasspath_fragment.go | 312 modules android.ConfiguredJarList 322 func (i BootclasspathFragmentApexContentInfo) Modules() android.ConfiguredJarList { 526 …Module) ClasspathFragmentToConfiguredJarList(ctx android.ModuleContext) android.ConfiguredJarList {
|
D | dexpreopt_config.go | 150 modules android.ConfiguredJarList
|
/build/soong/dexpreopt/ |
D | config.go | 47 BootJars android.ConfiguredJarList // modules for jars that form the boot class path 48 UpdatableBootJars android.ConfiguredJarList // jars within apex that form the boot class path 50 ArtApexJars android.ConfiguredJarList // modules for jars that are in the ART APEX 52 SystemServerJars android.ConfiguredJarList // jars that form the system server 54 …UpdatableSystemServerJars android.ConfiguredJarList // jars within apex that are loaded into syste… 537 compareBootJars := func(property string, dexpreoptJars, variableJars android.ConfiguredJarList) {
|
/build/soong/android/ |
D | variable.go | 254 BootJars ConfiguredJarList `json:",omitempty"` 255 UpdatableBootJars ConfiguredJarList `json:",omitempty"` 444 BootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}}, 445 UpdatableBootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}},
|
D | config_test.go | 114 v.BootJars = ConfiguredJarList{
|