Searched refs:expect3 (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/none/tests/ |
D | map_unmap.c | 120 void *expect3; in main() local 121 expect3 = domap(HUGESZ, MAP_HUGETLB); in main() 122 munmap(expect3, HUGESZ); in main()
|
/external/libweave/src/commands/ |
D | cloud_command_proxy_unittest.cc | 282 const char expect3[] = "{'state': 'done'}"; in TEST_F() local 283 EXPECT_CALL(cloud_updater_, UpdateCommand(kCmdID, MatchJson(expect3), _)) in TEST_F()
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.h | 232 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
|
D | numfmtst.cpp | 2872 void NumberFormatTest::expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { in expect3() function in NumberFormatTest 3605 expect3(*fmt,item->value,CharsToUnicodeString(item->expectedResult)); in TestNumberingSystems()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTest.java | 1952 expect3(fmt,item.value,item.expectedResult); in TestNumberingSystems() 2675 public void expect3(NumberFormat fmt, Number n, String exp) { in expect3() method in NumberFormatTest 2686 public void expect3(NumberFormat fmt, double n, String exp) { in expect3() method in NumberFormatTest 2687 expect3(fmt, new Double(n), exp); in expect3() 2695 public void expect3(NumberFormat fmt, long n, String exp) { in expect3() method in NumberFormatTest 2696 expect3(fmt, new Long(n), exp); in expect3()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatTest.java | 1956 expect3(fmt,item.value,item.expectedResult); in TestNumberingSystems() 2679 public void expect3(NumberFormat fmt, Number n, String exp) { in expect3() method in NumberFormatTest 2690 public void expect3(NumberFormat fmt, double n, String exp) { in expect3() method in NumberFormatTest 2691 expect3(fmt, new Double(n), exp); in expect3() 2699 public void expect3(NumberFormat fmt, long n, String exp) { in expect3() method in NumberFormatTest 2700 expect3(fmt, new Long(n), exp); in expect3()
|