/build/blueprint/proptools/ |
D | clone.go | 22 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) {
|
D | extend.go | 161 func extendPropertiesRecursive(dstValues []reflect.Value, srcValue reflect.Value,
|
D | typeequal.go | 26 func typeEqual(v1, v2 reflect.Value) bool {
|
/build/blueprint/parser/ |
D | parser.go | 567 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 …]
|
D | sort.go | 35 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 {
|
D | modify.go | 17 func AddStringToList(value *Value, s string) (modified bool) { 43 func RemoveStringFromList(value *Value, s string) (modified bool) {
|
/build/blueprint/ |
D | unpack.go | 122 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,
|
D | ninja_strings.go | 261 func (n *ninjaString) Value(pkgNames map[*packageContext]string) string { func
|
/build/kati/ |
D | expr.go | 44 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 {
|
D | rule.h | 28 class Value; variable
|
D | dep.h | 28 class Value; variable
|
D | shellutil.go | 117 func compactShellDate(sh *funcShell, v []Value) Value {
|
D | var.h | 30 class Value; variable
|
D | var.cc | 46 void Var::AppendVar(Evaluator*, Value*) { in AppendVar() argument
|
D | stmt.h | 28 class Value; variable
|
/build/soong/androidmk/cmd/androidmk/ |
D | android.go | 86 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)…
|
D | values.go | 19 func addValues(val1, val2 *bpparser.Value) (*bpparser.Value, error) {
|
D | androidmk.go | 328 func setVariable(file *bpFile, plusequals bool, prefix, name string, value *bpparser.Value, local b…
|
/build/soong/common/ |
D | variable.go | 159 prefix string, productVariablePropertyValue reflect.Value, variableValue interface{}) { 174 func printfIntoProperties(productVariablePropertyValue reflect.Value, variableValue interface{}) { 201 func printfIntoProperty(propertyValue reflect.Value, variableValue interface{}) {
|
D | arch.go | 799 func forEachInterface(v reflect.Value, f func(reflect.Value)) {
|
/build/soong/env/ |
D | env.go | 27 type envFileEntry struct{ Key, Value string } member
|
/build/blueprint/bootstrap/bpdoc/ |
D | bpdoc.go | 142 func setDefaults(properties []PropertyDocs, defaults reflect.Value) { 473 func nestedPropertyStructs(s reflect.Value) map[string]reflect.Value {
|
/build/soong/androidmk/parser/ |
D | scope.go | 83 func (v Variable) Value(scope Scope) string { func
|
D | make_strings.go | 59 func (ms *MakeString) Value(scope Scope) string { func
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 153 func processParameter(value *parser.Value, paramName, moduleName string,
|