/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatTest.java | 267 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/ |
D | NumberFormatTest.java | 264 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/ |
D | numfmtst.h | 326 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()
|
D | numfmtst.cpp | 437 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/ |
D | numfmtst.h | 326 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()
|
D | numfmtst.cpp | 437 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/ |
D | qos_dscp_router.sh | 200 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/ |
D | PackUnpackTest.cpp | 112 float expect2) in compareBeforeAfter() argument 133 EXPECT_NEAR(p[1], expect2, epsilon); in compareBeforeAfter()
|
D | FramebufferFetchTest.cpp | 872 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/ |
D | rseq-ppc.h | 525 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()
|
D | rseq-arm64.h | 481 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()
|
D | rseq-x86.h | 415 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()
|
D | rseq-s390.h | 392 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev() argument 433 [expect2] "r" (expect2), in rseq_cmpeqv_cmpeqv_storev()
|
D | rseq-skip.h | 45 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev() argument
|
D | rseq-arm.h | 496 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev() argument 544 [expect2] "r" (expect2), in rseq_cmpeqv_cmpeqv_storev()
|
D | rseq-mips.h | 495 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/ |
D | psock_fanout.c | 408 const int expect1[], const int expect2[]) in test_datapath() argument 444 ret |= sock_fanout_read(fds, rings, expect2); in test_datapath()
|