Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Dproptools.go117 func isStruct(t reflect.Type) bool {
121 func isStructPtr(t reflect.Type) bool {
125 func isSlice(t reflect.Type) bool {
129 func isSliceOfStruct(t reflect.Type) bool {
Dfilter.go144 func FilterPropertyStruct(prop reflect.Type, predicate FilterFieldPredicate) (filteredProp reflect.…
156 func filterPropertyStruct(prop reflect.Type, prefix string, maxNameSize int,
208 func FilterPropertyStructSharded(prop reflect.Type, maxTypeNameSize int, predicate FilterFieldPredi…
Dtag.go53 func propertyIndexesWithTag(t reflect.Type, key, value string) [][]int {
Dclone.go271 func typeFields(typ reflect.Type) []reflect.StructField {
Dunpack.go387 func propertyToValue(typ reflect.Type, property *parser.Property) (reflect.Value, error) {
/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/blueprint/parser/
Dast.go60 Type string member
119 Type() Type methodSpec
159 type Type int type
207 func (x *Operator) Type() Type { func
241 func (x *Variable) Type() Type { return x.Value.Type() } func
274 func (x *Map) Type() Type { return MapType } func
332 func (x *List) Type() Type { return ListType } func
355 func (x *String) Type() Type { func
381 func (x *Int64) Type() Type { func
407 func (x *Bool) Type() Type { func
[all …]
/build/soong/bp2build/
Dbzl_conversion.go156 func extractPropertyDescriptionsFromStruct(structType reflect.Type) []property {
169 func extractPropertyDescriptions(name string, t reflect.Type) []property {
Dbuild_conversion.go376 func isStructPtr(t reflect.Type) bool {
/build/blueprint/bootstrap/bpdoc/
Dproperties.go168 func newPropertyStruct(t *doc.Type) (*PropertyStruct, error) {
Dbpdoc.go56 Type string member
/build/soong/android/soongconfig/
Dmodules.go488 initializeProperties(v reflect.Value, typ reflect.Type)
576 func initializePropertiesWithDefault(v reflect.Value, typ reflect.Type) {
/build/soong/androidmk/androidmk/
Dandroidmk.go392 typ bpparser.Type) (bpparser.Expression, error) {
Dandroid.go89 func addStandardProperties(propertyType bpparser.Type, properties map[string]string) {
/build/soong/filesystem/
Dfilesystem.go71 Type *string member
/build/soong/androidmk/parser/
Dast.go31 Type string member
/build/soong/cmd/pom2mk/
Dpom2mk.go127 Type string `xml:"type"` member
/build/soong/tradefed/
Dautogen.go83 Type string member
/build/soong/cmd/pom2bp/
Dpom2bp.go170 Type string `xml:"type"` member
/build/soong/android/
Darch.go807 func createArchPropTypeDesc(props reflect.Type) []archPropTypeDesc {
Dvariable.go743 func fieldExistsByNameRecursive(t reflect.Type, prefix, name string) bool {
/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.pb.go99Type BundleConfig_BundleType `protobuf:"varint,8,opt,name=type,proto3,en… member
/build/blueprint/
Dcontext.go2287 Type string member