HomeSort by relevance Sort by last modified time
    Searched refs:expect2 (Results 1 - 7 of 7) sorted by null

  /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/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
label-002.js 30 function LabelTest( object, expect1, expect2 ) {
39 result == expect1 || result == expect2 );
42 function LabelTest2( object, expect1, expect2 ) {
51 result == expect1 || result == 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/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 2392 void NumberFormatTest::expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { function in class:NumberFormatTest
2398 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 

Completed in 200 milliseconds