/external/clang/test/Sema/ |
decl-invalid.c | 4 typedef union <anonymous> __mbstate_t; // expected-error {{declaration of anonymous union must be a definition}} expected-warning {{typedef requires a name}} 10 int r[x()]; // expected-error {{size of array has non-integer type 'void'}} 12 static y ?; // expected-error{{unknown type name 'y'}} \ 13 expected-error{{expected identifier or '('}} 16 int; // expected-warning {{declaration does not declare anything}} 17 typedef int; // expected-warning {{typedef requires a name}} 18 const int; // expected-warning {{declaration does not declare anything}} 19 struct; // expected-error {{declaration of anonymous struct must be a definition}} // expected-warning {{declaration d (…) [all...] |
/external/compiler-rt/test/builtins/Unit/ |
absvdi2_test.c | 27 di_int expected = a; local 28 if (expected < 0) 29 expected = -expected; 30 if (x != expected || expected < 0) 31 printf("error in __absvdi2(0x%llX) = %lld, expected positive %lld\n", 32 a, x, expected); 33 return x != expected;
|
adddf3vfp_test.c | 26 double expected = a + b; local 27 if (actual != expected) 28 printf("error in test__adddf3vfp(%f, %f) = %f, expected %f\n", 29 a, b, actual, expected); 30 return actual != expected;
|
addsf3vfp_test.c | 26 float expected = a + b; local 27 if (actual != expected) 28 printf("error in test__addsf3vfp(%f, %f) = %f, expected %f\n", 29 a, b, actual, expected); 30 return actual != expected;
|
bswapdi2_test.c | 23 int test__bswapdi2(uint64_t a, uint64_t expected) 26 if (actual != expected) 27 printf("error in test__bswapsi2(0x%0llX) = 0x%0llX, expected 0x%0llX\n", 28 a, actual, expected); 29 return actual != expected;
|
bswapsi2_test.c | 23 int test__bswapsi2(uint32_t a, uint32_t expected) 26 if (actual != expected) 27 printf("error in test__bswapsi2(0x%0X) = 0x%0X, expected 0x%0X\n", 28 a, actual, expected); 29 return actual != expected;
|
divdf3vfp_test.c | 26 double expected = a / b; local 27 if (actual != expected) 28 printf("error in test__divdf3vfp(%f, %f) = %f, expected %f\n", 29 a, b, actual, expected); 30 return actual != expected;
|
divsf3vfp_test.c | 26 float expected = a / b; local 27 if (actual != expected) 28 printf("error in test__divsf3vfp(%f, %f) = %f, expected %f\n", 29 a, b, actual, expected); 30 return actual != expected;
|
eqsf2vfp_test.c | 26 int expected = (a == b) ? 1 : 0; local 27 if (actual != expected) 28 printf("error in __eqsf2vfp(%f, %f) = %d, expected %d\n", 29 a, b, actual, expected); 30 return actual != expected;
|
fixsfsivfp_test.c | 25 int expected = a; local 26 if (actual != expected) 27 printf("error in test__fixsfsivfp(%f) = %u, expected %u\n", 28 a, actual, expected); 29 return actual != expected;
|
fixunsdfsivfp_test.c | 26 unsigned int expected = a; local 27 if (actual != expected) 28 printf("error in test__fixunsdfsivfp(%f) = %u, expected %u\n", 29 a, actual, expected); 30 return actual != expected;
|
floatsidfvfp_test.c | 26 double expected = a; local 27 if (actual != expected) 28 printf("error in test__ floatsidfvfp(%d) = %f, expected %f\n", 29 a, actual, expected); 30 return actual != expected;
|
floatsisfvfp_test.c | 26 float expected = a; local 27 if (actual != expected) 28 printf("error in test__floatsisfvfp(%d) = %f, expected %f\n", 29 a, actual, expected); 30 return actual != expected;
|
floatunssidfvfp_test.c | 26 double expected = a; local 27 if (actual != expected) 28 printf("error in test__floatunssidfvfp(%u) = %f, expected %f\n", 29 a, actual, expected); 30 return actual != expected;
|
floatunssisfvfp_test.c | 25 float expected = a; local 26 if (actual != expected) 27 printf("error in test__floatunssisfvfp(%u) = %f, expected %f\n", 28 a, actual, expected); 29 return actual != expected;
|
ltdf2vfp_test.c | 26 int expected = (a < b) ? 1 : 0; local 27 if (actual != expected) 28 printf("error in __ltdf2vfp(%f, %f) = %d, expected %d\n", 29 a, b, actual, expected); 30 return actual != expected;
|
/external/compiler-rt/test/builtins/Unit/ppc/ |
floatditf_test.c | 12 DD expected; local 16 expected.hi = tests[i].hi; 17 expected.lo = tests[i].lo; 20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo)) 23 printf("\tExpected %La = ( %a , %a )\n", expected.ld, expected.hi, expected.lo);
|
floatunditf_test.c | 12 DD expected; local 16 expected.hi = tests[i].hi; 17 expected.lo = tests[i].lo; 20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo)) 23 printf("\tExpected %La = ( %a , %a )\n", expected.ld, expected.hi, expected.lo);
|
/external/junit/src/org/junit/internal/ |
ExactComparisonCriteria.java | 7 protected void assertElementsEqual(Object expected, Object actual) { 8 Assert.assertEquals(expected, actual);
|
/external/llvm/test/MC/Mips/dspr2/ |
invalid.s | 5 append $2, $3, -1 # CHECK: :[[@LINE]]:18: error: expected 5-bit unsigned immediate 6 append $2, $3, 32 # CHECK: :[[@LINE]]:18: error: expected 5-bit unsigned immediate 7 balign $2, $3, -1 # CHECK: :[[@LINE]]:18: error: expected 2-bit unsigned immediate 8 balign $2, $3, 4 # CHECK: :[[@LINE]]:18: error: expected 2-bit unsigned immediate 9 precr_sra.ph.w $24, $25, -1 # CHECK: :[[@LINE]]:28: error: expected 5-bit unsigned immediate 10 precr_sra.ph.w $24, $25, 32 # CHECK: :[[@LINE]]:28: error: expected 5-bit unsigned immediate 11 precr_sra_r.ph.w $25 ,$26, -1 # CHECK: :[[@LINE]]:30: error: expected 5-bit unsigned immediate 12 precr_sra_r.ph.w $25 ,$26, 32 # CHECK: :[[@LINE]]:30: error: expected 5-bit unsigned immediate 13 prepend $2, $3, -1 # CHECK: :[[@LINE]]:19: error: expected 5-bit unsigned immediate 14 prepend $2, $3, 32 # CHECK: :[[@LINE]]:19: error: expected 5-bit unsigned immediat [all...] |
/external/testng/src/main/java/org/testng/internal/junit/ |
ExactComparisonCriteria.java | 7 protected void assertElementsEqual(Object expected, Object actual) { 8 AssertJUnit.assertEquals(expected, actual);
|
/libcore/luni/src/test/java/libcore/java/math/ |
MathContextTest.java | 43 } catch (IllegalArgumentException expected) { 48 } catch (IllegalArgumentException expected) { 55 } catch (IllegalArgumentException expected) { 62 } catch (IllegalArgumentException expected) { 67 } catch (IllegalArgumentException expected) { 72 } catch (IllegalArgumentException expected) { 79 } catch (IllegalArgumentException expected) { 84 } catch (IllegalArgumentException expected) {
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
insn-error-a.l | 2 [^:]*:4: Error: ARM register expected -- `movne r33,r9'
|
/external/compiler-rt/test/builtins/Unit/arm/ |
aeabi_drsub_test.c | 22 int test__aeabi_drsub(double a, double b, double expected) 25 if (actual != expected) 26 printf("error in __aeabi_drsub(%f, %f) = %f, expected %f\n", 27 a, b, actual, expected); 28 return actual != expected;
|
aeabi_frsub_test.c | 22 int test__aeabi_frsub(float a, float b, float expected) 25 if (actual != expected) 26 printf("error in __aeabi_frsub(%f, %f) = %f, expected %f\n", 27 a, b, actual, expected); 28 return actual != expected;
|