Lines Matching refs:in
5 Tests are written in Java or Smali, turned into DEX and compiled with the
8 followed by a pattern that the engine attempts to match in the compiler output.
10 Assertions are tested in groups which correspond to the individual compiler
13 name must exactly match one of the groups recognized in the output (they can
16 Matching of check lines is carried out in the order of appearance in the
18 - CHECK: Must match an output line which appears in the output group
20 lines must therefore match the check lines in the same order.
21 These are referred to as "in-order" checks in the code.
22 - CHECK-DAG: Must match an output line which appears in the output group
23 later than lines matched against any preceeding in-order checks.
26 - CHECK-NOT: Must not match any output line which appears in the output group
33 in-order CHECK.
39 Actual regex patterns can be inserted enclosed in '{{' and '}}' brackets. If
41 enclosed in round brackets. For example, the pattern '{{foo{2}}}' will parse
50 The following assertions can be placed in a Java source file:
81 'CHECK-START' keyword. Any listed architecture will match in that case,