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

  /external/stlport/test/unit/
func_test.cpp 27 static bool bigger_than(int x_, int y_);
39 bool FuncTest::bigger_than(int x_, int y_) function in class:FuncTest
59 sort(v.begin(), v.end(), bigger_than);
  /ndk/tests/device/test-gnustl-full/unit/
func_test.cpp 27 static bool bigger_than(int x_, int y_);
39 bool FuncTest::bigger_than(int x_, int y_) function in class:FuncTest
59 sort(v.begin(), v.end(), bigger_than);
  /ndk/tests/device/test-stlport/unit/
func_test.cpp 27 static bool bigger_than(int x_, int y_);
39 bool FuncTest::bigger_than(int x_, int y_) function in class:FuncTest
59 sort(v.begin(), v.end(), bigger_than);

Completed in 79 milliseconds