Lines Matching refs:archProperties
432 for _, archProperties := range m.archProperties {
433 for _, archProps := range archProperties {
1000 var archProperties []interface{}
1002 archProperties = append(archProperties, &archPropRoot{
1008 base.archProperties = append(base.archProperties, archProperties)
1009 m.AddProperties(archProperties...)
1085 if m.archProperties[i] == nil {
1088 for _, archProperties := range m.archProperties[i] {
1089 archPropValues := reflect.ValueOf(archProperties).Elem()
1189 func getArchTypeStruct(ctx ArchVariantContext, archProperties interface{}, archType ArchType) refle…
1190 archPropValues := reflect.ValueOf(archProperties).Elem()
1204 func getMultilibStruct(ctx ArchVariantContext, archProperties interface{}, archType ArchType) refle…
1205 archPropValues := reflect.ValueOf(archProperties).Elem()
1213 func getArchProperties(ctx BaseMutatorContext, archProperties interface{}, arch Arch, os OsType, na…
1215 archPropValues := reflect.ValueOf(archProperties).Elem()
1222 archStruct := getArchTypeStruct(ctx, archProperties, arch.ArchType)
1271 multilibProperties := getMultilibStruct(ctx, archProperties, archType)
1358 if m.archProperties[i] == nil {
1363 for _, archProperty := range m.archProperties[i] {
1731 for i := range m.archProperties {
1732 if m.archProperties[i] == nil {
1739 for _, archProperty := range m.archProperties[i] {
1801 for i := range m.archProperties {
1802 if m.archProperties[i] == nil {
1809 for _, archProperties := range m.archProperties[i] {
1812 archPropValue := reflect.ValueOf(archProperties).Elem()
1882 var archProperties []interface{}
1889 archProperties = m.archProperties[i]
1894 if archProperties == nil {
1905 for _, archProperty := range archProperties {
1951 for i := range m.archProperties {
1952 if m.archProperties[i] == nil {
1965 for _, archProperties := range m.archProperties[i] {
1966 archPropValues := reflect.ValueOf(archProperties).Elem()