Home
last modified time | relevance | path

Searched refs:expect2 (Results 1 – 17 of 17) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatTest.java267 expect2(df, 1, "1.00 "); in Test20186_SpacesAroundSemicolon()
268 expect2(df, -1, " -1.00"); in Test20186_SpacesAroundSemicolon()
271 expect2(df, 1, "1.00"); in Test20186_SpacesAroundSemicolon()
272 expect2(df, -1, "-1.00"); in Test20186_SpacesAroundSemicolon()
275 expect2(df, 1, "1.00"); in Test20186_SpacesAroundSemicolon()
279 expect2(df, 1, " 1.00 "); in Test20186_SpacesAroundSemicolon()
280 expect2(df, -1, " -1.00 "); in Test20186_SpacesAroundSemicolon()
625 expect2(df, 1.23, "\u00A41.23"); in TestMismatchedCurrencyFormatFail()
627 expect2(df, 1.23, "\u20AC1.23"); in TestMismatchedCurrencyFormatFail()
1196 expect2(fmt1, n, "1.234E3"); in TestExponent()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java264 expect2(df, 1, "1.00 "); in Test20186_SpacesAroundSemicolon()
265 expect2(df, -1, " -1.00"); in Test20186_SpacesAroundSemicolon()
268 expect2(df, 1, "1.00"); in Test20186_SpacesAroundSemicolon()
269 expect2(df, -1, "-1.00"); in Test20186_SpacesAroundSemicolon()
272 expect2(df, 1, "1.00"); in Test20186_SpacesAroundSemicolon()
276 expect2(df, 1, " 1.00 "); in Test20186_SpacesAroundSemicolon()
277 expect2(df, -1, " -1.00 "); in Test20186_SpacesAroundSemicolon()
622 expect2(df, 1.23, "\u00A41.23"); in TestMismatchedCurrencyFormatFail()
624 expect2(df, 1.23, "\u20AC1.23"); in TestMismatchedCurrencyFormatFail()
1193 expect2(fmt1, n, "1.234E3"); in TestExponent()
[all …]
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.h326 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
330 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { in expect2() function
331 expect2(fmt, n, UnicodeString(str, "")); in expect2()
334 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
336 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { in expect2() function
337 expect2(fmt, n, UnicodeString(str, ""), ec); in expect2()
Dnumfmtst.cpp437 expect2(df, 1, u"1.00 "); in Test20186_SpacesAroundSemicolon()
438 expect2(df, -1, u" -1.00"); in Test20186_SpacesAroundSemicolon()
441 expect2(df, 1, u"1.00"); in Test20186_SpacesAroundSemicolon()
442 expect2(df, -1, u"-1.00"); in Test20186_SpacesAroundSemicolon()
445 expect2(df, 1, u"1.00"); in Test20186_SpacesAroundSemicolon()
449 expect2(df, 1, u" 1.00 "); in Test20186_SpacesAroundSemicolon()
450 expect2(df, -1, u" -1.00 "); in Test20186_SpacesAroundSemicolon()
1367 expect2(f, (int32_t)123456789L, "12,34,56,789"); in TestSecondaryGrouping()
1373 expect2(f, (int32_t)123456789L, "12,3456,789"); in TestSecondaryGrouping()
1479 expect2(fmt1, n, "1.234E3"); in TestExponent()
[all …]
/external/cronet/third_party/icu/source/test/intltest/
Dnumfmtst.h326 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
330 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { in expect2() function
331 expect2(fmt, n, UnicodeString(str, "")); in expect2()
334 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
336 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { in expect2() function
337 expect2(fmt, n, UnicodeString(str, ""), ec); in expect2()
Dnumfmtst.cpp437 expect2(df, 1, u"1.00 "); in Test20186_SpacesAroundSemicolon()
438 expect2(df, -1, u" -1.00"); in Test20186_SpacesAroundSemicolon()
441 expect2(df, 1, u"1.00"); in Test20186_SpacesAroundSemicolon()
442 expect2(df, -1, u"-1.00"); in Test20186_SpacesAroundSemicolon()
445 expect2(df, 1, u"1.00"); in Test20186_SpacesAroundSemicolon()
449 expect2(df, 1, u" 1.00 "); in Test20186_SpacesAroundSemicolon()
450 expect2(df, -1, u" -1.00 "); in Test20186_SpacesAroundSemicolon()
1367 expect2(f, (int32_t)123456789L, "12,34,56,789"); in TestSecondaryGrouping()
1373 expect2(f, (int32_t)123456789L, "12,3456,789"); in TestSecondaryGrouping()
1479 expect2(fmt1, n, "1.234E3"); in TestExponent()
[all …]
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/
Dqos_dscp_router.sh200 local expect2=0
204 expect2=10
211 ((expect2 == delta))
212 check_err $? "DSCP $dscpi@$dev2: Expected to capture $expect2 packets, got $delta."
/external/angle/src/tests/gl_tests/
DPackUnpackTest.cpp112 float expect2) in compareBeforeAfter() argument
133 EXPECT_NEAR(p[1], expect2, epsilon); in compareBeforeAfter()
DFramebufferFetchTest.cpp872 GLColor expect2 = GLColor::magenta; in MultipleRenderTargetTest() local
886 expect2 = GLColor::red; in MultipleRenderTargetTest()
898 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, expect2); in MultipleRenderTargetTest()
/external/linux-kselftest/tools/testing/selftests/rseq/
Drseq-ppc.h525 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev() argument
547 RSEQ_ASM_OP_CMPEQ(v2, expect2, %l[cmpfail]) in rseq_cmpeqv_cmpeqv_storev()
555 RSEQ_ASM_OP_CMPEQ(v2, expect2, %l[error3]) in rseq_cmpeqv_cmpeqv_storev()
567 [expect2] "r" (expect2), in rseq_cmpeqv_cmpeqv_storev()
Drseq-arm64.h481 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev() argument
499 RSEQ_ASM_OP_CMPEQ(v2, expect2, %l[cmpfail]) in rseq_cmpeqv_cmpeqv_storev()
504 RSEQ_ASM_OP_CMPEQ(v2, expect2, %l[error3]) in rseq_cmpeqv_cmpeqv_storev()
516 [expect2] "r" (expect2), in rseq_cmpeqv_cmpeqv_storev()
Drseq-x86.h415 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev() argument
455 [expect2] "r" (expect2), in rseq_cmpeqv_cmpeqv_storev()
997 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev() argument
1038 [expect2] "r" (expect2), in rseq_cmpeqv_cmpeqv_storev()
Drseq-s390.h392 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev() argument
433 [expect2] "r" (expect2), in rseq_cmpeqv_cmpeqv_storev()
Drseq-skip.h45 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev() argument
Drseq-arm.h496 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev() argument
544 [expect2] "r" (expect2), in rseq_cmpeqv_cmpeqv_storev()
Drseq-mips.h495 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev() argument
539 [expect2] "r" (expect2), in rseq_cmpeqv_cmpeqv_storev()
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_fanout.c408 const int expect1[], const int expect2[]) in test_datapath() argument
444 ret |= sock_fanout_read(fds, rings, expect2); in test_datapath()