Home
last modified time | relevance | path

Searched defs:Expression (Results 1 – 8 of 8) sorted by relevance

/build/blueprint/parser/
Dsort.go77 func sortListsInValue(value Expression, file *File) {
93 func sortSubList(values []Expression, nextPos scanner.Position, file *File) {
137 func subListIsSorted(values []Expression) bool {
Dast.go113 type Expression interface { interface
129 func ExpressionsAreSame(a Expression, b Expression) (equal bool, err error) {
135 func hackyExpressionsAreSame(a Expression, b Expression) (equal bool, err error) {
151 func hackyFingerprint(expression Expression) (fingerprint []byte, err error) {
Dprinter.go71 func PrintExpression(expression Expression) ([]byte, error) {
/build/soong/androidmk/cmd/androidmk/
Dandroid.go210 func emptyList(value bpparser.Expression) bool {
217 func splitBpList(val bpparser.Expression, keyFunc listSplitFunc) (lists map[string]bpparser.Express…
285 func classifyLocalOrGlobalPath(value bpparser.Expression) (string, bpparser.Expression, error) {
Dvalues.go40 func addValues(val1, val2 bpparser.Expression) (bpparser.Expression, error) {
Dandroidmk.go390 func setVariable(file *bpFile, plusequals bool, prefix, name string, value bpparser.Expression, loc…
/build/blueprint/bpmodify/
Dbpmodify.go161 func processParameter(value parser.Expression, paramName, moduleName string,
/build/soong/bpfix/bpfix/
Dbpfix.go456 func resolveLocalModule(mod *parser.Module, val parser.Expression) parser.Expression {