Searched refs:not2 (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/negators/ |
D | not2.pass.cpp | 20 assert(!std::not2(F())(36, 36)); in main() 21 assert( std::not2(F())(36, 0)); in main() 22 assert( std::not2(F())(0, 36)); in main() 23 assert( std::not2(F())(0, 0)); in main()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | bnegate_test.cpp | 43 sort(array, array + 4, not2(greater<int>())); in bnegate2()
|
/ndk/tests/device/test-stlport/unit/ |
D | bnegate_test.cpp | 43 sort(array, array + 4, not2(greater<int>())); in bnegate2()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _function.h | 183 not2(const _Predicate& __pred) { in not2() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | functional | 208 template <class Predicate> binary_negate<Predicate> not2(const Predicate& pred); 974 not2(const _Predicate& __pred) {return binary_negate<_Predicate>(__pred);}
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 3938 $(call gen-test, utilities/function.objects/negators/not2)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 3947 $(call gen-test, utilities/function.objects/negators/not2)
|