Home
last modified time | relevance | path

Searched defs:Value (Results 1 – 25 of 53) sorted by relevance

123

/build/blueprint/proptools/
Dclone.go26 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) {
Drepack.go41 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 {
Dtypeequal.go26 func typeEqual(v1, v2 reflect.Value) bool {
85 func concreteType(v reflect.Value) bool {
Dhash_provider.go204 func compare_values(x, y reflect.Value) int {
267 func containsConfigurableInternal(v reflect.Value, ptrs map[uintptr]bool) bool {
Dextend.go251 func extendPropertiesRecursive(dstValues []reflect.Value, srcValue reflect.Value,
461 func ExtendBasicType(dstFieldValue, srcFieldValue reflect.Value, order Order) {
/build/soong/android/
Dpath_properties.go198 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/
DValue.java27 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/
Dbuild_flags_src.pb.go108 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 …]
Dbuild_flags_src.proto47 message Value { message
/build/soong/cmd/release_config/release_config_lib/
Dflag_value.go54 func MarshalValue(value *rc_proto.Value) string {
79 func ValueType(value *rc_proto.Value) string {
Dflag_artifact.go40 Value *rc_proto.Value member
/build/blueprint/bootstrap/
Dwritedocs.go16 func ModuleTypeDocs(ctx *blueprint.Context, factories map[string]reflect.Value) ([]*bpdoc.Package, …
/build/soong/android/soongconfig/
Dmodules.go425 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/
Dbpdoc.go65 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 {
Dproperties.go64 func (ps *PropertyStruct) SetDefaults(defaults reflect.Value) {
68 func setDefaults(properties []Property, defaults reflect.Value) {
/build/make/tools/rbcrun/rbcrun/
Drbcrun.go78 func getValueInMakeFormat(value starlark.Value, allowLists bool) (string, error) {
/build/soong/shared/
Denv.go27 type envFileEntry struct{ Key, Value string } member
/build/blueprint/
Dincremental.go28 Value *any member
Dprovider_test.go44 Value string member
/build/soong/starlark_fmt/
Dformat.go41 func printAnyRecursive(value reflect.Value, indentLevel int) string {
/build/soong/androidmk/parser/
Dscope.go97 func (v Variable) Value(scope Scope) string { func
Dmake_strings.go101 func (ms *MakeString) Value(scope Scope) string { func
/build/blueprint/parser/
Dast.go43 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/
Dmkfile.go15 Value string member
/build/soong/python/
Dtest.go99 Value string member

123