HomeSort by relevance Sort by last modified time
    Searched refs:expected (Results 476 - 500 of 8787) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/test/builtins/Unit/
ffsdi2_test.c 22 int test__ffsdi2(di_int a, si_int expected)
25 if (x != expected)
26 printf("error in __ffsdi2(0x%llX) = %d, expected %d\n", a, x, expected);
27 return x != expected;
ffsti2_test.c 24 int test__ffsti2(ti_int a, si_int expected)
27 if (x != expected)
31 printf("error in __ffsti2(0x%llX%.16llX) = %d, expected %d\n",
32 at.s.high, at.s.low, x, expected);
34 return x != expected;
fixdfdi_test.c 27 int test__fixdfdi(double a, di_int expected)
30 if (x != expected)
31 printf("error in __fixdfdi(%A) = %llX, expected %llX\n", a, x, expected);
32 return x != expected;
fixsfdi_test.c 27 int test__fixsfdi(float a, di_int expected)
30 if (x != expected)
31 printf("error in __fixsfdi(%A) = %llX, expected %llX\n", a, x, expected);
32 return x != expected;
fixunsxfsi_test.c 31 int test__fixunsxfsi(long double a, su_int expected)
34 if (x != expected)
35 printf("error in __fixunsxfsi(%LA) = %X, expected %X\n", a, x, expected);
36 return x != expected;
parityti2_test.c 35 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;
popcountdi2_test.c 33 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;
popcountsi2_test.c 33 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;
ucmpdi2_test.c 23 int test__ucmpdi2(du_int a, du_int b, si_int expected)
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/conscrypt/openjdk/src/test/java/org/conscrypt/
NativeRefTest.java 30 } catch (NullPointerException expected) {
  /external/easymock/src/org/easymock/internal/
AlwaysMatcher.java 25 public boolean matches(Object[] expected, Object[] actual) {
  /external/icu/icu4c/source/test/cintltst/
cdtdptst.h 56 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expected);
cnormtst.h 37 /* static void assertEqual(const UChar* result, const UChar* expected, int32_t index);
39 static void assertEqual(const UChar* result, const char* expected, int32_t index);
  /external/icu/icu4c/source/test/intltest/
scientificnumberformattertest.cpp 62 const char *expected = "String: 1.23456\\u00d710<sup>-78</sup>"; local
65 UnicodeString(expected).unescape(),
77 expected = "String: 1.23456\\u00d710\\u207b\\u2077\\u2078";
80 UnicodeString(expected).unescape(),
91 expected = "String: 1.23456\\u00d710\\u207b\\u2077\\u2078";
94 UnicodeString(expected).unescape(),
110 const char *expected = "String: \\u06F1\\u066B\\u06F2\\u06F3\\u06F4\\u06F5\\u06F6\\u00d7\\u06F1\\u06F0<sup>\\u200E\\u2212\\u06F7\\u06F8</sup>"; local
113 UnicodeString(expected).unescape(),
137 const char *expected = "6.02\\u00d710<sup>+23</sup>"; local
140 UnicodeString(expected).unescape()
164 const char *expected = "6.02\\\\u00d710\\\\u207a\\\\u00b2\\\\u00b3"; local
186 const char *expected = "123,456"; local
208 const char *expected = "123,456"; local
    [all...]
  /external/junit-params/src/test/java/junitparams/
WrongArgumentsNumberTest.java 9 @Test(expected = IllegalArgumentException.class)
  /external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_int_0.pass.cpp 24 test(F f, R expected)
26 assert(f() == expected);
31 test_const(const F& f, R expected)
33 assert(f() == expected);
  /external/llvm/test/MC/AArch64/
arm64-fp-encoding-error.s 4 ; CHECK: error: expected compatible register or floating-point constant
7 ; CHECK: error: expected compatible register or floating-point constant
  /external/llvm/test/MC/Mips/
asciiz-directive-bad.s 4 # CHECK: :[[@LINE-1]]:11: error: expected string in '.asciiz' directive
8 # CHECK: :[[@LINE-1]]:15: error: expected string in '.asciiz' directive
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
SimpleCompositeCommandHandlerTest.java 112 fail("Expected AssertFailedException");
114 catch (AssertFailedException expected) {
115 LOG.info("Expected: " + expected);
125 fail("Expected AssertFailedException");
127 catch(AssertFailedException expected) {
128 LOG.info("Expected: " + expected);
138 fail("Expected AssertFailedException");
140 catch (AssertFailedException expected) {
    [all...]
  /external/mockito/src/test/java/org/mockitousage/stubbing/
StubbingConsecutiveAnswersTest.java 69 } catch (NullPointerException expected) { }
73 } catch (RuntimeException expected) { }
78 } catch (IllegalArgumentException expected) { }
90 } catch (RuntimeException expected) { }
95 } catch (IllegalArgumentException expected) { }
100 } catch (NullPointerException expected) { }
105 } catch (NullPointerException expected) { }
117 } catch (RuntimeException expected) { }
122 } catch (IllegalArgumentException expected) { }
127 } catch (NullPointerException expected) { }
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
bitcast_convert_test.cc 49 std::vector<int32> expected = {42, 64}; local
50 ComputeAndCompareR1<int32>(&builder, expected, {});
58 std::vector<float> expected = {42.0f, 64.0f}; local
59 ComputeAndCompareR1<float>(&builder, expected, {});
70 std::vector<float> expected = {0.0f, -0.0f, 1.0f, -1.0f, 0.5f, -0.5f}; local
71 ComputeAndCompareR1<float>(&builder, expected, {});
79 std::vector<float> expected = {}; local
80 ComputeAndCompareR1<float>(&builder, expected, {});
88 std::vector<int32> expected = {0x422a6666, 0x4280cccd}; local
89 ComputeAndCompareR1<int32>(&builder, expected, {});
98 std::vector<float> expected = {-0.0f, NAN}; local
110 std::vector<int32> expected = {0x42280000, 0x42800000}; local
122 std::vector<float> expected = {42.0f, 64.0f}; local
    [all...]
log_test.cc 48 std::vector<float> expected; local
49 expected.reserve(input.size());
51 expected.push_back(std::log(f));
54 ComputeAndCompareR1<float>(&builder, expected, {}, ErrorSpec(0.0001));
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
GlobalSortKeyComparatorTest.java 73 final List<NotificationRecord> expected = new ArrayList<>(); local
74 expected.add(left);
75 expected.add(right);
76 expected.add(last);
79 actual.addAll(expected);
84 assertEquals(expected, actual);
104 final List<NotificationRecord> expected = new ArrayList<>(); local
105 expected.add(right);
106 expected.add(left);
109 actual.addAll(expected);
134 final List<NotificationRecord> expected = new ArrayList<>(); local
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
RawByteElementTest.java 45 RawByteElement expected = new RawByteElement(TEST_ELEMENT_ID, data); local
46 assertEquals(expected, actual);
50 * Verify that the expected RawByteElement will be returned when parsing a non-empty
59 RawByteElement expected = new RawByteElement(TEST_ELEMENT_ID, data); local
60 assertEquals(expected, actual);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/eap/
InnerAuthEAPTest.java 51 @Test(expected = BufferUnderflowException.class)
57 * Verify that ProtocolException will be thrown when the data length is not the expected
62 @Test(expected = ProtocolException.class)
68 * Verify that an expected InnerAuthEAP is returned when parsing a buffer contained
69 * the expected EAP method ID.
75 InnerAuthEAP expected = new InnerAuthEAP(TEST_EAP_METHOD_ID); local
78 assertEquals(expected, actual);

Completed in 672 milliseconds

<<11121314151617181920>>