Searched refs:expect3 (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/none/tests/
H A Dmap_unmap.c120 void *expect3; local
121 expect3 = domap(HUGESZ, MAP_HUGETLB);
122 munmap(expect3, HUGESZ);
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.h236 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
H A Dnumfmtst.cpp2874 void NumberFormatTest::expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { function in class:NumberFormatTest
3607 expect3(*fmt,item->value,CharsToUnicodeString(item->expectedResult));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTest.java2007 expect3(fmt,item.value,item.expectedResult);
2745 public void expect3(NumberFormat fmt, Number n, String exp) { method in class:NumberFormatTest
2756 public void expect3(NumberFormat fmt, double n, String exp) { method in class:NumberFormatTest
2757 expect3(fmt, new Double(n), exp);
2765 public void expect3(NumberFormat fmt, long n, String exp) { method in class:NumberFormatTest
2766 expect3(fmt, new Long(n), exp);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java2006 expect3(fmt,item.value,item.expectedResult);
2744 public void expect3(NumberFormat fmt, Number n, String exp) { method in class:NumberFormatTest
2755 public void expect3(NumberFormat fmt, double n, String exp) { method in class:NumberFormatTest
2756 expect3(fmt, new Double(n), exp);
2764 public void expect3(NumberFormat fmt, long n, String exp) { method in class:NumberFormatTest
2765 expect3(fmt, new Long(n), exp);

Completed in 139 milliseconds