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

1 2 3 4

  /external/chromium/net/base/
data_url.cc 88 temp_data.erase(std::remove_if(temp_data.begin(), temp_data.end(),
  /external/stlport/test/unit/
bind_test.cpp 56 int* p = remove_if((int*)array, (int*)array + 3, bind1st(less<int>(), 2));
ptrspec_test.cpp 151 pint_list.remove_if(unary_pred<int>());
152 pcint_list.remove_if(unary_pred<int const>());
rm_cp_test.cpp 205 remove_if((int*)numbers, (int*)numbers + 6, odd);
  /ndk/tests/device/test-gnustl-full/unit/
bind_test.cpp 56 int* p = remove_if((int*)array, (int*)array + 3, bind1st(less<int>(), 2));
ptrspec_test.cpp 151 pint_list.remove_if(unary_pred<int>());
152 pcint_list.remove_if(unary_pred<int const>());
rm_cp_test.cpp 205 remove_if((int*)numbers, (int*)numbers + 6, odd);
  /ndk/tests/device/test-stlport/unit/
bind_test.cpp 56 int* p = remove_if((int*)array, (int*)array + 3, bind1st(less<int>(), 2));
ptrspec_test.cpp 151 pint_list.remove_if(unary_pred<int>());
152 pcint_list.remove_if(unary_pred<int const>());
rm_cp_test.cpp 205 remove_if((int*)numbers, (int*)numbers + 6, odd);
  /external/stlport/stlport/stl/pointers/
_list.h 310 void remove_if(_Predicate __pred) function in class:list
311 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
_slist.h 390 void remove_if(_Predicate __pred) function in class:slist
391 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 310 void remove_if(_Predicate __pred) function in class:list
311 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
_slist.h 390 void remove_if(_Predicate __pred) function in class:slist
391 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 310 void remove_if(_Predicate __pred) function in class:list
311 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
_slist.h 390 void remove_if(_Predicate __pred) function in class:slist
391 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 310 void remove_if(_Predicate __pred) function in class:list
311 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
_slist.h 390 void remove_if(_Predicate __pred) function in class:slist
391 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 310 void remove_if(_Predicate __pred) function in class:list
311 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
_slist.h 390 void remove_if(_Predicate __pred) function in class:slist
391 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
  /external/chromium/chrome/browser/autofill/
personal_data_manager.cc 355 std::remove_if(profiles->begin(), profiles->end(),
420 std::remove_if(
515 std::remove_if(profiles.begin(), profiles.end(),
573 std::remove_if(credit_cards.begin(), credit_cards.end(),
  /external/chromium/net/http/
http_auth_cache.cc 49 // Functor used by remove_if.
167 paths_.remove_if(IsEnclosedBy(parent_dir));
  /external/oprofile/libutil++/
op_bfd.cpp 291 it = remove_if(symbols.begin(), symbols.end(),
  /external/stlport/stlport/stl/debug/
_list.h 435 void remove_if(_Predicate __pred) { function in class:list
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 435 void remove_if(_Predicate __pred) { function in class:list

Completed in 2608 milliseconds

1 2 3 4