Home
last modified time | relevance | path

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

/art/tools/checker/match/
Dline.py31 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/
Dstruct.py114 for expression in self.expressions:
115 if expression.variant == TestExpression.Variant.SEPARATOR:
118 regex = regex + "(" + expression.text + ")"
Dtest.py401 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/
Dinfo.txt5 the following expression:
/art/tools/checker/
DREADME35 - 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/
Dnative_gc_triggering.md33 expression would cause the Google Calculator app to allocate sufficiently large native arrays of
/art/build/
DAndroid.bp68 "-misc-redundant-expression",
/art/test/
DREADME.md65 `^[0-9]+-checker-.*` regular expression (e.g. `004-checker-UnsafeTest18`).
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S489 // r11 isn't properly spilled in the osr method, so we need use DWARF expression.