Searched defs:Variable (Results 1 – 9 of 9) sorted by relevance
| /build/soong/androidmk/parser/ |
| D | ast.go | 101 type Variable struct { struct 102 Name *MakeString 105 func (x *Variable) Pos() Pos { return x.Name.Pos() } 106 func (x *Variable) End() Pos { return x.Name.End() } 108 func (x *Variable) Dump() string {
|
| /build/make/tools/product_config/src/com/android/build/config/ |
| D | OutputChecker.java | 53 public static class Variable { class in OutputChecker 59 public Variable(String name, VarType type, Str original) { in Variable() method in OutputChecker.Variable 63 public Variable(String name, VarType type, Str original, Value updated) { in Variable() method in OutputChecker.Variable
|
| /build/blueprint/parser/ |
| D | ast.go | 397 type Variable struct { struct 398 Name string 399 NamePos scanner.Position 400 Type_ Type 403 func (x *Variable) Pos() scanner.Position { return x.NamePos } 404 func (x *Variable) End() scanner.Position { return endPos(x.NamePos, len(x.Name)) } 406 func (x *Variable) Copy() Expression { 411 func (x *Variable) Eval(scope *Scope) (Expression, error) { 419 func (x *Variable) PrintfInto(value string) error { 423 func (x *Variable) MarkReferencedVariables(scope *Scope) { [all …]
|
| /build/blueprint/ |
| D | scope.go | 27 type Variable interface { interface 421 func (m *nameTracker) Variable(v Variable) string { func
|
| D | singleton_ctx.go | 73 Variable(pctx PackageContext, name, value string) methodSpec 255 func (s *singletonContext) Variable(pctx PackageContext, name, value string) { func
|
| D | module_ctx.go | 432 Variable(pctx PackageContext, name, value string) methodSpec 978 func (m *moduleContext) Variable(pctx PackageContext, name, value string) { func
|
| /build/soong/android/ |
| D | singleton.go | 47 Variable(pctx PackageContext, name, value string) methodSpec 199 func (s *singletonContextAdaptor) Variable(pctx PackageContext, name, value string) { func
|
| D | module_context.go | 213 Variable(pctx PackageContext, name, value string) methodSpec 407 func (m *moduleContext) Variable(pctx PackageContext, name, value string) { func
|
| /build/soong/androidmk/androidmk/ |
| D | android.go | 640 func varLiteralName(variable mkparser.Variable) string {
|