Home
last modified time | relevance | path

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

/build/soong/cc/
Dstl.go165 if ctx.Arch().ArchType == android.Arm {
188 if ctx.Arch().ArchType == android.Arm {
238 if ctx.Arch().ArchType == android.Arm {
248 if ctx.Arch().ArchType == android.Arm {
Dsanitize.go305 if ctx.Arch().ArchType == android.Arm {
436 if ctx.Arch().ArchType == android.Arm {
470 if ctx.Arch().ArchType == android.Arm {
Dndk_library.go129 android.Arm: minVersion,
Dmakevars.go222 if target.Arch.ArchType == android.Arm {
/build/soong/android/
Darch.go31 Arm = newArch("arm", "lib32") var
44 "arm": Arm,
109 Arm: {
190 Arm: {
228 Arm: {
609 Android: []ArchType{Arm, Arm64, Mips, Mips64, X86, X86_64},
1340 (arch.ArchType == Arm &&
1348 (arch.ArchType == Arm &&
1471 if target.Os == Android && target.Arch.ArchType == Arm {
Dconfig.go254 …{Android, Arch{ArchType: Arm, ArchVariant: "armv7-a-neon", Native: true, Abi: []string{"armeabi-v7…
/build/soong/cc/config/
Darm_device.go357 registerToolchainFactory(android.Android, android.Arm, armToolchainFactory)
/build/soong/dexpreopt/
Ddexpreopt_test.go39 Archs: []android.ArchType{android.Arm},
/build/soong/apex/
Dapex.go1305 Arm struct {
1356 case android.Arm:
1357 src = String(p.properties.Arch.Arm.Src)