HomeSort by relevance Sort by last modified time
    Searched full:expect3 (Results 1 - 8 of 8) sorted by null

  /external/valgrind/none/tests/
map_unmap.c 120 void *expect3; local
121 expect3 = domap(HUGESZ, MAP_HUGETLB);
122 munmap(expect3, HUGESZ);
  /external/v8/tools/gyp/test/builddir/
gyptest-all.py 60 expect3 = """\
81 run_builddir('prog3', expect3)
gyptest-default.py 60 expect3 = """\
81 run_builddir('prog3', expect3)
  /external/libweave/src/commands/
cloud_command_proxy_unittest.cc 282 const char expect3[] = "{'state': 'done'}"; local
283 EXPECT_CALL(cloud_updater_, UpdateCommand(kCmdID, MatchJson(expect3), _))
  /external/icu/icu4c/source/test/intltest/
numfmtst.h 232 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
numfmtst.cpp 2872 void NumberFormatTest::expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { function in class:NumberFormatTest
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatTest.java 1956 expect3(fmt,item.value,item.expectedResult); method
2679 public void expect3(NumberFormat fmt, Number n, String exp) { method in class:NumberFormatTest
2690 public void expect3(NumberFormat fmt, double n, String exp) { method in class:NumberFormatTest
2691 expect3(fmt, new Double(n), exp); method
2699 public void expect3(NumberFormat fmt, long n, String exp) { method in class:NumberFormatTest
2700 expect3(fmt, new Long(n), exp); method
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTest.java 1952 expect3(fmt,item.value,item.expectedResult); method
2675 public void expect3(NumberFormat fmt, Number n, String exp) { method in class:NumberFormatTest
2686 public void expect3(NumberFormat fmt, double n, String exp) { method in class:NumberFormatTest
2687 expect3(fmt, new Double(n), exp); method
2695 public void expect3(NumberFormat fmt, long n, String exp) { method in class:NumberFormatTest
2696 expect3(fmt, new Long(n), exp); method
    [all...]

Completed in 1334 milliseconds