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

  /external/stlport/test/unit/
includes_test.cpp 27 static bool compare_strings(const char* s1_, const char* s2_) function in class:IncludesTest
77 sort(v1.begin(), v1.end(), compare_strings);
78 sort(v2.begin(), v2.end(), compare_strings);
80 bool r1 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
  /ndk/tests/device/test-gnustl-full/unit/
includes_test.cpp 27 static bool compare_strings(const char* s1_, const char* s2_) function in class:IncludesTest
77 sort(v1.begin(), v1.end(), compare_strings);
78 sort(v2.begin(), v2.end(), compare_strings);
80 bool r1 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
  /ndk/tests/device/test-stlport/unit/
includes_test.cpp 27 static bool compare_strings(const char* s1_, const char* s2_) function in class:IncludesTest
77 sort(v1.begin(), v1.end(), compare_strings);
78 sort(v2.begin(), v2.end(), compare_strings);
80 bool r1 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
  /external/chromium/chrome/browser/resources/
about_stats.html 214 function compare_strings(a,b) {
232 return compare_strings(x, y);

Completed in 234 milliseconds