/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 6 @ RUN: FileCheck --check-prefix=CHECK-ERRORS-V8 < %t %s 12 @ CHECK-ERRORS: error: invalid instruction 13 @ CHECK-ERRORS: add r1, r2, r3 14 @ CHECK-ERRORS: ^ 19 @ CHECK-ERRORS: error: instruction variant requires Thumb2 20 @ CHECK-ERRORS: add r2, r3 21 @ CHECK-ERRORS: ^ 22 @ CHECK-ERRORS-V5: error: instruction variant requires ARMv6 or late [all...] |
diagnostics.s | 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s 4 @ RUN: FileCheck --check-prefix=CHECK-ERRORS-V8 < %t %s 10 @ CHECK-ERRORS: error: instruction 'mls' can not set flags, 11 @ CHECK-ERRORS: but 's' suffix specified 25 @ CHECK-ERRORS: error: invalid immediate shift value 26 @ CHECK-ERRORS: adc r1, r2, r3, lsl #invalid 27 @ CHECK-ERRORS: ^ 28 @ CHECK-ERRORS: error: immediate shift value out of range 29 @ CHECK-ERRORS: adc r4, r5, r6, lsl #-1 30 @ CHECK-ERRORS: [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-noneon.s | 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s 6 @ CHECK-ERRORS: error: instruction requires: NEON 7 @ CHECK-ERRORS: error: instruction requires: NEON
|
single-precision-fp.s | 2 @ RUN: FileCheck %s < %t --check-prefix=CHECK-ERRORS 10 @ CHECK-ERRORS: error: instruction requires: double precision VFP 11 @ CHECK-ERRORS-NEXT: vadd.f64 d0, d1, d2 12 @ CHECK-ERRORS: error: instruction requires: double precision VFP 13 @ CHECK-ERRORS-NEXT: vsub.f64 d2, d3, d4 14 @ CHECK-ERRORS: error: instruction requires: double precision VFP 15 @ CHECK-ERRORS-NEXT: vdiv.f64 d4, d5, d6 16 @ CHECK-ERRORS: error: instruction requires: double precision VFP 17 @ CHECK-ERRORS-NEXT: vmul.f64 d6, d7, d8 18 @ CHECK-ERRORS: error: instruction requires: double precision VF [all...] |
neon-vld-vst-align.s | 3 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t.err %s 13 @ CHECK-ERRORS: error: alignment must be 64 or omitted 14 @ CHECK-ERRORS: vld1.8 {d0}, [r4:16] 15 @ CHECK-ERRORS: ^ 16 @ CHECK-ERRORS: error: alignment must be 64 or omitted 17 @ CHECK-ERRORS: vld1.8 {d0}, [r4:32] 18 @ CHECK-ERRORS: ^ 20 @ CHECK-ERRORS: error: alignment must be 64 or omitted 21 @ CHECK-ERRORS: vld1.8 {d0}, [r4:128] 22 @ CHECK-ERRORS: [all...] |
inst-thumb-overflow-2.s | 2 @ RUN: | FileCheck -check-prefix CHECK-ERRORS %s 12 @ CHECK-ERRORS: inst.w operand is too big
|
vfp4.s | 5 @ RUN: FileCheck %s < %t2 --check-prefix=THUMB_V7EM-ERRORS 9 @ THUMB_V7EM-ERRORS: error: instruction requires: double precision VFP 10 @ THUMB_V7EM-ERRORS-NEXT: vfma.f64 d16, d18, d17 20 @ THUMB_V7EM-ERRORS: error: instruction requires: NEON 21 @ THUMB_V7EM-ERRORS-NEXT: vfma.f32 d16, d18, d17 26 @ THUMB_V7EM-ERRORS: error: instruction requires: NEON 27 @ THUMB_V7EM-ERRORS-NEXT: vfma.f32 q2, q4, q0 32 @ THUMB_V7EM-ERRORS: error: instruction requires: double precision VFP 33 @ THUMB_V7EM-ERRORS-NEXT: vfnma.f64 d16, d18, d17 43 @ THUMB_V7EM-ERRORS: error: instruction requires: double precision VF [all...] |
basic-thumb-instructions.s | 452 @ CHECK-ERRORS: orrs r3, r4 @ encoding: [0x23,0x43]
|
/external/llvm/test/MC/AArch64/ |
arm64-diags.s | 2 ; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s 12 ; CHECK-ERRORS: error: invalid operand for instruction 16 ; CHECK-ERRORS: error: invalid operand for instruction 17 ; CHECK-ERRORS: ld4.8b {v0, v1, v2, v3}, [x0], #33 36 ; CHECK-ERRORS: error: index must be an integer in range [-256, 255]. 37 ; CHECK-ERRORS: ldr x0, [x0, #804] 38 ; CHECK-ERRORS: ^ 39 ; CHECK-ERRORS: error: index must be an integer in range [-256, 255]. 40 ; CHECK-ERRORS: ldr w0, [x0, #802] 41 ; CHECK-ERRORS: [all...] |
arm64-directive_loh.s | 2 # RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s 58 ### Errors Check #### 61 # CHECK-ERRORS: error: invalid identifier in directive 62 # CHECK-ERRORS-NEXT: .loh Unknown 63 # CHECK-ERRORS-NEXT: ^ 66 # CHECK-ERRORS: error: invalid numeric identifier in directive 67 # CHECK-ERRORS-NEXT: .loh 153, L1 68 # CHECK-ERRORS-NEXT: ^ 72 # CHECK-ERRORS: error: unexpected token in '.loh' directive 73 # CHECK-ERRORS-NEXT: .loh AdrpAdrp L1, L2, L [all...] |
arm64-system-encoding.s | 2 ; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s 55 ; CHECK-ERRORS: error: Expected cN operand where 0 <= N <= 15
|
/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/libpng/contrib/libtests/ |
pngimage.c | 470 ERRORS, /* just errors */ 482 #define STRICT 0x020 /* Fail on warnings as well as errors */ 484 #define CONTINUE 0x080 /* Continue on APP_FAIL errors */ 494 #define RESULT_RELAXED(r) (((r) & ~((1U<<ERRORS)-1)) == 0) 504 png_uint_32 results; /* A mask of errors seen */ 650 case VERBOSE: case WARNINGS: case ERRORS: case QUIET: 678 /* Errors cause this routine to exit to the fail code */ 679 if (level > APP_FAIL || (level > ERRORS && !(dp->options & CONTINUE))) 1572 int errors = 0; local [all...] |
/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...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
maven-embedder-3.2.1.jar | |
/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 | |