Home
last modified time | relevance | path

Searched refs:str_compare (Results 1 – 8 of 8) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dbsearch_test.cpp22 static bool str_compare(const char* a_, const char* b_);
44 CPPUNIT_ASSERT(binary_search(labels, labels + count, (const char *)"ff", str_compare)); in bsearch2()
46 bool BsearchTest::str_compare(const char* a_, const char* b_) in str_compare() function in BsearchTest
Dmax_test.cpp28 static bool str_compare(const char* a_, const char* b_) in str_compare() function in MaxTest
47 const char* r = max((const char*)"shoe", (const char*)"shine", str_compare); in max2()
62 const char** r = max_element((const char**)names, (const char**)names + namesCt, str_compare); in maxelem2()
Dmin_test.cpp27 static bool str_compare(const char* a_, const char* b_) in str_compare() function in MinTest
46 const char* r = min((const char*)"shoe", (const char*)"shine", str_compare); in min2()
60 const char** r = min_element((const char**)names, (const char**)names + namesCt, str_compare); in minelem2()
Dpartial_test.cpp50 static bool str_compare(const char* a_, const char* b_) in str_compare() function in PartialTest
106 partial_sort(v1.begin(), v1.begin() + nameSize / 2, v1.end(), str_compare); in parsrt2()
162 partial_sort_copy(v1.begin(), v1.end(), result.begin(), result.end(), str_compare); in parsrtc2()
/ndk/tests/device/test-gnustl-full/unit/
Dbsearch_test.cpp22 static bool str_compare(const char* a_, const char* b_);
44 CPPUNIT_ASSERT(binary_search(labels, labels + count, (const char *)"ff", str_compare)); in bsearch2()
46 bool BsearchTest::str_compare(const char* a_, const char* b_) in str_compare() function in BsearchTest
Dmax_test.cpp28 static bool str_compare(const char* a_, const char* b_) in str_compare() function in MaxTest
47 const char* r = max((const char*)"shoe", (const char*)"shine", str_compare); in max2()
62 const char** r = max_element((const char**)names, (const char**)names + namesCt, str_compare); in maxelem2()
Dmin_test.cpp27 static bool str_compare(const char* a_, const char* b_) in str_compare() function in MinTest
46 const char* r = min((const char*)"shoe", (const char*)"shine", str_compare); in min2()
60 const char** r = min_element((const char**)names, (const char**)names + namesCt, str_compare); in minelem2()
Dpartial_test.cpp50 static bool str_compare(const char* a_, const char* b_) in str_compare() function in PartialTest
106 partial_sort(v1.begin(), v1.begin() + nameSize / 2, v1.end(), str_compare); in parsrt2()
162 partial_sort_copy(v1.begin(), v1.end(), result.begin(), result.end(), str_compare); in parsrtc2()