/ndk/tests/device/test-stlport/unit/ |
D | bound_test.cpp | 46 int location = upper_bound((int*)arr, (int*)arr + 20, 3) - arr; in uprbnd1() local 56 …int location = (upper_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char… in uprbnd2() local 67 vector<int>::iterator location = lower_bound(v1.begin(), v1.end(), 3); in lwrbnd1() local 77 …char const** location = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"… in lwrbnd2() local
|
D | search_test.cpp | 45 int* location; in search0() local 61 IntVec::iterator location; in search1() local 79 …char const** location = search((char const**)grades, (char const**)grades + gradeCount, (char cons… in search2() local
|
D | adj_test.cpp | 46 int* location = adjacent_find((int*)numbers1, (int*)numbers1 + 5); in adjfind0() local 59 IntVector::iterator location; in adjfind1() local 76 CStrVector::iterator location; in adjfind2() local
|
D | find_test.cpp | 42 int *location = find((int*)numbers, (int*)numbers + 10, 25); in find0() local 69 int* location = find((int*)years, (int*)years + yearCount, 1972); in find1() local 78 int *location = find_if((int*)numbers, (int*)numbers + 6, odd); in findif0() local
|
D | advance_test.cpp | 34 IntVector::iterator location = v.begin(); in adv() local
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | bound_test.cpp | 46 int location = upper_bound((int*)arr, (int*)arr + 20, 3) - arr; in uprbnd1() local 56 …int location = (upper_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char… in uprbnd2() local 67 vector<int>::iterator location = lower_bound(v1.begin(), v1.end(), 3); in lwrbnd1() local 77 …char const** location = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"… in lwrbnd2() local
|
D | search_test.cpp | 45 int* location; in search0() local 61 IntVec::iterator location; in search1() local 79 …char const** location = search((char const**)grades, (char const**)grades + gradeCount, (char cons… in search2() local
|
D | adj_test.cpp | 46 int* location = adjacent_find((int*)numbers1, (int*)numbers1 + 5); in adjfind0() local 59 IntVector::iterator location; in adjfind1() local 76 CStrVector::iterator location; in adjfind2() local
|
D | find_test.cpp | 42 int *location = find((int*)numbers, (int*)numbers + 10, 25); in find0() local 69 int* location = find((int*)years, (int*)years + yearCount, 1972); in find1() local 78 int *location = find_if((int*)numbers, (int*)numbers + 6, odd); in findif0() local
|
D | advance_test.cpp | 34 IntVector::iterator location = v.begin(); in adv() local
|