Searched refs:expected (Results 251 - 275 of 2190) sorted by relevance

<<11121314151617181920>>

/external/compiler-rt/test/builtins/Unit/
H A Dfixunsdfsi_test.c29 int test__fixunsdfsi(double a, su_int expected) argument
32 if (x != expected)
33 printf("error in __fixunsdfsi(%A) = %X, expected %X\n", a, x, expected);
34 return x != expected;
H A Dfixunsxfsi_test.c31 int test__fixunsxfsi(long double a, su_int expected) argument
34 if (x != expected)
35 printf("error in __fixunsxfsi(%LA) = %X, expected %X\n", a, x, expected);
36 return x != expected;
H A Dparityti2_test.c35 si_int expected = naive_parity(a); local
36 if (x != expected)
40 printf("error in __parityti2(0x%.16llX%.16llX) = %d, expected %d\n",
41 at.s.high, at.s.low, x, expected);
43 return x != expected;
H A Dpopcountdi2_test.c33 si_int expected = naive_popcount(a); local
34 if (x != expected)
35 printf("error in __popcountdi2(0x%llX) = %d, expected %d\n",
36 a, x, expected);
37 return x != expected;
H A Dpopcountsi2_test.c33 si_int expected = naive_popcount(a); local
34 if (x != expected)
35 printf("error in __popcountsi2(0x%X) = %d, expected %d\n",
36 a, x, expected);
37 return x != expected;
H A Ducmpdi2_test.c23 int test__ucmpdi2(du_int a, du_int b, si_int expected) argument
26 if (x != expected)
27 printf("error in __ucmpdi2(0x%llX, 0x%llX) = %d, expected %d\n",
28 a, b, x, expected);
29 return x != expected;
/external/easymock/src/org/easymock/internal/
H A DAlwaysMatcher.java25 public boolean matches(Object[] expected, Object[] actual) { argument
/external/icu/icu4c/source/test/cintltst/
H A Dcdtdptst.h53 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expected);
H A Dcnormtst.h35 /* static void assertEqual(const UChar* result, const UChar* expected, int32_t index);
37 static void assertEqual(const UChar* result, const char* expected, int32_t index);
/external/icu/icu4c/source/test/intltest/
H A Dscientificnumberformattertest.cpp60 const char *expected = "String: 1.23456\\u00d710<sup>-78</sup>"; local
63 UnicodeString(expected).unescape(),
75 expected = "String: 1.23456\\u00d710\\u207b\\u2077\\u2078";
78 UnicodeString(expected).unescape(),
89 expected = "String: 1.23456\\u00d710\\u207b\\u2077\\u2078";
92 UnicodeString(expected).unescape(),
108 const char *expected = "String: \\u06F1\\u066B\\u06F2\\u06F3\\u06F4\\u06F5\\u06F6\\u00d7\\u06F1\\u06F0<sup>\\u200E\\u2212\\u06F7\\u06F8</sup>"; local
111 UnicodeString(expected).unescape(),
135 const char *expected = "6.02\\u00d710<sup>+23</sup>"; local
138 UnicodeString(expected)
162 const char *expected = "6.02\\\\u00d710\\\\u207a\\\\u00b2\\\\u00b3"; local
184 const char *expected = "123,456"; local
206 const char *expected = "123,456"; local
[all...]
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dinvoke_int_0.pass.cpp22 test(F f, R expected) argument
24 assert(f() == expected);
29 test_const(const F& f, R expected) argument
31 assert(f() == expected);
/external/llvm/test/MC/AArch64/
H A Darm64-fp-encoding-error.s4 ; CHECK: error: expected compatible register or floating-point constant
7 ; CHECK: error: expected compatible register or floating-point constant
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
H A DSimpleCompositeCommandHandlerTest.java114 catch (AssertFailedException expected) {
115 LOG.info("Expected: " + expected);
127 catch(AssertFailedException expected) {
128 LOG.info("Expected: " + expected);
140 catch (AssertFailedException expected) {
141 LOG.info("Expected: " + expected);
153 catch (AssertFailedException expected) {
154 LOG.info("Expected: " + expected);
166 catch (AssertFailedException expected) {
167 LOG.info("Expected: " + expected);
[all...]
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/command/
H A DSimpleCompositeCommandHandlerTest.java113 catch (AssertFailedException expected) {
114 LOG.info("Expected: " + expected);
126 catch(AssertFailedException expected) {
127 LOG.info("Expected: " + expected);
139 catch (AssertFailedException expected) {
140 LOG.info("Expected: " + expected);
152 catch (AssertFailedException expected) {
153 LOG.info("Expected: " + expected);
165 catch (AssertFailedException expected) {
166 LOG.info("Expected: " + expected);
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/command/
H A DSimpleCompositeCommandHandlerTest.java113 catch (AssertFailedException expected) {
114 LOG.info("Expected: " + expected);
126 catch(AssertFailedException expected) {
127 LOG.info("Expected: " + expected);
139 catch (AssertFailedException expected) {
140 LOG.info("Expected: " + expected);
152 catch (AssertFailedException expected) {
153 LOG.info("Expected: " + expected);
165 catch (AssertFailedException expected) {
166 LOG.info("Expected: " + expected);
[all...]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/command/
H A DSimpleCompositeCommandHandlerTest.java113 catch (AssertFailedException expected) {
114 LOG.info("Expected: " + expected);
126 catch(AssertFailedException expected) {
127 LOG.info("Expected: " + expected);
139 catch (AssertFailedException expected) {
140 LOG.info("Expected: " + expected);
152 catch (AssertFailedException expected) {
153 LOG.info("Expected: " + expected);
165 catch (AssertFailedException expected) {
166 LOG.info("Expected: " + expected);
[all...]
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/core/command/
H A DSimpleCompositeCommandHandlerTest.java113 catch (AssertFailedException expected) {
114 LOG.info("Expected: " + expected);
126 catch(AssertFailedException expected) {
127 LOG.info("Expected: " + expected);
139 catch (AssertFailedException expected) {
140 LOG.info("Expected: " + expected);
152 catch (AssertFailedException expected) {
153 LOG.info("Expected: " + expected);
165 catch (AssertFailedException expected) {
166 LOG.info("Expected: " + expected);
[all...]
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/command/
H A DSimpleCompositeCommandHandlerTest.java113 catch (AssertFailedException expected) {
114 LOG.info("Expected: " + expected);
126 catch(AssertFailedException expected) {
127 LOG.info("Expected: " + expected);
139 catch (AssertFailedException expected) {
140 LOG.info("Expected: " + expected);
152 catch (AssertFailedException expected) {
153 LOG.info("Expected: " + expected);
165 catch (AssertFailedException expected) {
166 LOG.info("Expected: " + expected);
[all...]
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/command/
H A DSimpleCompositeCommandHandlerTest.java113 catch (AssertFailedException expected) {
114 LOG.info("Expected: " + expected);
126 catch(AssertFailedException expected) {
127 LOG.info("Expected: " + expected);
139 catch (AssertFailedException expected) {
140 LOG.info("Expected: " + expected);
152 catch (AssertFailedException expected) {
153 LOG.info("Expected: " + expected);
165 catch (AssertFailedException expected) {
166 LOG.info("Expected: " + expected);
[all...]
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/command/
H A DSimpleCompositeCommandHandlerTest.java113 catch (AssertFailedException expected) {
114 LOG.info("Expected: " + expected);
126 catch(AssertFailedException expected) {
127 LOG.info("Expected: " + expected);
139 catch (AssertFailedException expected) {
140 LOG.info("Expected: " + expected);
152 catch (AssertFailedException expected) {
153 LOG.info("Expected: " + expected);
165 catch (AssertFailedException expected) {
166 LOG.info("Expected: " + expected);
[all...]
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/command/
H A DSimpleCompositeCommandHandlerTest.java113 catch (AssertFailedException expected) {
114 LOG.info("Expected: " + expected);
126 catch(AssertFailedException expected) {
127 LOG.info("Expected: " + expected);
139 catch (AssertFailedException expected) {
140 LOG.info("Expected: " + expected);
152 catch (AssertFailedException expected) {
153 LOG.info("Expected: " + expected);
165 catch (AssertFailedException expected) {
166 LOG.info("Expected: " + expected);
[all...]
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/core/command/
H A DSimpleCompositeCommandHandlerTest.java114 catch (AssertFailedException expected) {
115 LOG.info("Expected: " + expected);
127 catch(AssertFailedException expected) {
128 LOG.info("Expected: " + expected);
140 catch (AssertFailedException expected) {
141 LOG.info("Expected: " + expected);
153 catch (AssertFailedException expected) {
154 LOG.info("Expected: " + expected);
166 catch (AssertFailedException expected) {
167 LOG.info("Expected: " + expected);
[all...]
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/core/command/
H A DSimpleCompositeCommandHandlerTest.java114 catch (AssertFailedException expected) {
115 LOG.info("Expected: " + expected);
127 catch(AssertFailedException expected) {
128 LOG.info("Expected: " + expected);
140 catch (AssertFailedException expected) {
141 LOG.info("Expected: " + expected);
153 catch (AssertFailedException expected) {
154 LOG.info("Expected: " + expected);
166 catch (AssertFailedException expected) {
167 LOG.info("Expected: " + expected);
[all...]
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
H A DHttpParsingTest.java16 char expected = (char) i;
17 assertEquals("" + expected, testServer.decodePercent(input));
23 String expected = "Chinese \u738b Letters";
25 assertEquals(expected, testServer.decodePercent(input));
/external/v8/test/mjsunit/
H A Dbit-not.js30 var expected = eval("~(" + x + ")");
32 assertEquals(expected, actual, "x: " + name);
36 expected = eval("~(" + x + " - 0.01)");
38 assertEquals(expected, actual, "x - 0.01: " + name);

Completed in 520 milliseconds

<<11121314151617181920>>