Home
last modified time | relevance | path

Searched refs:Arm (Results 1 – 16 of 16) sorted by relevance

/build/soong/android/
Darch_list.go20 Arm: {
91 Arm: {
123 Arm: {
Dpackaging.go98 Arm depsProperty member
147 case Arm:
148 ret = append(ret, p.properties.Arch.Arm.Deps...)
Darch_test.go454 …{Android, Arch{ArchType: Arm, ArchVariant: "armv7-a-neon", Abi: []string{"armeabi-v7a"}}, NativeBr…
Darch.go146 Arm = newArch("arm", "lib32") var
337 Android = newOsType("android", Device, false, Arm, Arm64, X86, X86_64)
1528 if target.Os == Android && target.Arch.ArchType == Arm {
/build/soong/bazel/
Dproperties.go235 Arm Label member
242 return attr.Arm
259 attr.Arm = value
272 …return attr.Arm.Label != "" || attr.Arm64.Label != "" || attr.X86.Label != "" || attr.X86_64.Label…
280 Arm LabelList member
361 ARCH_ARM: &attrs.ArchValues.Arm,
443 Arm []string member
482 ARCH_ARM: &attrs.ArchValues.Arm,
/build/soong/rust/config/
Dglobal.go37 android.Arm: "arm",
Darm_device.go37 registerToolchainFactory(android.Android, android.Arm, ArmToolchainFactory)
/build/soong/cc/
Dapi_level.go27 case android.Arm, android.X86:
Dstl.go149 if ctx.Arch().ArchType == android.Arm {
246 if ctx.Arch().ArchType == android.Arm {
Dmakevars.go214 if target.Arch.ArchType == android.Arm {
Dsanitize.go563 if ctx.Arch().ArchType == android.Arm {
632 if ctx.Arch().ArchType == android.Arm {
/build/blueprint/proptools/
Dunpack_test.go376 Arm string
388 Arm string
390 }{Arm: "32", Arm64: "64"},
1172 Arm string
/build/soong/cc/config/
Darm_device.go356 registerToolchainFactory(android.Android, android.Arm, armToolchainFactory)
/build/soong/dexpreopt/
Ddexpreopt_test.go49 Archs: []android.ArchType{android.Arm},
/build/soong/apex/
Dapex.go264 Arm struct {
722 case android.Arm:
723 depsList = append(depsList, a.archProperties.Arch.Arm.ApexNativeDependencies)
Dapex_test.go104 …{Os: android.Android, Arch: android.Arch{ArchType: android.Arm, ArchVariant: "armv7-a-neon", Abi: …
3489 …{Os: android.Android, Arch: android.Arch{ArchType: android.Arm, ArchVariant: "armv7-a-neon", Abi: …
7130 …{Os: android.Android, Arch: android.Arch{ArchType: android.Arm, ArchVariant: "armv7-a-neon", Abi: …