Lines Matching refs:expand
48 val = self.d.expand("${foo}")
52 val = self.d.expand("${${foo}}")
56 val = self.d.expand("${${foo}} ${bar}")
60 val = self.d.expand("${@5*12}")
64 val = self.d.expand("${@'boo ' + '${foo}'}")
68 val = self.d.expand("${@d.getVar('foo') + ' ${bar}'}")
73 val = self.d.expand("${@d.getVar('foo') + ' ${bar}'}")
90 val = self.d.expand("${@d.getVar('foo') + ' ${bar}'}")
94 val = self.d.expand("${undefinedvar} meh")
155 val = self.d.expand("${value_of_${foo}${bar}}")
163 val = self.d.expand("${@'${foo}' + 'bar'}")
167 val = self.d.expand("${${@'f'+'o'+'o'}}")
172 val = self.d.expand("${" * depth + "foo" + "}" * depth)
181 val = self.d.expand("${value_of_${@('${foo}'+'bar')[0:3]}${${@'BAR'.lower()}}}")
185 val = self.d.expand("${${@'value_of' + '_f'+'o'+'o'+'b'+'a'+'r'}}")