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

  /external/stlport/test/unit/
bsearch_test.cpp 22 static bool str_compare(const char* a_, const char* b_);
44 CPPUNIT_ASSERT(binary_search(labels, labels + count, (const char *)"ff", str_compare));
46 bool BsearchTest::str_compare(const char* a_, const char* b_) function in class:BsearchTest
max_test.cpp 28 static bool str_compare(const char* a_, const char* b_) function in class:MaxTest
47 const char* r = max((const char*)"shoe", (const char*)"shine", str_compare);
62 const char** r = max_element((const char**)names, (const char**)names + namesCt, str_compare);
min_test.cpp 27 static bool str_compare(const char* a_, const char* b_) function in class:MinTest
46 const char* r = min((const char*)"shoe", (const char*)"shine", str_compare);
60 const char** r = min_element((const char**)names, (const char**)names + namesCt, str_compare);
partial_test.cpp 50 static bool str_compare(const char* a_, const char* b_) function in class:PartialTest
106 partial_sort(v1.begin(), v1.begin() + nameSize / 2, v1.end(), str_compare);
162 partial_sort_copy(v1.begin(), v1.end(), result.begin(), result.end(), str_compare);
  /ndk/tests/device/test-gnustl-full/unit/
bsearch_test.cpp 22 static bool str_compare(const char* a_, const char* b_);
44 CPPUNIT_ASSERT(binary_search(labels, labels + count, (const char *)"ff", str_compare));
46 bool BsearchTest::str_compare(const char* a_, const char* b_) function in class:BsearchTest
max_test.cpp 28 static bool str_compare(const char* a_, const char* b_) function in class:MaxTest
47 const char* r = max((const char*)"shoe", (const char*)"shine", str_compare);
62 const char** r = max_element((const char**)names, (const char**)names + namesCt, str_compare);
min_test.cpp 27 static bool str_compare(const char* a_, const char* b_) function in class:MinTest
46 const char* r = min((const char*)"shoe", (const char*)"shine", str_compare);
60 const char** r = min_element((const char**)names, (const char**)names + namesCt, str_compare);
partial_test.cpp 50 static bool str_compare(const char* a_, const char* b_) function in class:PartialTest
106 partial_sort(v1.begin(), v1.begin() + nameSize / 2, v1.end(), str_compare);
162 partial_sort_copy(v1.begin(), v1.end(), result.begin(), result.end(), str_compare);
  /ndk/tests/device/test-stlport/unit/
bsearch_test.cpp 22 static bool str_compare(const char* a_, const char* b_);
44 CPPUNIT_ASSERT(binary_search(labels, labels + count, (const char *)"ff", str_compare));
46 bool BsearchTest::str_compare(const char* a_, const char* b_) function in class:BsearchTest
max_test.cpp 28 static bool str_compare(const char* a_, const char* b_) function in class:MaxTest
47 const char* r = max((const char*)"shoe", (const char*)"shine", str_compare);
62 const char** r = max_element((const char**)names, (const char**)names + namesCt, str_compare);
min_test.cpp 27 static bool str_compare(const char* a_, const char* b_) function in class:MinTest
46 const char* r = min((const char*)"shoe", (const char*)"shine", str_compare);
60 const char** r = min_element((const char**)names, (const char**)names + namesCt, str_compare);
partial_test.cpp 50 static bool str_compare(const char* a_, const char* b_) function in class:PartialTest
106 partial_sort(v1.begin(), v1.begin() + nameSize / 2, v1.end(), str_compare);
162 partial_sort_copy(v1.begin(), v1.end(), result.begin(), result.end(), str_compare);

Completed in 230 milliseconds