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

/external/chromium_org/third_party/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/valgrind/main/none/tests/
H A Dmap_unmap.c50 void *expect1, *expect2; local
55 expect2 = domap();
57 munmap(expect2, LEN);
70 if (m2 != expect2) {
71 printf("FAIL i=%d: m2=%p expect2=%p\n",
72 i, m2, expect2);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.h192 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
196 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { function in class:NumberFormatTest
197 expect2(fmt, n, UnicodeString(str, ""));
200 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
202 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { function in class:NumberFormatTest
203 expect2(fmt, n, UnicodeString(str, ""), ec);
H A Dnumfmtst.cpp1154 expect2(f, (int32_t)123456789L, "12,34,56,789");
1160 expect2(f, (int32_t)123456789L, "12,3456,789");
1227 // expect2(*fmt, 1.0, CharsToUnicodeString("Re.\\u00A01.00"));
1230 // expect2(*fmt, 12345678.0, CharsToUnicodeString("Rs.\\u00A01,23,45,678.00"));
1231 // expect2(*fmt, 0.5, CharsToUnicodeString("Rs.\\u00A00.50"));
1232 // expect2(*fmt, -1.0, CharsToUnicodeString("-Re.\\u00A01.00"));
1233 // expect2(*fmt, -10.0, CharsToUnicodeString("-Rs.\\u00A010.00"));
1264 expect2(fmt1, n, "1.234E3");
1265 expect2(fmt2, n, "1.234E+3");
1329 expect2(NumberForma
2401 void NumberFormatTest::expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { function in class:NumberFormatTest
2407 void NumberFormatTest::expect2(NumberFormat* fmt, const Formattable& n, function in class:NumberFormatTest
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.h198 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
202 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { function in class:NumberFormatTest
203 expect2(fmt, n, UnicodeString(str, ""));
206 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
208 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { function in class:NumberFormatTest
209 expect2(fmt, n, UnicodeString(str, ""), ec);
H A Dnumfmtst.cpp1158 expect2(f, (int32_t)123456789L, "12,34,56,789");
1164 expect2(f, (int32_t)123456789L, "12,3456,789");
1231 // expect2(*fmt, 1.0, CharsToUnicodeString("Re.\\u00A01.00"));
1234 // expect2(*fmt, 12345678.0, CharsToUnicodeString("Rs.\\u00A01,23,45,678.00"));
1235 // expect2(*fmt, 0.5, CharsToUnicodeString("Rs.\\u00A00.50"));
1236 // expect2(*fmt, -1.0, CharsToUnicodeString("-Re.\\u00A01.00"));
1237 // expect2(*fmt, -10.0, CharsToUnicodeString("-Rs.\\u00A010.00"));
1268 expect2(fmt1, n, "1.234E3");
1269 expect2(fmt2, n, "1.234E+3");
1333 expect2(NumberForma
2424 void NumberFormatTest::expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { function in class:NumberFormatTest
2430 void NumberFormatTest::expect2(NumberFormat* fmt, const Formattable& n, function 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 137 milliseconds