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

1 2

  /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/stlport/stlport/stl/
_function.h 154 not1(const _Predicate& __pred) { function
_string.c 102 { return __find_first_of_aux2(__first1, __last1, __first2, __last2, __first2, not1(_Identity<bool>()), __useStrcspnLikeAlgo); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 154 not1(const _Predicate& __pred) { function
_string.c 102 { return __find_first_of_aux2(__first1, __last1, __first2, __last2, __first2, not1(_Identity<bool>()), __useStrcspnLikeAlgo); }
  /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
_string.c 102 { return __find_first_of_aux2(__first1, __last1, __first2, __last2, __first2, not1(_Identity<bool>()), __useStrcspnLikeAlgo); }
  /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
_string.c 102 { return __find_first_of_aux2(__first1, __last1, __first2, __last2, __first2, not1(_Identity<bool>()), __useStrcspnLikeAlgo); }
  /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
_string.c 102 { return __find_first_of_aux2(__first1, __last1, __first2, __last2, __first2, not1(_Identity<bool>()), __useStrcspnLikeAlgo); }
  /prebuilts/ndk/8/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/8/sources/cxx-stl/stlport/stlport/stl/
_function.h 154 not1(const _Predicate& __pred) { function
  /external/stlport/src/
ctype.cpp 421 return find_if(low, high, not1(_Ctype_w_is_mask(m, ctype<char>::classic_table())));
facets_byname.cpp 156 { return find_if(low, high, not1(_STLP_PRIV _Ctype_byname_w_is_mask(m, _M_ctype))); }
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
ctype.cpp 421 return find_if(low, high, not1(_Ctype_w_is_mask(m, ctype<char>::classic_table())));
facets_byname.cpp 156 { return find_if(low, high, not1(_STLP_PRIV _Ctype_byname_w_is_mask(m, _M_ctype))); }
    [all...]

Completed in 569 milliseconds

1 2