Searched defs:ArchType (Results 1 – 4 of 4) sorted by relevance
/build/soong/android/ |
D | arch.go | 508 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) { 525 ArchType ArchType member 544 type ArchType struct { struct 545 Name string 546 Field string 547 Multilib string 560 func (a ArchType) String() string { 566 func (a ArchType) MarshalText() ([]byte, error) { 572 func (a *ArchType) UnmarshalText(text []byte) error {
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 193 arch android.ArchType, profile, bootImage android.Path, appImage, generateDM bool) { 557 func PathToLocation(path android.Path, arch android.ArchType) string {
|
/build/soong/java/ |
D | dexpreopt_bootjars.go | 205 arch android.ArchType, profile android.Path, missingDeps []string) {
|
/build/soong/cc/config/ |
D | toolchain.go | 28 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
|