Home
last modified time | relevance | path

Searched refs:ConfiguredJarList (Results 1 – 13 of 13) sorted by relevance

/build/soong/android/
Dconfigured_jars.go34 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 …]
Dtest_config.go138 func CreateTestConfiguredJarList(list []string) ConfiguredJarList {
146 var jarList ConfiguredJarList
Dvariable.go314 BootJars ConfiguredJarList `json:",omitempty"`
315 ApexBootJars ConfiguredJarList `json:",omitempty"`
626 BootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}},
627 ApexBootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}},
Dconfig_test.go114 v.BootJars = ConfiguredJarList{
Dconfig.go1933 func (c *config) NonApexBootJars() ConfiguredJarList {
1937 func (c *config) ApexBootJars() ConfiguredJarList {
/build/soong/dexpreopt/
Dconfig.go45 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/
Dclasspath_fragment.go118 …stToClasspathJars(ctx android.ModuleContext, configuredJars android.ConfiguredJarList, classpaths … argument
160 …ProtoBuildActions(ctx android.ModuleContext, configuredJars android.ConfiguredJarList, jars []clas…
231 ClasspathFragmentProtoContents android.ConfiguredJarList
Dsystemserver_classpath_fragment.go75 …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 {
Dplatform_bootclasspath.go158 …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 {
Dhiddenapi_singleton.go147 …roid.BaseModuleContext, module android.Module, configuredBootJars android.ConfiguredJarList) bool { argument
Dbootclasspath_fragment.go574 …*BootclasspathFragmentModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJarList {
Ddexpreopt_bootjars.go269 modules android.ConfiguredJarList
Ddexpreopt_config_testing.go171 modules android.ConfiguredJarList