Home
last modified time | relevance | path

Searched refs:AppendList (Results 1 – 4 of 4) sorted by relevance

/build/soong/scripts/
Djsonmodify.py69 class AppendList(str): class
98 parser.add_argument("-a", "--append_list", type=AppendList,
/build/soong/dexpreopt/
Dconfig.go109 res := g.SystemServerJars.AppendList(&g.StandaloneSystemServerJars)
120 res := g.ApexSystemServerJars.AppendList(&g.ApexStandaloneSystemServerJars)
130 res := g.SystemServerJars.AppendList(&g.ApexSystemServerJars)
140 res := g.AllPlatformSystemServerJars(ctx).AppendList(g.AllApexSystemServerJars(ctx))
/build/soong/java/
Dsystemserver_classpath_fragment.go66 configuredJars = configuredJars.AppendList(&standaloneConfiguredJars)
128 configuredJars = configuredJars.AppendList(&standaloneConfiguredJars)
/build/soong/android/
Dconfig.go1801 func (l *ConfiguredJarList) AppendList(other *ConfiguredJarList) ConfiguredJarList { func