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

  /external/stlport/test/unit/
alg_test.cpp 24 CPPUNIT_TEST(min_max);
33 void min_max();
46 void AlgTest::min_max() function in class:AlgTest
  /ndk/sources/android/stlport/test/unit/
alg_test.cpp 24 CPPUNIT_TEST(min_max);
33 void min_max();
46 void AlgTest::min_max() function in class:AlgTest
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.cpp 947 int min_max; // for the evil infinite member in class:Parser
1047 min_max = min_max > min ? min_max : min;
1048 min_max = min_max > max ? min_max : max;
1049 if (min_max > PSEUDO_INFINIT){
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 947 int min_max; // for the evil infinite member in class:Parser
1047 min_max = min_max > min ? min_max : min;
1048 min_max = min_max > max ? min_max : max;
1049 if (min_max > PSEUDO_INFINIT){
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 123 { MinMaxPair min_max = CheckMinMaxMatch(input); \
124 CHECK_EQ(min, min_max.min_match); \
125 CHECK_EQ(max, min_max.max_match); \
    [all...]

Completed in 73 milliseconds