HomeSort by relevance Sort by last modified time
    Searched refs:ERRORS (Results 1 - 13 of 13) sorted by null

  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
4 @ RUN: FileCheck --check-prefix=CHECK-ERRORS-V5 < %t %s
10 @ CHECK-ERRORS: error: invalid instruction
11 @ CHECK-ERRORS: add r1, r2, r3
12 @ CHECK-ERRORS: ^
17 @ CHECK-ERRORS: error: instruction variant requires Thumb2
18 @ CHECK-ERRORS: add r2, r3
19 @ CHECK-ERRORS: ^
20 @ CHECK-ERRORS-V5: error: instruction variant requires ARMv6 or later
21 @ CHECK-ERRORS-V5: mov r2, r
    [all...]
thumb2-diagnostics.s 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
13 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'le', but expected 'eq'
14 @ CHECK-ERRORS: addle r0, r1, r2
15 @ CHECK-ERRORS: ^
16 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'al', but expected 'ne'
17 @ CHECK-ERRORS: nop
18 @ CHECK-ERRORS: ^
19 @ CHECK-ERRORS: error: instructions in IT block must be predicable
20 @ CHECK-ERRORS: it le
21 @ CHECK-ERRORS:
    [all...]
diagnostics.s 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
8 @ CHECK-ERRORS: error: instruction 'mls' can not set flags,
9 @ CHECK-ERRORS: but 's' suffix specified
23 @ CHECK-ERRORS: error: invalid immediate shift value
24 @ CHECK-ERRORS: adc r1, r2, r3, lsl #invalid
25 @ CHECK-ERRORS: ^
26 @ CHECK-ERRORS: error: immediate shift value out of range
27 @ CHECK-ERRORS: adc r4, r5, r6, lsl #-1
28 @ CHECK-ERRORS: ^
29 @ CHECK-ERRORS: error: immediate shift value out of rang
    [all...]
basic-thumb-instructions.s 429 @ CHECK-ERRORS: orrs r3, r4 @ encoding: [0x23,0x43]
  /external/doclava/src/com/google/doclava/
Errors.java 22 public class Errors {
85 public static void printErrors(Set<ErrorMessage> errors) {
86 for (ErrorMessage m : errors) {
91 for (ErrorMessage m : errors) {
124 // Errors for API verification
153 // Errors in javadoc generation
175 public static final Error[] ERRORS =
188 for (Error e : ERRORS) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jdepend.jar 
ant-junit.jar 
  /external/doclava/test/doclava/
ApiCheckTest.java 19 import com.google.doclava.Errors;
20 import com.google.doclava.Errors.Error;
21 import com.google.doclava.Errors.ErrorMessage;
31 * Clear all errors and make sure all future errors will be recorded.
34 Errors.clearErrors();
35 for (Errors.Error error : Errors.ERRORS) {
36 Errors.setErrorLevel(error.code, Errors.ERROR)
61 Iterator<ErrorMessage> errors = report.errors().iterator(); local
74 Iterator<ErrorMessage> errors = report.errors().iterator(); local
    [all...]
  /external/chromium_org/third_party/lcov/bin/
lcov 282 "ignore-errors=s" => \@opt_ignore_errors,
527 --ignore-errors ERRORS Continue after ERRORS (gcov, source, graph)
845 @param = (@param, "--ignore-errors", $_);
    [all...]
genhtml 414 "ignore-errors=s" => \@opt_ignore_errors,
452 # Determine which errors the user wants us to ignore
580 --ignore-errors ERRORS Continue after ERRORS (source)
    [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 165 milliseconds