Searched refs:statement (Results 1 – 9 of 9) sorted by relevance
/art/tools/checker/match/ |
D | file.py | 27 def __init__(self, statement, line_no, variables): argument 28 self.statement = statement 81 def handle(self, statement, variables): argument 86 variant = statement.variant 88 self._if(statement, variables) 90 self._elif(statement, variables) 92 self._else(statement) 95 self._fi(statement) 107 def _if(self, statement, variables): argument 111 elif evaluate_line(statement, variables): [all …]
|
/art/tools/checker/file_format/checker/ |
D | parser.py | 162 statement = TestStatement(parent, variant, line, line_no) 164 if statement.is_no_content_statement() and line: 165 Logger.fail("Expected empty statement: '{}'".format(line), statement.filename, 166 statement.line_no) 171 if statement.is_eval_content_statement(): 188 statement.add_expression(TestExpression.create_separator()) 193 statement.add_expression(TestExpression.create_pattern(pattern)) 198 statement.add_expression(TestExpression.create_variable_reference(name)) 205 statement.add_expression(TestExpression.create_variable_definition(name, body)) 217 if statement.is_eval_content_statement(): [all …]
|
D | test.py | 205 statement = TestStatement(test_case, variant, content, 0) 206 if statement.is_eval_content_statement(): 207 statement.add_expression(TestExpression.create_plain_text(content)) 208 elif statement.is_pattern_match_content_statement(): 209 statement.add_expression(TestExpression.create_pattern_from_plain_text(content)) 389 statement = test_case.statements[0] 390 self.assertEqual(statement.variant, TestStatement.Variant.EVAL) 391 self.assertEqual(statement.original_text, string) 392 return statement.expressions 397 statement = test_case.statements[0] [all …]
|
/art/tools/checker/common/ |
D | logger.py | 98 def test_failed(msg, statement, variables): argument 100 Logger.fail(msg, statement.filename, statement.line_no, statement.original_text, variables)
|
/art/test/435-try-finally-without-catch/ |
D | info.txt | 1 Exercise a method containing a `try' statement with several 18 clue that it contains a `try' statement, which it cannot optimize 20 special block(s) related to `catch'-less `try' statement(s), the
|
/art/tools/checker/ |
D | README | 31 therefore create a scope within which the statement is verified. 111 variables as part of the statement input is not allowed. Any other surrounding text will be passed 123 Branch blocks can contain any statement, including CHECK-NEXT and CHECK-DAG. 124 Notice the CHECK-NEXT statement within the IF branch. When a CHECK-NEXT is encountered, 125 Checker expects that the previously executed statement was either a CHECK or a CHECK-NEXT. 131 block defined by the CHECK-START statement. The absence of lexical scoping for Checker variables
|
/art/tools/jfuzz/ |
D | README.md | 25 -l : defines a fuzzing length for statement lists 26 (higher values yield longer statement sequences)
|
/art/ |
D | NOTICE | 136 You may add Your own copyright statement to Your modifications and
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 11011 Ljavax/sql/StatementEvent;->statement:Ljava/sql/PreparedStatement;
|