/build/blueprint/proptools/ |
D | proptools.go | 117 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 { 133 func isMapOfStruct(t reflect.Type) bool {
|
D | filter.go | 144 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…
|
D | unpack.go | 213 func primitiveType(typ parser.Type) bool { 469 func itemValue(f constructItem, property *parser.Property, t reflect.Type) (reflect.Value, bool) { 523 func propertyToValue(typ reflect.Type, property *parser.Property) (reflect.Value, error) {
|
D | tag.go | 53 func propertyIndexesWithTag(t reflect.Type, key, value string) [][]int {
|
D | clone.go | 283 func typeFields(typ reflect.Type) []reflect.StructField {
|
/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/blueprint/parser/ |
D | ast.go | 60 Type string member 142 Type() Type methodSpec 182 type Type int type 230 func (x *Operator) Type() Type { func 264 func (x *Variable) Type() Type { return x.Value.Type() } func 314 func (x *Map) Type() Type { return MapType } func 372 func (x *List) Type() Type { return ListType } func 395 func (x *String) Type() Type { func 421 func (x *Int64) Type() Type { func 447 func (x *Bool) Type() Type { func [all …]
|
/build/soong/bp2build/ |
D | bzl_conversion.go | 156 func extractPropertyDescriptionsFromStruct(structType reflect.Type) []property { 176 func extractPropertyDescriptions(name string, t reflect.Type) []property {
|
D | build_conversion.go | 542 func isStructPtr(t reflect.Type) bool {
|
/build/soong/cmd/symbols_map/symbols_map_proto/ |
D | symbols_map.proto | 31 enum Type { enum
|
D | symbols_map.pb.go | 73 func (Mapping_Type) Type() protoreflect.EnumType { func 109 …Type *Mapping_Type `protobuf:"varint,3,opt,name=type,enum=symbols_map.Mapping_Type" json:"type,omi… member
|
/build/soong/mk2rbc/ |
D | find_mockfs.go | 89 func (m myFileInfo) Type() fs.FileMode { func
|
/build/blueprint/bootstrap/bpdoc/ |
D | properties.go | 187 func newPropertyStruct(t *doc.Type) (*PropertyStruct, error) {
|
D | bpdoc.go | 56 Type string member
|
/build/soong/sdk/ |
D | build_release.go | 362 func newPropertyPrunerForStructType(structType reflect.Type, selector fieldSelectorFunc) *propertyP…
|
/build/soong/android/ |
D | proto.go | 166 Type *string member
|
/build/soong/android/soongconfig/ |
D | modules.go | 594 initializeProperties(v reflect.Value, typ reflect.Type) 682 func initializePropertiesWithDefault(v reflect.Value, typ reflect.Type) {
|
/build/soong/androidmk/androidmk/ |
D | androidmk.go | 392 typ bpparser.Type) (bpparser.Expression, error) {
|
D | android.go | 94 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 | 127 Type string `xml:"type"` member
|
/build/soong/filesystem/ |
D | filesystem.go | 81 Type *string member
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.pb.go | 73 func (MetricsBase_BuildVariant) Type() protoreflect.EnumType { func 138 func (MetricsBase_Arch) Type() protoreflect.EnumType { func 197 func (ModuleTypeInfo_BuildSystem) Type() protoreflect.EnumType { func 256 func (ExpConfigFetcher_ConfigStatus) Type() protoreflect.EnumType { func
|
/build/soong/tradefed/ |
D | autogen.go | 83 Type string member
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.pb.go | 64 func (BundleConfig_BundleType) Type() protoreflect.EnumType { func 123 func (SplitDimension_Value) Type() protoreflect.EnumType { func 150 …Type BundleConfig_BundleType `protobuf:"varint,8,opt,name=type,proto3,en… member
|