HomeSort by relevance Sort by last modified time
    Searched refs:not1 (Results 1 - 25 of 38) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/negators/
not1.pass.cpp 12 // not1
20 assert(std::not1(F())(36));
21 assert(!std::not1(F())(0));
  /external/stlport/test/unit/
unary_test.cpp 55 int* p = find_if((int*)array, (int*)array + 3, not1(odd()));
67 int* p = find_if((int*)array, (int*)array + 3, not1(ptr_fun(test_func)));
  /ndk/tests/device/test-gnustl-full/unit/
unary_test.cpp 55 int* p = find_if((int*)array, (int*)array + 3, not1(odd()));
67 int* p = find_if((int*)array, (int*)array + 3, not1(ptr_fun(test_func)));
  /ndk/tests/device/test-stlport/unit/
unary_test.cpp 55 int* p = find_if((int*)array, (int*)array + 3, not1(odd()));
67 int* p = find_if((int*)array, (int*)array + 3, not1(ptr_fun(test_func)));
  /external/chromium_org/ash/wm/
mru_window_tracker.cc 69 std::not1(std::ptr_fun(ash::wm::CanActivateWindow)));
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter.cc 124 std::not1(SpellCheckMarker::IsValidPredicate(text.length()))),
spellcheck_message_filter_mac.cc 285 std::not1(SpellCheckMarker::IsValidPredicate(text.length()))),
  /external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 185 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1);
286 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1);
  /external/stlport/stlport/stl/
_function.h 154 not1(const _Predicate& __pred) { function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 154 not1(const _Predicate& __pred) { function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_function.h 319 * The functions @c not1 and @c not2 each take a predicate functor
333 * std::find_if (v.begin(), v.end(), not1(IntGreaterThanThree()));
338 * The not1/unary_negate combination works on predicates taking a single
364 not1(const _Predicate& __pred) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_function.h 325 * The functions @c not1 and @c not2 each take a predicate functor
339 * std::find_if (v.begin(), v.end(), not1(IntGreaterThanThree()));
344 * The not1/unary_negate combination works on predicates taking a single
370 not1(const _Predicate& __pred) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_function.h 325 * The functions @c not1 and @c not2 each take a predicate functor
339 * std::find_if (v.begin(), v.end(), not1(IntGreaterThanThree()));
344 * The not1/unary_negate combination works on predicates taking a single
370 not1(const _Predicate& __pred) function
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 319 * The functions @c not1 and @c not2 each take a predicate functor
333 * std::find_if (v.begin(), v.end(), not1(IntGreaterThanThree()));
338 * The not1/unary_negate combination works on predicates taking a single
364 not1(const _Predicate& __pred) function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function.h 154 not1(const _Predicate& __pred) { function
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 319 * The functions @c not1 and @c not2 each take a predicate functor
333 * std::find_if (v.begin(), v.end(), not1(IntGreaterThanThree()));
338 * The not1/unary_negate combination works on predicates taking a single
364 not1(const _Predicate& __pred) function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function.h 154 not1(const _Predicate& __pred) { function
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 319 * The functions @c not1 and @c not2 each take a predicate functor
333 * std::find_if (v.begin(), v.end(), not1(IntGreaterThanThree()));
338 * The not1/unary_negate combination works on predicates taking a single
364 not1(const _Predicate& __pred) function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function.h 154 not1(const _Predicate& __pred) { function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_function.h 319 * The functions @c not1 and @c not2 each take a predicate functor
333 * std::find_if (v.begin(), v.end(), not1(IntGreaterThanThree()));
338 * The not1/unary_negate combination works on predicates taking a single
364 not1(const _Predicate& __pred) function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 325 * The functions @c not1 and @c not2 each take a predicate functor
339 * std::find_if (v.begin(), v.end(), not1(IntGreaterThanThree()));
344 * The not1/unary_negate combination works on predicates taking a single
370 not1(const _Predicate& __pred) function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 326 * The functions @c not1 and @c not2 each take a predicate functor
340 * std::find_if (v.begin(), v.end(), not1(IntGreaterThanThree()));
345 * The not1/unary_negate combination works on predicates taking a single
371 not1(const _Predicate& __pred) function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function.h 154 not1(const _Predicate& __pred) { function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_function.h 154 not1(const _Predicate& __pred) { function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 325 * The functions @c not1 and @c not2 each take a predicate functor
339 * std::find_if (v.begin(), v.end(), not1(IntGreaterThanThree()));
344 * The not1/unary_negate combination works on predicates taking a single
370 not1(const _Predicate& __pred) function

Completed in 1201 milliseconds

1 2