Searched defs:expect2 (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/base/
H A Dversionparsing_unittest.cc28 static const ExampleVersion expect2 = {2, 0, 0, 1}; local
30 EXPECT_EQ(0, CompareVersions(ver, expect2, kExampleSegments));
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.h234 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
238 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { function in class:NumberFormatTest
239 expect2(fmt, n, UnicodeString(str, ""));
242 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
244 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { function in class:NumberFormatTest
245 expect2(fmt, n, UnicodeString(str, ""), ec);
H A Dnumfmtst.cpp1607 expect2(f, (int32_t)123456789L, "12,34,56,789");
1613 expect2(f, (int32_t)123456789L, "12,3456,789");
1680 // expect2(*fmt, 1.0, CharsToUnicodeString("Re.\\u00A01.00"));
1683 // expect2(*fmt, 12345678.0, CharsToUnicodeString("Rs.\\u00A01,23,45,678.00"));
1684 // expect2(*fmt, 0.5, CharsToUnicodeString("Rs.\\u00A00.50"));
1685 // expect2(*fmt, -1.0, CharsToUnicodeString("-Re.\\u00A01.00"));
1686 // expect2(*fmt, -10.0, CharsToUnicodeString("-Rs.\\u00A010.00"));
1717 expect2(fmt1, n, "1.234E3");
1718 expect2(fmt2, n, "1.234E+3");
1782 expect2(NumberForma
2880 void NumberFormatTest::expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { function in class:NumberFormatTest
2886 void NumberFormatTest::expect2(NumberFormat* fmt, const Formattable& n, function in class:NumberFormatTest
[all...]
/external/valgrind/none/tests/
H A Dmap_unmap.c88 void *expect1, *expect2; local
93 expect2 = domap(LEN, 0);
95 munmap(expect2, LEN);
108 if (m2 != expect2) {
109 printf("FAIL i=%d: m2=%p expect2=%p\n",
110 i, m2, expect2);
/external/linux-kselftest/tools/testing/selftests/net/
H A Dpsock_fanout.c257 const int expect1[], const int expect2[])
290 /* TODO: ensure consistent order between expect1 and expect2 */
291 ret |= sock_fanout_read(fds, rings, expect2);
256 test_datapath(uint16_t typeflags, int port_off, const int expect1[], const int expect2[]) argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTest.java1451 expect2(fmt1, n, "1.234E3");
1452 expect2(fmt2, n, "1.234E+3");
1502 expect2(new DecimalFormat("#E0", US), 12345.0, "1.2345E4");
1509 expect2(NumberFormat.getScientificInstance(Locale.US), 12345.678901, "1.2345678901E4");
1511 expect2(NumberFormat.getScientificInstance(ULocale.US), 12345.678901, "1.2345678901E4");
1515 expect2(new DecimalFormat("##0.####E0", US), 12345, "12.345E3");
1519 expect2(NumberFormat.getScientificInstance(Locale.FRANCE), 12345.678901, "1,2345678901E4");
1521 expect2(NumberFormat.getScientificInstance(ULocale.FRANCE), 12345.678901, "1,2345678901E4");
1524 expect2(new DecimalFormat("##0.####E0", US), 780.e-9, "780E-9");
1526 expect2(ne
2739 public void expect2(NumberFormat fmt, Number n, String exp) { method in class:NumberFormatTest
2752 public void expect2(NumberFormat fmt, double n, String exp) { method in class:NumberFormatTest
2761 public void expect2(NumberFormat fmt, long n, String exp) { method in class:NumberFormatTest
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java1450 expect2(fmt1, n, "1.234E3");
1451 expect2(fmt2, n, "1.234E+3");
1501 expect2(new DecimalFormat("#E0", US), 12345.0, "1.2345E4");
1508 expect2(NumberFormat.getScientificInstance(Locale.US), 12345.678901, "1.2345678901E4");
1510 expect2(NumberFormat.getScientificInstance(ULocale.US), 12345.678901, "1.2345678901E4");
1514 expect2(new DecimalFormat("##0.####E0", US), 12345, "12.345E3");
1518 expect2(NumberFormat.getScientificInstance(Locale.FRANCE), 12345.678901, "1,2345678901E4");
1520 expect2(NumberFormat.getScientificInstance(ULocale.FRANCE), 12345.678901, "1,2345678901E4");
1523 expect2(new DecimalFormat("##0.####E0", US), 780.e-9, "780E-9");
1525 expect2(ne
2738 public void expect2(NumberFormat fmt, Number n, String exp) { method in class:NumberFormatTest
2751 public void expect2(NumberFormat fmt, double n, String exp) { method in class:NumberFormatTest
2760 public void expect2(NumberFormat fmt, long n, String exp) { method in class:NumberFormatTest
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 417 milliseconds