Searched defs:Type (Results 1 – 15 of 15) sorted by relevance
| /build/soong/symbol_inject/ |
| D | elf.go | 26 Type() elf.Type methodSpec 44 func (f elfFileWrapper) Type() elf.Type { func 56 func (f mockElfFile) Type() elf.Type { return f.t } func
|
| /build/kati/ |
| D | thread_local.h | 44 #define DEFINE_THREAD_LOCAL(Type, name) thread_local Type name argument 86 #define DEFINE_THREAD_LOCAL(Type, name) \ argument
|
| D | serialize.go | 109 Type string member
|
| /build/blueprint/parser/ |
| D | ast.go | 60 Type string member 119 Type() Type methodSpec 159 type Type int type 204 func (x *Operator) Type() Type { func 238 func (x *Variable) Type() Type { return x.Value.Type() } func 271 func (x *Map) Type() Type { return MapType } func 329 func (x *List) Type() Type { return ListType } func 352 func (x *String) Type() Type { func 378 func (x *Int64) Type() Type { func 404 func (x *Bool) Type() Type { func
|
| /build/blueprint/proptools/ |
| D | tag.go | 46 func propertyIndexesWithTag(t reflect.Type, key, value string) [][]int {
|
| D | clone.go | 251 func typeFields(typ reflect.Type) []reflect.StructField {
|
| /build/blueprint/ |
| D | unpack.go | 290 func propertyToValue(typ reflect.Type, property *parser.Property) (reflect.Value, error) {
|
| /build/soong/android/ |
| D | arch.go | 878 func filterArchStruct(prop reflect.Type) (filteredProp reflect.Type, filtered bool) { 917 func filterArchStructSharded(prop reflect.Type) (filteredProp []reflect.Type, filtered bool) { 969 func createArchType(props reflect.Type) []reflect.Type {
|
| /build/blueprint/bootstrap/bpdoc/ |
| D | properties.go | 160 func newPropertyStruct(t *doc.Type) (*PropertyStruct, error) {
|
| D | bpdoc.go | 56 Type string member
|
| /build/soong/androidmk/cmd/androidmk/ |
| D | androidmk.go | 368 typ bpparser.Type) (bpparser.Expression, error) {
|
| D | android.go | 84 func addStandardProperties(propertyType bpparser.Type, properties map[string]string) {
|
| /build/soong/androidmk/parser/ |
| D | ast.go | 31 Type string member
|
| /build/soong/cmd/pom2mk/ |
| D | pom2mk.go | 126 Type string `xml:"type"` member
|
| /build/soong/cmd/pom2bp/ |
| D | pom2bp.go | 146 Type string `xml:"type"` member
|