/external/chromium_org/tools/gyp/test/multiple-targets/ |
gyptest-all.py | 25 expect2 = """\ 31 test.run_built_executable('prog2', stdout=expect2, chdir='relocate/src')
|
gyptest-default.py | 25 expect2 = """\ 31 test.run_built_executable('prog2', stdout=expect2, chdir='relocate/src')
|
/external/chromium_org/tools/gyp/test/same-source-file-name/ |
gyptest-all.py | 26 expect2 = """\ 32 test.run_built_executable('prog2', chdir='relocate/src', stdout=expect2)
|
gyptest-default.py | 26 expect2 = """\ 32 test.run_built_executable('prog2', chdir='relocate/src', stdout=expect2)
|
/system/extras/tests/bionic/libc/bionic/ |
test_relocs.c | 13 int f1, f2, expect1 = 1, expect2 = 2; local 19 printf( "func2() returns %d: %s\n", f2, (f2 == expect2) ? "OK" : "FAIL" ); 21 if (f1 != expect1 || f2 != expect2)
|
/external/chromium_org/tools/gyp/test/same-gyp-name/ |
gyptest-all.py | 25 expect2 = """\ 36 test.run_built_executable('program2', chdir=chdir2, stdout=expect2)
|
gyptest-default.py | 25 expect2 = """\ 36 test.run_built_executable('program2', chdir=chdir2, stdout=expect2)
|
/external/valgrind/main/none/tests/ |
map_unmap.c | 50 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/tools/gyp/test/builddir/ |
gyptest-all.py | 56 expect2 = """\ 81 run_builddir('prog2', expect2)
|
gyptest-default.py | 56 expect2 = """\ 81 run_builddir('prog2', expect2)
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
versionparsing_unittest.cc | 45 static const ExampleVersion expect2 = {2, 0, 0, 1}; local 47 EXPECT_EQ(0, CompareVersions(ver, expect2, kExampleSegments));
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
numfmtst.h | 163 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str); 167 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { function in class:NumberFormatTest 168 expect2(fmt, n, UnicodeString(str, "")); 171 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec); 173 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { function in class:NumberFormatTest 174 expect2(fmt, n, UnicodeString(str, ""), ec);
|
numfmtst.cpp | 884 expect2(f, (int32_t)123456789L, "12,34,56,789"); 890 expect2(f, (int32_t)123456789L, "12,3456,789"); 957 // expect2(*fmt, 1.0, CharsToUnicodeString("Re.\\u00A01.00")); 960 // expect2(*fmt, 12345678.0, CharsToUnicodeString("Rs.\\u00A01,23,45,678.00")); 961 // expect2(*fmt, 0.5, CharsToUnicodeString("Rs.\\u00A00.50")) 2119 void NumberFormatTest::expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { function in class:NumberFormatTest 2125 void NumberFormatTest::expect2(NumberFormat* fmt, const Formattable& n, function in class:NumberFormatTest [all...] |
/external/icu4c/test/intltest/ |
numfmtst.h | 175 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str); 179 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { function in class:NumberFormatTest 180 expect2(fmt, n, UnicodeString(str, "")); 183 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec); 185 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { function in class:NumberFormatTest 186 expect2(fmt, n, UnicodeString(str, ""), ec);
|
numfmtst.cpp | 2387 void NumberFormatTest::expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { function in class:NumberFormatTest 2393 void NumberFormatTest::expect2(NumberFormat* fmt, const Formattable& n, function in class:NumberFormatTest [all...] |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |