Searched defs:ArchType (Results 1 – 11 of 11) sorted by relevance
| /build/soong/android/ |
| D | arch.go | 94 ArchType ArchType member 125 type ArchType struct { struct 127 Name string 130 Field string 133 Multilib string 137 func (a ArchType) String() string { 177 func (a ArchType) MarshalText() ([]byte, error) { 185 func (a *ArchType) UnmarshalText(text []byte) error { 260 func newOsType(name string, class OsClass, defDisabled bool, archTypes ...ArchType) OsType { 769 func filterToArch(targets []Target, archs ...ArchType) []Target { [all …]
|
| D | arch_list.go | 398 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) {
|
| D | bazel_handler.go | 66 GetOutputFiles(label string, archType ArchType) ([]string, bool) 70 GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error)
|
| D | paths.go | 1614 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string, debug bool,
|
| /build/soong/cc/ |
| D | api_level.go | 24 arch android.ArchType) android.ApiLevel {
|
| D | snapshot_utils.go | 84 func snapshotMapKey(name string, arch android.ArchType) string {
|
| /build/soong/dexpreopt/ |
| D | dexpreopt.go | 501 func PathToLocation(path android.Path, arch android.ArchType) string { 506 func PathStringToLocation(path string, arch android.ArchType) string {
|
| /build/soong/rust/config/ |
| D | toolchain.go | 153 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
|
| /build/soong/java/ |
| D | bootclasspath_fragment.go | 964 func createBootImageTag(arch android.ArchType, baseName string) string { 991 func apexRootRelativePathToBootImageFile(arch android.ArchType, base string) 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 | 1199 func (m multilibUsage) addArchType(archType android.ArchType) multilibUsage { 1421 func newArchSpecificInfo(ctx android.SdkMemberContext, archType android.ArchType, osType android.Os…
|