Home
last modified time | relevance | path

Searched defs:Variable (Results 1 – 5 of 5) sorted by relevance

/build/soong/androidmk/parser/
Dmakething.go44 type Variable struct { struct
45 makeThing
46 Name *MakeString
122 func (v Variable) AsVariable() (Variable, bool) {
126 func (v Variable) Dump() string {
/build/blueprint/
Dsingleton_ctx.go37 Variable(pctx PackageContext, name, value string) methodSpec
115 func (s *singletonContext) Variable(pctx PackageContext, name, value string) { func
Dmodule_ctx.go141 Variable(pctx PackageContext, name, value string) methodSpec
280 func (m *moduleContext) Variable(pctx PackageContext, name, value string) { func
Dscope.go27 type Variable interface { interface
/build/blueprint/parser/
Dparser.go641 Variable string member