Searched refs:expect3 (Results 1 – 5 of 5) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
D | qos_dscp_router.sh | 182 local expect3=0 188 expect3=10 196 ((expect3 == delta)) 197 check_err $? "DSCP $dscpi@$dev1: Expected to capture $expect3 packets, got $delta."
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.h | 302 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
|
D | numfmtst.cpp | 2653 void NumberFormatTest::expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { in expect3() function in NumberFormatTest 3383 expect3(*fmt,item->value,CharsToUnicodeString(item->expectedResult)); in TestNumberingSystems()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatTest.java | 1865 expect3(fmt,item.value,item.expectedResult); in TestNumberingSystems() 2600 public void expect3(NumberFormat fmt, Number n, String exp) { in expect3() method in NumberFormatTest 2611 public void expect3(NumberFormat fmt, double n, String exp) { in expect3() method in NumberFormatTest 2612 expect3(fmt, new Double(n), exp); in expect3() 2620 public void expect3(NumberFormat fmt, long n, String exp) { in expect3() method in NumberFormatTest 2621 expect3(fmt, new Long(n), exp); in expect3()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTest.java | 1862 expect3(fmt,item.value,item.expectedResult); in TestNumberingSystems() 2597 public void expect3(NumberFormat fmt, Number n, String exp) { in expect3() method in NumberFormatTest 2608 public void expect3(NumberFormat fmt, double n, String exp) { in expect3() method in NumberFormatTest 2609 expect3(fmt, new Double(n), exp); in expect3() 2617 public void expect3(NumberFormat fmt, long n, String exp) { in expect3() method in NumberFormatTest 2618 expect3(fmt, new Long(n), exp); in expect3()
|