Home
last modified time | relevance | path

Searched refs:Platform (Results 1 – 19 of 19) sorted by relevance

/build/soong/remoteexec/
Dremoteexec_test.go36 Platform: map[string]string{
52 Platform: map[string]string{
74 Platform: map[string]string{
90 Platform: map[string]string{
Dremoteexec.go65 Platform map[string]string member
125 for k, v := range r.Platform {
131 if _, ok := r.Platform[ContainerImageKey]; !ok {
/build/soong/java/
Ddex.go44 Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"},
51 Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"},
78 Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"},
85 Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"},
Dbuilder.go67 Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"},
74 Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"},
154 Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"},
169 Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"},
184 Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"},
Dapp_builder.go44 Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"},
Dapp.go720 if !m.Platform() {
Ddroiddoc.go1484 Platform: map[string]string{remoteexec.PoolKey: pool},
/build/soong/sysprop/
Dsysprop_library.go340 Platform *bool
404 installedInSystem := ctx.Platform() || ctx.SystemExtSpecific()
439 ccProps.Sysprop.Platform = proptools.BoolPtr(isOwnerPlatform)
/build/make/tools/droiddoc/templates-ndk/
Dsdkpage.cs80 <th>Platform</th>
270 <th>Platform</th>
325 <th>Platform</th>
/build/soong/cc/
Dbuilder.go76 Platform: map[string]string{remoteexec.PoolKey: "${config.RECXXLinksPool}"},
90 Platform: map[string]string{remoteexec.PoolKey: "${config.RECXXLinksPool}"},
212 Platform: map[string]string{
234 Platform: map[string]string{remoteexec.PoolKey: "${config.RECXXPool}"},
Dlinker.go161 Platform struct {
271 deps.SharedLibs = append(deps.SharedLibs, linker.Properties.Target.Platform.Shared_libs...)
Dlibrary.go57 Platform *bool
1162 if library.Properties.Sysprop.Platform != nil {
1165 isOwnerPlatform := Bool(library.Properties.Sysprop.Platform)
Dcc.go1810 } else if (ctx.Platform() || ctx.ProductSpecific()) && inList(name, *vendorPublicLibraries) {
2593 } else if (ctx.Platform() || ctx.ProductSpecific()) && isVendorPublicLib {
Dcc_test.go2964 if !recoveryModule.Platform() {
/build/soong/android/
Dneverallow_test.go403 Platform struct { member
Dmodule.go82 Platform() bool methodSpec
966 func (m *ModuleBase) Platform() bool { func
1465 func (e *earlyModuleContext) Platform() bool { func
/build/make/tools/droiddoc/templates-pdk/
Dsdkpage.cs99 <th>Platform</th>
/build/soong/apex/
Dbuilder.go245 if a.Platform() {
Dapex.go858 if !mctx.Config().FlattenApex() && ab.Platform() {