Searched refs:not1 (Results 1 – 11 of 11) sorted by relevance
/external/stlport/test/unit/ |
D | unary_test.cpp | 55 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/ |
D | micro_benchmark_controller_impl.cc | 55 benchmarks_.partition(std::not1(IsDonePredicate())), in CleanUpFinishedBenchmarks()
|
D | micro_benchmark_controller.cc | 102 benchmarks_.partition(std::not1(IsDonePredicate())), in CleanUpFinishedBenchmarks()
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 185 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1); 286 _EIGEN_DECLARE_CONST_Packet4i(not1, ~1);
|
/external/chromium_org/ash/wm/ |
D | mru_window_tracker.cc | 81 std::not1(std::ptr_fun(ash::wm::CanActivateWindow))); in BuildWindowListInternal()
|
/external/chromium_org/chrome/browser/spellchecker/ |
D | spellcheck_message_filter.cc | 122 std::not1(SpellCheckMarker::IsValidPredicate(text.length()))), in OnCallSpellingService()
|
D | spellcheck_message_filter_mac.cc | 281 std::not1(SpellCheckMarker::IsValidPredicate(text.length()))), in OnRequestTextCheck()
|
/external/stlport/stlport/stl/ |
D | _function.h | 154 not1(const _Predicate& __pred) { in not1() function
|
D | _string.c | 102 { return __find_first_of_aux2(__first1, __last1, __first2, __last2, __first2, not1(_Identity<bool>(… in __str_find_first_not_of_aux3()
|
/external/stlport/src/ |
D | ctype.cpp | 421 return find_if(low, high, not1(_Ctype_w_is_mask(m, ctype<char>::classic_table()))); in do_scan_not()
|
D | facets_byname.cpp | 156 { return find_if(low, high, not1(_STLP_PRIV _Ctype_byname_w_is_mask(m, _M_ctype))); } in do_scan_not()
|