Searched refs:expression (Results 1 – 6 of 6) sorted by relevance
/art/tools/checker/match/ |
D | line.py | 28 for index, expression in enumerate(expressions): 29 if expression.variant == TestExpression.Variant.Separator: 51 for expression in checkerWord: 53 if expression.variant == TestExpression.Variant.VarRef: 54 pattern = re.escape(getVariable(expression.name, variables, pos)) 56 pattern = expression.text 65 if expression.variant == TestExpression.Variant.VarDef: 66 variables = setVariable(expression.name, stringWord[:match.end()], variables, pos) 105 def getEvalText(expression, variables, pos): argument 106 if expression.variant == TestExpression.Variant.PlainText: [all …]
|
/art/test/474-fp-sub-neg/ |
D | info.txt | 5 the following expression:
|
/art/tools/checker/file_format/checker/ |
D | struct.py | 113 for expression in self.expressions: 114 if expression.variant == TestExpression.Variant.Separator: 117 regex = regex + "(" + expression.text + ")"
|
D | test.py | 399 expression = statement.expressions[0] 400 self.assertEqual(expression.variant, TestExpression.Variant.PlainText) 401 self.assertEqual(expression.text, text)
|
/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/arch/arm/ |
D | quick_entrypoints_arm.S | 503 // r11 isn't properly spilled in the osr method, so we need use DWARF expression.
|