Home
last modified time | relevance | path

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

/external/stlport/test/unit/
Dunary_test.cpp55 int* p = find_if((int*)array, (int*)array + 3, not1(odd())); in unegate2()
67 int* p = find_if((int*)array, (int*)array + 3, not1(ptr_fun(test_func))); in unegate3()
/external/chromium_org/cc/debug/
Dmicro_benchmark_controller_impl.cc55 benchmarks_.partition(std::not1(IsDonePredicate())), in CleanUpFinishedBenchmarks()
Dmicro_benchmark_controller.cc102 benchmarks_.partition(std::not1(IsDonePredicate())), in CleanUpFinishedBenchmarks()
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h185 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1);
286 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1);
/external/chromium_org/ash/wm/
Dmru_window_tracker.cc81 std::not1(std::ptr_fun(ash::wm::CanActivateWindow))); in BuildWindowListInternal()
/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_message_filter.cc122 std::not1(SpellCheckMarker::IsValidPredicate(text.length()))), in OnCallSpellingService()
Dspellcheck_message_filter_mac.cc281 std::not1(SpellCheckMarker::IsValidPredicate(text.length()))), in OnRequestTextCheck()
/external/stlport/stlport/stl/
D_function.h154 not1(const _Predicate& __pred) { in not1() function
D_string.c102 { return __find_first_of_aux2(__first1, __last1, __first2, __last2, __first2, not1(_Identity<bool>(… in __str_find_first_not_of_aux3()
/external/stlport/src/
Dctype.cpp421 return find_if(low, high, not1(_Ctype_w_is_mask(m, ctype<char>::classic_table()))); in do_scan_not()
Dfacets_byname.cpp156 { return find_if(low, high, not1(_STLP_PRIV _Ctype_byname_w_is_mask(m, _M_ctype))); } in do_scan_not()