Searched refs:expected (Results 76 - 100 of 2227) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/webkit/
H A Ddfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null.js42 var expected;
45 expected = "" + (i - 1);
48 expected = "null";
50 shouldBe("foo(o)", expected);
H A Ddfg-inline-arguments-osr-exit-and-capture.js44 var expected;
49 expected = i + 1 + 42 + i;
52 expected = 1.5 + 42 + i;
54 shouldBe("baz(arg1, arg2)", "" + expected);
/external/compiler-rt/test/builtins/Unit/
H A Dadddf3vfp_test.c25 double expected = a + b; local
26 if (actual != expected)
27 printf("error in test__adddf3vfp(%f, %f) = %f, expected %f\n",
28 a, b, actual, expected);
29 return actual != expected;
H A Daddsf3vfp_test.c25 float expected = a + b; local
26 if (actual != expected)
27 printf("error in test__addsf3vfp(%f, %f) = %f, expected %f\n",
28 a, b, actual, expected);
29 return actual != expected;
H A Dbswapdi2_test.c23 int test__bswapdi2(uint64_t a, uint64_t expected) argument
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;
H A Dbswapsi2_test.c23 int test__bswapsi2(uint32_t a, uint32_t expected) argument
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;
H A Ddivdf3vfp_test.c25 double expected = a / b; local
26 if (actual != expected)
27 printf("error in test__divdf3vfp(%f, %f) = %f, expected %f\n",
28 a, b, actual, expected);
29 return actual != expected;
H A Ddivsf3vfp_test.c25 float expected = a / b; local
26 if (actual != expected)
27 printf("error in test__divsf3vfp(%f, %f) = %f, expected %f\n",
28 a, b, actual, expected);
29 return actual != expected;
H A Deqsf2vfp_test.c26 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;
H A Dfixsfsivfp_test.c25 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;
H A Dfloatsidfvfp_test.c25 double expected = a; local
26 if (actual != expected)
27 printf("error in test__ floatsidfvfp(%d) = %f, expected %f\n",
28 a, actual, expected);
29 return actual != expected;
H A Dfloatsisfvfp_test.c25 float expected = a; local
26 if (actual != expected)
27 printf("error in test__floatsisfvfp(%d) = %f, expected %f\n",
28 a, actual, expected);
29 return actual != expected;
H A Dfloatunssidfvfp_test.c25 double expected = a; local
26 if (actual != expected)
27 printf("error in test__floatunssidfvfp(%u) = %f, expected %f\n",
28 a, actual, expected);
29 return actual != expected;
H A Dfloatunssisfvfp_test.c25 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;
H A Dltdf2vfp_test.c26 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;
H A Dmuldf3vfp_test.c25 double expected = a * b; local
26 if (actual != expected)
27 printf("error in test__muldf3vfp(%f, %f) = %f, expected %f\n",
28 a, b, actual, expected);
29 return actual != expected;
H A Dmulsf3vfp_test.c25 float expected = a * b; local
26 if (actual != expected)
27 printf("error in test__mulsf3vfp(%f, %f) = %f, expected %f\n",
28 a, b, actual, expected);
29 return actual != expected;
H A Dnedf2vfp_test.c26 int expected = (a != b) ? 1 : 0; local
27 if (actual != expected)
28 printf("error in __nedf2vfp(%f, %f) = %d, expected %d\n",
29 a, b, actual, expected);
30 return actual != expected;
H A Dnesf2vfp_test.c26 int expected = (a != b) ? 1 : 0; local
27 if (actual != expected)
28 printf("error in __nesf2vfp(%f, %f) = %d, expected %d\n",
29 a, b, actual, expected);
30 return actual != expected;
H A Dsubdf3vfp_test.c25 double expected = a - b; local
26 if (actual != expected)
27 printf("error in test__subdf3vfp(%f, %f) = %f, expected %f\n",
28 a, b, actual, expected);
29 return actual != expected;
H A Dsubsf3vfp_test.c25 float expected = a - b; local
26 if (actual != expected)
27 printf("error in test__subsf3vfp(%f, %f) = %f, expected %f\n",
28 a, b, actual, expected);
29 return actual != expected;
/external/junit/src/org/junit/internal/
H A DInexactComparisonCriteria.java13 protected void assertElementsEqual(Object expected, Object actual) { argument
14 if (expected instanceof Double)
15 Assert.assertEquals((Double)expected, (Double)actual, fDelta);
17 Assert.assertEquals((Float)expected, (Float)actual, fDelta);
/external/valgrind/main/none/tests/amd64/
H A Dtm1.stdout.exp1 transactionally_apply: ok = 0 (expected 0)
2 xtest: rflags.Z = 1 (expected 1)
/external/chromium-libpac/test/js-unittest/
H A Ddns_fail.js2 // failing. It tests that functions return the expected values.
23 function expectEq(expected, actual) {
24 if (expected != actual)
25 throw "Expected " + expected + " but was " + actual;
/external/chromium_org/net/data/proxy_resolver_v8_unittest/
H A Ddns_fail.js2 // failing. It tests that functions return the expected values.
23 function expectEq(expected, actual) {
24 if (expected != actual)
25 throw "Expected " + expected + " but was " + actual;

Completed in 426 milliseconds

1234567891011>>