Home
last modified time | relevance | path

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

12

/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) {
154 func ZeroProperties(structValue reflect.Value) {
161 func zeroProperties(structValue reflect.Value) {
213 func CloneEmptyProperties(structValue reflect.Value) reflect.Value {
222 func cloneEmptyProperties(dstValue, srcValue reflect.Value) {
Dtypeequal.go26 func typeEqual(v1, v2 reflect.Value) bool {
81 func concreteType(v reflect.Value) bool {
Dextend.go250 func extendPropertiesRecursive(dstValues []reflect.Value, srcValue reflect.Value,
438 func ExtendBasicType(dstFieldValue, srcFieldValue reflect.Value, order Order) {
/build/soong/android/
Dpath_properties.go116 func fieldsByIndex(v reflect.Value, index []int, values *[]reflect.Value) {
154 func isSliceOfStruct(v reflect.Value) bool {
Darch.go1043 func maybeBlueprintEmbed(src reflect.Value) reflect.Value {
1054 func mergePropertyStruct(ctx ArchVariantContext, dst interface{}, srcValue reflect.Value) {
1084 src reflect.Value, field, userFriendlyField string) (reflect.Value, bool) {
2261 func mergeStructs(ctx ArchVariantContext, propertyStructs []reflect.Value, propertySet interface{})…
Dvariable.go764 func maybeExtractConfigVarProp(v reflect.Value) (reflect.Value, bool) {
790 …perties) AddProductConfigProperties(namespace, suffix string, variableValues reflect.Value, outerA…
979 prefix string, productVariablePropertyValue reflect.Value, variableValue interface{}) {
995 productVariablePropertyValue reflect.Value, i int, err error) {
1003 productVariablePropertyValue reflect.Value, variableValue interface{}) {
1037 func printfIntoProperty(propertyValue reflect.Value, variableValue interface{}) error {
/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/blueprint/bootstrap/
Dwritedocs.go15 func ModuleTypeDocs(ctx *blueprint.Context, factories map[string]reflect.Value) ([]*bpdoc.Package, …
/build/soong/bp2build/
Dconfigurability.go253 func prettyPrintSelectMap(selectMap map[string]reflect.Value, defaultValue *string, indent int, emi…
313 func prettyPrintSelectEntry(value reflect.Value, key string, indent int, emitZeroValues bool) (stri…
Dbuild_conversion.go540 func prettyPrint(propertyValue reflect.Value, indent int, emitZeroValues bool) (string, error) {
613 func extractStructProperties(structValue reflect.Value, indent int) (map[string]string, error) {
668 func isZero(value reflect.Value) bool {
/build/soong/android/soongconfig/
Dmodules.go528 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac…
600 initializeProperties(v reflect.Value, typ reflect.Type)
604 PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error)
692 func initializePropertiesWithDefault(v reflect.Value, typ reflect.Type) {
712 func conditionsDefaultField(v reflect.Value) reflect.Value {
718 func removeDefault(values reflect.Value) reflect.Value {
823 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.go63 func (ps *PropertyStruct) SetDefaults(defaults reflect.Value) {
67 func setDefaults(properties []Property, defaults reflect.Value) {
/build/blueprint/
Dninja_strings.go39 Value(pkgNames map[*packageContext]string) string methodSpec
287 func (n varNinjaString) Value(pkgNames map[*packageContext]string) string { func
328 func (l literalNinjaString) Value(_ map[*packageContext]string) string { func
Dprovider_test.go44 Value string member
/build/soong/shared/
Denv.go27 type envFileEntry struct{ Key, Value string } member
/build/blueprint/parser/
Dast.go42 Value Expression member
118 Value Expression member
217 Value Expression member
246 Value Expression member
396 Value string member
421 Value int64 member
447 Value bool member
/build/soong/androidmk/parser/
Dscope.go99 func (v Variable) Value(scope Scope) string { func
Dmake_strings.go101 func (ms *MakeString) Value(scope Scope) string { func
Dast.go30 Value *MakeString member
/build/soong/bazel/
Dproperties.go308 Value *Label member
461 Value *bool member
689 Value LabelList member
1104 Value *string member
1254 Value []string member
/build/bazel/mkcompare/
Dmkfile.go15 Value string member
/build/soong/python/
Dtest.go83 Value string member
/build/soong/filesystem/
Davb_add_hash_footer.go40 Value *string member
/build/soong/cmd/extract_apks/bundle_proto/
Dtargeting.pb.go675 Value int32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` member
1399 Value []*Abi `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` member
1456 Value []*MultiAbi `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` member
1513 Value []*ScreenDensity `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` member
1571 Value []string `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` member
1628 Value []*GraphicsApi `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` member
1685 Value []*SdkVersion `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` member
1742 Value []*TextureCompressionFormat `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` member
1799 Value []*Sanitizer `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` member

12