Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dsort.go175 func sortListsInValue(value Expression, file *File) {
191 func sortSubList(values []Expression, nextPos scanner.Position, file *File) {
241 func subListIsSorted(values []Expression) bool {
281 func isListOfPrimitives(values []Expression) bool {
Dprinter.go71 func PrintExpression(expression Expression) ([]byte, error) {
502 func listHasMap(list []Expression) bool {
Dast.go137 type Expression interface { interface
153 func ExpressionsAreSame(a Expression, b Expression) (equal bool, err error) {
159 func hackyExpressionsAreSame(a Expression, b Expression) (equal bool, err error) {
175 func hackyFingerprint(expression Expression) (fingerprint []byte, err 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/blueprint/bpmodify/
Dbpmodify.go188 empty parser.Expression) (prop *parser.Property, modified bool, err error) {
193 empty parser.Expression) (prop *parser.Property, parent *parser.Map, modified bool, err error) {
227 func processParameter(value parser.Expression, paramName, moduleName string,
/build/soong/androidmk/androidmk/
Dandroid.go247 func emptyList(value bpparser.Expression) bool {
254 func splitBpList(val bpparser.Expression, keyFunc listSplitFunc) (lists map[string]bpparser.Express…
322 func classifyLocalOrGlobalPath(value bpparser.Expression) (string, bpparser.Expression, error) {
Dvalues.go40 func addValues(val1, val2 bpparser.Expression) (bpparser.Expression, error) {
Dandroidmk.go432 func setVariable(file *bpFile, plusequals bool, prefix, name string, value bpparser.Expression, loc…
/build/make/tools/releasetools/
Dcheck_partition_sizes.py44 class Expression(object): class
/build/soong/bpfix/bpfix/
Dbpfix.go560 func resolveLocalModule(mod *parser.Module, val parser.Expression) parser.Expression {