Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 15 of 15) sorted by relevance

/build/soong/symbol_inject/
Delf.go26 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/
Dthread_local.h44 #define DEFINE_THREAD_LOCAL(Type, name) thread_local Type name argument
86 #define DEFINE_THREAD_LOCAL(Type, name) \ argument
Dserialize.go109 Type string member
/build/blueprint/parser/
Dast.go60 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/
Dtag.go46 func propertyIndexesWithTag(t reflect.Type, key, value string) [][]int {
Dclone.go251 func typeFields(typ reflect.Type) []reflect.StructField {
/build/blueprint/
Dunpack.go290 func propertyToValue(typ reflect.Type, property *parser.Property) (reflect.Value, error) {
/build/soong/android/
Darch.go878 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/
Dproperties.go160 func newPropertyStruct(t *doc.Type) (*PropertyStruct, error) {
Dbpdoc.go56 Type string member
/build/soong/androidmk/cmd/androidmk/
Dandroidmk.go368 typ bpparser.Type) (bpparser.Expression, error) {
Dandroid.go84 func addStandardProperties(propertyType bpparser.Type, properties map[string]string) {
/build/soong/androidmk/parser/
Dast.go31 Type string member
/build/soong/cmd/pom2mk/
Dpom2mk.go126 Type string `xml:"type"` member
/build/soong/cmd/pom2bp/
Dpom2bp.go146 Type string `xml:"type"` member