| /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) { 158 func ZeroProperties(structValue reflect.Value) { 165 func zeroProperties(structValue reflect.Value) { 217 func CloneEmptyProperties(structValue reflect.Value) reflect.Value { 226 func cloneEmptyProperties(dstValue, srcValue reflect.Value) {
|
| D | repack.go | 41 func repackStructs(props []reflect.Value) (*parser.Map, error) { 107 func fieldToExpr(field reflect.Value) (*parser.Expression, error) { 158 func isPropEmpty(value reflect.Value) bool { 180 func assertFieldsEquivalent(fields []reflect.Value) error { 203 func assertTwoNonEmptyFieldsEquivalent(a, b reflect.Value) error {
|
| D | typeequal.go | 26 func typeEqual(v1, v2 reflect.Value) bool { 85 func concreteType(v reflect.Value) bool {
|
| D | hash_provider.go | 204 func compare_values(x, y reflect.Value) int { 267 func containsConfigurableInternal(v reflect.Value, ptrs map[uintptr]bool) bool {
|
| D | extend.go | 251 func extendPropertiesRecursive(dstValues []reflect.Value, srcValue reflect.Value, 461 func ExtendBasicType(dstFieldValue, srcFieldValue reflect.Value, order Order) {
|
| /build/soong/android/ |
| D | path_properties.go | 198 func fieldsByIndex(v reflect.Value, index []int, values *[]reflect.Value) { 236 func isSliceOfStruct(v reflect.Value) bool {
|
| /build/make/tools/product_config/src/com/android/build/config/ |
| D | Value.java | 27 public class Value { class 37 public Value(VarType varType) { in Value() method in Value 49 public Value(VarType varType, Str str) { in Value() method in Value 55 public Value(List<Str> list) { in Value() method in Value
|
| /build/soong/cmd/release_config/release_config_proto/ |
| D | build_flags_src.pb.go | 108 type Value struct { struct 109 state protoimpl.MessageState 110 sizeCache protoimpl.SizeCache 111 unknownFields protoimpl.UnknownFields 119 Val isValue_Val `protobuf_oneof:"val"` 122 func (x *Value) Reset() { 131 func (x *Value) String() string { 135 func (*Value) ProtoMessage() {} 137 func (x *Value) ProtoReflect() protoreflect.Message { 150 func (*Value) Descriptor() ([]byte, []int) { [all …]
|
| D | build_flags_src.proto | 47 message Value { message
|
| /build/soong/cmd/release_config/release_config_lib/ |
| D | flag_value.go | 54 func MarshalValue(value *rc_proto.Value) string { 79 func ValueType(value *rc_proto.Value) string {
|
| D | flag_artifact.go | 40 Value *rc_proto.Value member
|
| /build/blueprint/bootstrap/ |
| D | writedocs.go | 16 func ModuleTypeDocs(ctx *blueprint.Context, factories map[string]reflect.Value) ([]*bpdoc.Package, …
|
| /build/soong/android/soongconfig/ |
| D | modules.go | 425 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac… 509 initializeProperties(v reflect.Value, typ reflect.Type) 513 PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error) 601 func initializePropertiesWithDefault(v reflect.Value, typ reflect.Type) { 621 func conditionsDefaultField(v reflect.Value) reflect.Value { 627 func removeDefault(values reflect.Value) reflect.Value { 845 func printfIntoProperty(propertyValue reflect.Value, configValue string) error {
|
| /build/blueprint/bootstrap/bpdoc/ |
| D | bpdoc.go | 65 func AllPackages(pkgFiles map[string][]string, moduleTypeNameFactories map[string]reflect.Value, 109 func assembleModuleTypeInfo(r *Reader, name string, factory reflect.Value, 178 func nestedPropertyStructs(s reflect.Value) []nestedProperty {
|
| D | properties.go | 64 func (ps *PropertyStruct) SetDefaults(defaults reflect.Value) { 68 func setDefaults(properties []Property, defaults reflect.Value) {
|
| /build/make/tools/rbcrun/rbcrun/ |
| D | rbcrun.go | 78 func getValueInMakeFormat(value starlark.Value, allowLists bool) (string, error) {
|
| /build/soong/shared/ |
| D | env.go | 27 type envFileEntry struct{ Key, Value string } member
|
| /build/blueprint/ |
| D | incremental.go | 28 Value *any member
|
| D | provider_test.go | 44 Value string member
|
| /build/soong/starlark_fmt/ |
| D | format.go | 41 func printAnyRecursive(value reflect.Value, indentLevel int) string {
|
| /build/soong/androidmk/parser/ |
| D | scope.go | 97 func (v Variable) Value(scope Scope) string { func
|
| D | make_strings.go | 101 func (ms *MakeString) Value(scope Scope) string { func
|
| /build/blueprint/parser/ |
| D | ast.go | 43 Value Expression member 118 Value Expression member 623 Value string member 669 Value int64 member 702 Value bool member 904 Value Expression member 919 Value Expression member
|
| /build/bazel/mkcompare/ |
| D | mkfile.go | 15 Value string member
|
| /build/soong/python/ |
| D | test.go | 99 Value string member
|