Searched refs:expression (Results 1 – 9 of 9) sorted by relevance
/build/soong/android/ |
D | bazel_handler_test.go | 14 …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:…
|
D | bazel_handler.go | 297 expression string member 325 cmdFlags = append(cmdFlags, command.expression)
|
/build/make/tools/releasetools/ |
D | pylintrc | 83 # 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/ |
D | parser.go | 212 expression := SimpleMakeString("", pos) 225 expression = p.parseExpression() 231 expression, endPos = p.parseDefine() 234 expression = p.parseExpression() 240 Args: expression,
|
/build/blueprint/parser/ |
D | ast.go | 151 func hackyFingerprint(expression Expression) (fingerprint []byte, err error) { 152 assignment := &Assignment{"a", noPos, expression, expression, noPos, "=", false}
|
D | printer.go | 71 func PrintExpression(expression Expression) ([]byte, error) { 74 p.printExpression(expression)
|
/build/soong/androidmk/androidmk/ |
D | android.go | 260 expression := val.Copy().(*bpparser.Operator) 261 expression.Args = [2]bpparser.Expression{vA, vB} 262 lists[k] = expression
|
/build/soong/scripts/check_boot_jars/ |
D | package_allowed_list.txt | 2 # Each line is interpreted as a regular expression.
|
/build/make/core/ |
D | product_config.rbc | 403 """Returns regular expression equivalent to Make pattern."""
|