Searched defs:ArchType (Results 1 – 6 of 6) sorted by relevance
/build/soong/android/ |
D | arch.go | 467 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) { 484 ArchType ArchType member 502 type ArchType struct { struct 503 Name string 504 Field string 505 Multilib string 522 func (a ArchType) String() string { 528 func (a ArchType) MarshalText() ([]byte, error) { 534 func (a *ArchType) UnmarshalText(text []byte) error { 942 func filterToArch(targets []Target, arch ArchType) []Target {
|
/build/soong/cc/ |
D | snapshot_utils.go | 44 func snapshotMapKey(name string, arch android.ArchType) string {
|
/build/soong/rust/config/ |
D | toolchain.go | 117 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 546 func PathToLocation(path android.Path, arch android.ArchType) string {
|
/build/soong/cc/config/ |
D | toolchain.go | 28 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
|
/build/soong/sdk/ |
D | update.go | 840 func (m multilibUsage) addArchType(archType android.ArchType) multilibUsage { 1058 func newArchSpecificInfo(ctx android.SdkMemberContext, archType android.ArchType, variantProperties…
|