Searched refs:ConfiguredJarList (Results 1 – 13 of 13) sorted by relevance
/build/soong/android/ |
D | configured_jars.go | 34 type ConfiguredJarList struct { struct 44 func (l *ConfiguredJarList) Len() int { argument 49 func (l *ConfiguredJarList) Jar(idx int) string { argument 54 func (l *ConfiguredJarList) Apex(idx int) string { argument 60 func (l *ConfiguredJarList) ContainsJar(jar string) bool { argument 65 func (l *ConfiguredJarList) containsApexJarPair(apex, jar string) bool { argument 76 func (l *ConfiguredJarList) ApexOfJar(jar string) string { argument 85 func (l *ConfiguredJarList) IndexOfJar(jar string) int { argument 103 func (l *ConfiguredJarList) Append(apex string, jar string) ConfiguredJarList { argument 109 return ConfiguredJarList{apexes, jars} [all …]
|
D | test_config.go | 138 func CreateTestConfiguredJarList(list []string) ConfiguredJarList { 146 var jarList ConfiguredJarList
|
D | variable.go | 314 BootJars ConfiguredJarList `json:",omitempty"` 315 ApexBootJars ConfiguredJarList `json:",omitempty"` 626 BootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}}, 627 ApexBootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}},
|
D | config_test.go | 114 v.BootJars = ConfiguredJarList{
|
D | config.go | 1933 func (c *config) NonApexBootJars() ConfiguredJarList { 1937 func (c *config) ApexBootJars() ConfiguredJarList {
|
/build/soong/dexpreopt/ |
D | config.go | 45 BootJars android.ConfiguredJarList // modules for jars that form the boot class path 46 ApexBootJars android.ConfiguredJarList // jars within apex that form the boot class path 48 ArtApexJars android.ConfiguredJarList // modules for jars that are in the ART APEX 49 …TestOnlyArtBootImageJars android.ConfiguredJarList // modules for jars to be included in the ART b… 51 …SystemServerJars android.ConfiguredJarList // system_server classpath jars on the pl… 53 …ApexSystemServerJars android.ConfiguredJarList // system_server classpath jars delivered… 54 …StandaloneSystemServerJars android.ConfiguredJarList // jars on the platform that system_serve… 55 …ApexStandaloneSystemServerJars android.ConfiguredJarList // jars delivered via apex that system_se… 110 …(g *GlobalConfig) AllPlatformSystemServerJars(ctx android.PathContext) *android.ConfiguredJarList { 114 }).(*android.ConfiguredJarList) [all …]
|
/build/soong/java/ |
D | classpath_fragment.go | 118 …stToClasspathJars(ctx android.ModuleContext, configuredJars android.ConfiguredJarList, classpaths … argument 160 …ProtoBuildActions(ctx android.ModuleContext, configuredJars android.ConfiguredJarList, jars []clas… 231 ClasspathFragmentProtoContents android.ConfiguredJarList
|
D | systemserver_classpath_fragment.go | 75 …mSystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJarList { 80 …verClasspathModule) standaloneConfiguredJars(ctx android.ModuleContext) android.ConfiguredJarList { 132 …*SystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJarList { 164 …verClasspathModule) standaloneConfiguredJars(ctx android.ModuleContext) android.ConfiguredJarList {
|
D | platform_bootclasspath.go | 158 …ootImageModules(ctx android.BottomUpMutatorContext, modules android.ConfiguredJarList, tag bootcla… argument 227 …*platformBootclasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJarList { 246 … (b *platformBootclasspathModule) platformJars(ctx android.PathContext) android.ConfiguredJarList {
|
D | hiddenapi_singleton.go | 147 …roid.BaseModuleContext, module android.Module, configuredBootJars android.ConfiguredJarList) bool { argument
|
D | bootclasspath_fragment.go | 574 …*BootclasspathFragmentModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJarList {
|
D | dexpreopt_bootjars.go | 269 modules android.ConfiguredJarList
|
D | dexpreopt_config_testing.go | 171 modules android.ConfiguredJarList
|