Searched refs:not1 (Results 1 - 11 of 11) sorted by relevance

/external/stlport/test/unit/
H A Dunary_test.cpp55 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/cc/debug/
H A Dmicro_benchmark_controller_impl.cc55 benchmarks_.partition(std::not1(IsDonePredicate())),
H A Dmicro_benchmark_controller.cc102 benchmarks_.partition(std::not1(IsDonePredicate())),
/external/chromium_org/ash/wm/
H A Dmru_window_tracker.cc81 std::not1(std::ptr_fun(ash::wm::CanActivateWindow)));
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_message_filter.cc122 std::not1(SpellCheckMarker::IsValidPredicate(text.length()))),
H A Dspellcheck_message_filter_mac.cc281 std::not1(SpellCheckMarker::IsValidPredicate(text.length()))),
/external/eigen/Eigen/src/Core/arch/SSE/
H A DMathFunctions.h185 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1);
286 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1);
/external/stlport/stlport/stl/
H A D_function.h154 not1(const _Predicate& __pred) { function
H A D_string.c102 { return __find_first_of_aux2(__first1, __last1, __first2, __last2, __first2, not1(_Identity<bool>()), __useStrcspnLikeAlgo); }
/external/stlport/src/
H A Dctype.cpp421 return find_if(low, high, not1(_Ctype_w_is_mask(m, ctype<char>::classic_table())));
H A Dfacets_byname.cpp156 { return find_if(low, high, not1(_STLP_PRIV _Ctype_byname_w_is_mask(m, _M_ctype))); }

Completed in 242 milliseconds