Searched refs:Platform (Results 1 – 19 of 19) sorted by relevance
/build/soong/remoteexec/ |
D | remoteexec_test.go | 36 Platform: map[string]string{ 52 Platform: map[string]string{ 74 Platform: map[string]string{ 90 Platform: map[string]string{
|
D | remoteexec.go | 65 Platform map[string]string member 125 for k, v := range r.Platform { 131 if _, ok := r.Platform[ContainerImageKey]; !ok {
|
/build/soong/java/ |
D | dex.go | 44 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}"},
|
D | builder.go | 67 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}"},
|
D | app_builder.go | 44 Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"},
|
D | app.go | 720 if !m.Platform() {
|
D | droiddoc.go | 1484 Platform: map[string]string{remoteexec.PoolKey: pool},
|
/build/soong/sysprop/ |
D | sysprop_library.go | 340 Platform *bool 404 installedInSystem := ctx.Platform() || ctx.SystemExtSpecific() 439 ccProps.Sysprop.Platform = proptools.BoolPtr(isOwnerPlatform)
|
/build/make/tools/droiddoc/templates-ndk/ |
D | sdkpage.cs | 80 <th>Platform</th> 270 <th>Platform</th> 325 <th>Platform</th>
|
/build/soong/cc/ |
D | builder.go | 76 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}"},
|
D | linker.go | 161 Platform struct { 271 deps.SharedLibs = append(deps.SharedLibs, linker.Properties.Target.Platform.Shared_libs...)
|
D | library.go | 57 Platform *bool 1162 if library.Properties.Sysprop.Platform != nil { 1165 isOwnerPlatform := Bool(library.Properties.Sysprop.Platform)
|
D | cc.go | 1810 } else if (ctx.Platform() || ctx.ProductSpecific()) && inList(name, *vendorPublicLibraries) { 2593 } else if (ctx.Platform() || ctx.ProductSpecific()) && isVendorPublicLib {
|
D | cc_test.go | 2964 if !recoveryModule.Platform() {
|
/build/soong/android/ |
D | neverallow_test.go | 403 Platform struct { member
|
D | module.go | 82 Platform() bool methodSpec 966 func (m *ModuleBase) Platform() bool { func 1465 func (e *earlyModuleContext) Platform() bool { func
|
/build/make/tools/droiddoc/templates-pdk/ |
D | sdkpage.cs | 99 <th>Platform</th>
|
/build/soong/apex/ |
D | builder.go | 245 if a.Platform() {
|
D | apex.go | 858 if !mctx.Config().FlattenApex() && ab.Platform() {
|