/build/blueprint/proptools/ |
D | clone.go | 26 func CloneProperties(structValue reflect.Value) reflect.Value { 38 func CopyProperties(dstValue, srcValue reflect.Value) { 48 func copyProperties(dstValue, srcValue reflect.Value) { 142 func ZeroProperties(structValue reflect.Value) { 149 func zeroProperties(structValue reflect.Value) { 201 func CloneEmptyProperties(structValue reflect.Value) reflect.Value { 210 func cloneEmptyProperties(dstValue, srcValue reflect.Value) {
|
D | typeequal.go | 26 func typeEqual(v1, v2 reflect.Value) bool { 81 func concreteType(v reflect.Value) bool {
|
D | extend.go | 246 func extendPropertiesRecursive(dstValues []reflect.Value, srcValue reflect.Value, 413 func ExtendBasicType(dstFieldValue, srcFieldValue reflect.Value, order Order) {
|
/build/blueprint/bootstrap/bpdoc/ |
D | bpdoc.go | 63 func AllPackages(pkgFiles map[string][]string, moduleTypeNameFactories map[string]reflect.Value, 107 func assembleModuleTypeInfo(r *Reader, name string, factory reflect.Value, 156 func nestedPropertyStructs(s reflect.Value) map[string]reflect.Value {
|
D | properties.go | 63 func (ps *PropertyStruct) SetDefaults(defaults reflect.Value) { 67 func setDefaults(properties []Property, defaults reflect.Value) {
|
/build/blueprint/bootstrap/ |
D | writedocs.go | 18 func ModuleTypeDocs(ctx *blueprint.Context, factories map[string]reflect.Value) ([]*bpdoc.Package, …
|
/build/soong/android/soongconfig/ |
D | modules.go | 423 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac… 455 initializeProperties(v reflect.Value, typ reflect.Type) 459 PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error) 575 func printfIntoProperty(propertyValue reflect.Value, configValue string) error {
|
/build/soong/android/ |
D | path_properties.go | 96 func fieldByIndex(v reflect.Value, index []int) reflect.Value {
|
D | arch.go | 1133 dst interface{}, src reflect.Value, field, srcPrefix string) reflect.Value { 1427 func forEachInterface(v reflect.Value, f func(reflect.Value)) {
|
D | variable.go | 447 prefix string, productVariablePropertyValue reflect.Value, variableValue interface{}) { 463 productVariablePropertyValue reflect.Value, i int, err error) { 471 productVariablePropertyValue reflect.Value, variableValue interface{}) { 505 func printfIntoProperty(propertyValue reflect.Value, variableValue interface{}) error {
|
D | neverallow.go | 618 func matchValue(value reflect.Value, check func(string) bool) bool {
|
/build/blueprint/parser/ |
D | ast.go | 42 Value Expression member 94 Value Expression member 193 Value Expression member 222 Value Expression member 336 Value string member 361 Value int64 member 387 Value bool member
|
/build/blueprint/ |
D | ninja_strings.go | 38 Value(pkgNames map[*packageContext]string) string methodSpec 286 func (n varNinjaString) Value(pkgNames map[*packageContext]string) string { func 329 func (l literalNinjaString) Value(pkgNames map[*packageContext]string) string { func
|
D | package_ctx.go | 414 func validateVariableMethod(name string, methodValue reflect.Value) {
|
/build/soong/env/ |
D | env.go | 27 type envFileEntry struct{ Key, Value string } member
|
/build/soong/androidmk/parser/ |
D | scope.go | 99 func (v Variable) Value(scope Scope) string { func
|
D | make_strings.go | 89 func (ms *MakeString) Value(scope Scope) string { func
|
D | ast.go | 30 Value *MakeString member
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.proto | 88 enum Value { enum
|
D | targeting.pb.go | 550 Value int32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` member 1176 Value []*Abi `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` member 1225 Value []*MultiAbi `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` member 1274 Value []*ScreenDensity `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` member 1324 Value []string `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` member 1373 Value []*GraphicsApi `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` member 1422 Value []*SdkVersion `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` member 1471 Value []*TextureCompressionFormat `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` member 1520 Value []*Sanitizer `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` member
|
D | config.pb.go | 557 …Value SplitDimension_Value `protobuf:"varint,1,opt,name=value,proto3,enum=android.bundle.SplitDime… member
|
/build/soong/tradefed/ |
D | autogen.go | 68 Value string member
|
/build/soong/sdk/ |
D | update.go | 1403 func getStructValue(value reflect.Value) reflect.Value {
|
/build/soong/java/ |
D | app.go | 1360 dst interface{}, variantGroup reflect.Value, variant string) {
|