Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dsort.go80 func sortListsInValue(value Expression, file *File) {
96 func sortSubList(values []Expression, nextPos scanner.Position, file *File) {
143 func subListIsSorted(values []Expression) bool {
197 func isListOfPrimitives(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/partner/bpfix/extensions/
Dheaders.go41 func findHeaderLib(e parser.Expression) (*includeDirFix, bool) {
59 func searchThroughOperatorList(mod *parser.Module, e parser.Expression) {
/build/soong/androidmk/androidmk/
Dandroid.go222 func emptyList(value bpparser.Expression) bool {
229 func splitBpList(val bpparser.Expression, keyFunc listSplitFunc) (lists map[string]bpparser.Express…
297 func classifyLocalOrGlobalPath(value bpparser.Expression) (string, bpparser.Expression, error) {
Dvalues.go40 func addValues(val1, val2 bpparser.Expression) (bpparser.Expression, error) {
Dandroidmk.go391 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/make/tools/releasetools/
Dcheck_partition_sizes.py43 class Expression(object): class
/build/soong/bpfix/bpfix/
Dbpfix.go499 func resolveLocalModule(mod *parser.Module, val parser.Expression) parser.Expression {