Searched refs:expression (Results 1 – 9 of 9) sorted by relevance
/art/tools/checker/match/ |
D | line.py | 31 for index, expression in enumerate(expressions): 32 if expression.variant == TestExpression.Variant.SEPARATOR: 57 for expression in checker_word: 59 if expression.variant == TestExpression.Variant.VAR_REF: 60 pattern = re.escape(get_variable(expression.name, variables, pos)) 62 pattern = expression.text 78 if expression.variant == TestExpression.Variant.VAR_DEF: 79 variables = set_variable(expression.name, string_word[:match.end()], variables, pos) 120 def get_eval_text(expression, variables, pos): argument 121 if expression.variant == TestExpression.Variant.PLAIN_TEXT: [all …]
|
/art/tools/checker/file_format/checker/ |
D | struct.py | 114 for expression in self.expressions: 115 if expression.variant == TestExpression.Variant.SEPARATOR: 118 regex = regex + "(" + expression.text + ")"
|
D | test.py | 401 expression = statement.expressions[0] 402 self.assertEqual(expression.variant, TestExpression.Variant.PLAIN_TEXT) 403 self.assertEqual(expression.text, text)
|
/art/test/474-fp-sub-neg/ |
D | info.txt | 5 the following expression:
|
/art/tools/checker/ |
D | README | 35 - CHECK-EVAL: Specifies a Python expression which must evaluate to 'True'. 95 CHECK-IF and CHECK-ELIF take a Python expression as input that will be evaluated by `eval`.
|
/art/runtime/ |
D | native_gc_triggering.md | 33 expression would cause the Google Calculator app to allocate sufficiently large native arrays of
|
/art/build/ |
D | Android.bp | 68 "-misc-redundant-expression",
|
/art/test/ |
D | README.md | 65 `^[0-9]+-checker-.*` regular expression (e.g. `004-checker-UnsafeTest18`).
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 489 // r11 isn't properly spilled in the osr method, so we need use DWARF expression.
|