Home
last modified time | relevance | path

Searched refs:not2 (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/negators/
Dnot2.pass.cpp20 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/
Dbnegate_test.cpp43 sort(array, array + 4, not2(greater<int>())); in bnegate2()
/ndk/tests/device/test-stlport/unit/
Dbnegate_test.cpp43 sort(array, array + 4, not2(greater<int>())); in bnegate2()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h183 not2(const _Predicate& __pred) { in not2() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dfunctional208 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/
DAndroid.mk3938 $(call gen-test, utilities/function.objects/negators/not2)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3947 $(call gen-test, utilities/function.objects/negators/not2)