Searched defs:expect3 (Results 1 - 4 of 4) 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/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTest.java1815 expect3(fmt,item.value,item.expectedResult);
2550 public void expect3(NumberFormat fmt, Number n, String exp) { method in class:NumberFormatTest
2561 public void expect3(NumberFormat fmt, double n, String exp) { method in class:NumberFormatTest
2562 expect3(fmt, new Double(n), exp);
2570 public void expect3(NumberFormat fmt, long n, String exp) { method in class:NumberFormatTest
2571 expect3(fmt, new Long(n), exp);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java1812 expect3(fmt,item.value,item.expectedResult);
2547 public void expect3(NumberFormat fmt, Number n, String exp) { method in class:NumberFormatTest
2558 public void expect3(NumberFormat fmt, double n, String exp) { method in class:NumberFormatTest
2559 expect3(fmt, new Double(n), exp);
2567 public void expect3(NumberFormat fmt, long n, String exp) { method in class:NumberFormatTest
2568 expect3(fmt, new Long(n), exp);
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2944 void NumberFormatTest::expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { function in class:NumberFormatTest
3677 expect3(*fmt,item->value,CharsToUnicodeString(item->expectedResult));

Completed in 200 milliseconds