Searched defs:odd (Results 1 - 8 of 8) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
H A D | unary.h | 11 struct odd : public unary_function<int, bool> { struct in inherits:unary_function
|
H A D | count_test.cpp | 24 static int odd(int a_); 62 int elements = count_if(numbers.begin(), numbers.end(), odd); 66 count_if(numbers.begin(), numbers.end(), odd, elements); 70 int CountTest::odd(int a_) function in class:CountTest
|
H A D | rm_cp_test.cpp | 46 static bool odd(int a_) function 88 replace_if(v1.begin(), v1.end(), odd, 42); 163 replace_copy_if(v1.begin(), v1.end(), v2.begin(), odd, 42); 205 remove_if((int*)numbers, (int*)numbers + 6, odd); 236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd);
|
H A D | find_test.cpp | 29 static bool odd(int a_); 78 int *location = find_if((int*)numbers, (int*)numbers + 6, odd); 84 int *out_range = find_if((int*)numbers_even, (int*)numbers_even + 6, odd); 107 bool FindTest::odd(int a_) function in class:FindTest
|
/ndk/tests/device/test-stlport/unit/ |
H A D | unary.h | 11 struct odd : public unary_function<int, bool> { struct in inherits:unary_function
|
H A D | count_test.cpp | 24 static int odd(int a_); 62 int elements = count_if(numbers.begin(), numbers.end(), odd); 66 count_if(numbers.begin(), numbers.end(), odd, elements); 70 int CountTest::odd(int a_) function in class:CountTest
|
H A D | rm_cp_test.cpp | 46 static bool odd(int a_) function 88 replace_if(v1.begin(), v1.end(), odd, 42); 163 replace_copy_if(v1.begin(), v1.end(), v2.begin(), odd, 42); 205 remove_if((int*)numbers, (int*)numbers + 6, odd); 236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd);
|
H A D | find_test.cpp | 29 static bool odd(int a_); 78 int *location = find_if((int*)numbers, (int*)numbers + 6, odd); 84 int *out_range = find_if((int*)numbers_even, (int*)numbers_even + 6, odd); 107 bool FindTest::odd(int a_) function in class:FindTest
|
Completed in 1133 milliseconds