Home
last modified time | relevance | path

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

12

/build/blueprint/proptools/
Dclone.go22 func CloneProperties(structValue reflect.Value) reflect.Value {
28 func CopyProperties(dstValue, srcValue reflect.Value) {
130 func ZeroProperties(structValue reflect.Value) {
184 func CloneEmptyProperties(structValue reflect.Value) reflect.Value {
190 func cloneEmptyProperties(dstValue, srcValue reflect.Value) {
Dextend.go161 func extendPropertiesRecursive(dstValues []reflect.Value, srcValue reflect.Value,
Dtypeequal.go26 func typeEqual(v1, v2 reflect.Value) bool {
/build/blueprint/parser/
Dparser.go567 Value Value member
611 Value Value member
634 type Value struct { struct
635 Type ValueType
636 BoolValue bool
637 StringValue string
638 ListValue []Value
639 MapValue []*Property
640 Expression *Expression
641 Variable string
[all …]
Dsort.go35 func SortList(file *File, value Value) {
56 func ListIsSorted(value Value) bool {
77 func sortListsInValue(value Value, file *File) {
100 func sortSubList(values []Value, nextPos scanner.Position, file *File) {
134 func subListIsSorted(values []Value) bool {
Dmodify.go17 func AddStringToList(value *Value, s string) (modified bool) {
43 func RemoveStringFromList(value *Value, s string) (modified bool) {
/build/blueprint/
Dunpack.go122 func unpackStructValue(namePrefix string, structValue reflect.Value,
278 func unpackBool(boolValue reflect.Value, property *parser.Property) []error {
290 func unpackString(stringValue reflect.Value,
304 func unpackSlice(sliceValue reflect.Value, property *parser.Property) []error {
326 func unpackStruct(namePrefix string, structValue reflect.Value,
Dninja_strings.go261 func (n *ninjaString) Value(pkgNames map[*packageContext]string) string { func
/build/kati/
Dexpr.go44 type Value interface { interface
75 func (t tmpval) Value() []byte { return []byte(t) } func
128 func toExpr(v Value) expr {
314 func valueNum(v Value) (int, error) {
545 func trimLiteralSpace(v Value) Value {
584 func concatLine(v Value) Value {
682 Value anonMember
727 func matchValue(exp, pat Value) bool {
Drule.h28 class Value; variable
Ddep.h28 class Value; variable
Dshellutil.go117 func compactShellDate(sh *funcShell, v []Value) Value {
Dvar.h30 class Value; variable
Dvar.cc46 void Var::AppendVar(Evaluator*, Value*) { in AppendVar() argument
Dstmt.h28 class Value; variable
/build/soong/androidmk/cmd/androidmk/
Dandroid.go86 func localAbsPath(value bpparser.Value) (*bpparser.Value, error) {
127 func emptyList(value *bpparser.Value) bool {
132 func splitLocalGlobal(file *bpFile, val *bpparser.Value) (local, global *bpparser.Value, err error)…
Dvalues.go19 func addValues(val1, val2 *bpparser.Value) (*bpparser.Value, error) {
Dandroidmk.go328 func setVariable(file *bpFile, plusequals bool, prefix, name string, value *bpparser.Value, local b…
/build/soong/common/
Dvariable.go159 prefix string, productVariablePropertyValue reflect.Value, variableValue interface{}) {
174 func printfIntoProperties(productVariablePropertyValue reflect.Value, variableValue interface{}) {
201 func printfIntoProperty(propertyValue reflect.Value, variableValue interface{}) {
Darch.go799 func forEachInterface(v reflect.Value, f func(reflect.Value)) {
/build/soong/env/
Denv.go27 type envFileEntry struct{ Key, Value string } member
/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go142 func setDefaults(properties []PropertyDocs, defaults reflect.Value) {
473 func nestedPropertyStructs(s reflect.Value) map[string]reflect.Value {
/build/soong/androidmk/parser/
Dscope.go83 func (v Variable) Value(scope Scope) string { func
Dmake_strings.go59 func (ms *MakeString) Value(scope Scope) string { func
/build/blueprint/bpmodify/
Dbpmodify.go153 func processParameter(value *parser.Value, paramName, moduleName string,

12