HomeSort by relevance Sort by last modified time
    Searched defs: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/tests/device/test-gnustl-full/unit/
alg_test.cpp 24 CPPUNIT_TEST(min_max);
33 void min_max();
46 void AlgTest::min_max() function in class:AlgTest
  /ndk/tests/device/test-stlport/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...]

Completed in 1430 milliseconds