Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 9 of 9) sorted by relevance

/build/soong/android/
Dbazel_handler_test.go14 …bazelCommand{command: "cquery", expression: "kind(rule, deps(@soong_injection//mixed_builds:buildr…
59 bazelCommand{command: "aquery", expression: "deps(@soong_injection//mixed_builds:buildroot)"}: `
108 …aqueryCommand := bazelCommand{command: "aquery", expression: "deps(@soong_injection//mixed_builds:…
Dbazel_handler.go297 expression string member
325 cmdFlags = append(cmdFlags, command.expression)
/build/make/tools/releasetools/
Dpylintrc83 # Python expression which should return a note less than 10 (10 is the highest
163 # Regular expression matching correct function names
169 # Regular expression matching correct variable names
175 # Regular expression matching correct constant names
181 # Regular expression matching correct attribute names
187 # Regular expression matching correct argument names
193 # Regular expression matching correct class attribute names
199 # Regular expression matching correct inline iteration names
205 # Regular expression matching correct class names
211 # Regular expression matching correct module names
[all …]
/build/soong/androidmk/parser/
Dparser.go212 expression := SimpleMakeString("", pos)
225 expression = p.parseExpression()
231 expression, endPos = p.parseDefine()
234 expression = p.parseExpression()
240 Args: expression,
/build/blueprint/parser/
Dast.go151 func hackyFingerprint(expression Expression) (fingerprint []byte, err error) {
152 assignment := &Assignment{"a", noPos, expression, expression, noPos, "=", false}
Dprinter.go71 func PrintExpression(expression Expression) ([]byte, error) {
74 p.printExpression(expression)
/build/soong/androidmk/androidmk/
Dandroid.go260 expression := val.Copy().(*bpparser.Operator)
261 expression.Args = [2]bpparser.Expression{vA, vB}
262 lists[k] = expression
/build/soong/scripts/check_boot_jars/
Dpackage_allowed_list.txt2 # Each line is interpreted as a regular expression.
/build/make/core/
Dproduct_config.rbc403 """Returns regular expression equivalent to Make pattern."""