/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXPolicyNode.java | 137 Iterator _iter = expectedPolicies.iterator(); local 138 while (_iter.hasNext()) 140 _expectedPolicies.add(new String((String)_iter.next())); 144 _iter = policyQualifiers.iterator(); 145 while (_iter.hasNext()) 147 _policyQualifiers.add(new String((String)_iter.next())); 158 _iter = children.iterator(); 159 while (_iter.hasNext()) 161 PKIXPolicyNode _child = ((PKIXPolicyNode)_iter.next()).copy();
|
/frameworks/native/include/utils/ |
List.h | 88 typedef _ListIterator<U, Constness> _Iter; 96 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} 116 inline bool operator==(const _Iter& right) const { 119 inline bool operator!=(const _Iter& right) const { 136 inline _Iter& operator++() { // pre-increment 140 const _Iter operator++(int) { // post-increment 141 _Iter tmp(*this); 145 inline _Iter& operator--() { // pre-increment 149 const _Iter operator--(int) { // post-increment 150 _Iter tmp(*this) [all...] |
/system/core/include/sysutils/ |
List.h | 89 typedef _ListIterator<U, Constness> _Iter; 97 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} 117 inline bool operator==(const _Iter& right) const { 120 inline bool operator!=(const _Iter& right) const { 137 inline _Iter& operator++() { // pre-increment 141 const _Iter operator++(int) { // post-increment 142 _Iter tmp(*this); 146 inline _Iter& operator--() { // pre-increment 150 const _Iter operator--(int) { // post-increment 151 _Iter tmp(*this) [all...] |
/system/netd/ |
List.h | 89 typedef _ListIterator<U, Constness> _Iter; 97 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} 117 inline bool operator==(const _Iter& right) const { 120 inline bool operator!=(const _Iter& right) const { 137 inline _Iter& operator++() { // pre-increment 141 const _Iter operator++(int) { // post-increment 142 _Iter tmp(*this); 146 inline _Iter& operator--() { // pre-increment 150 const _Iter operator--(int) { // post-increment 151 _Iter tmp(*this) [all...] |
/external/stlport/stlport/stl/ |
_iterator_base.h | 214 template <class _Iter> 215 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::iterator_category 216 __iterator_category(const _Iter&, const __false_type&) { 217 typedef _STLP_TYPENAME _STLP_STD::iterator_traits<_Iter>::iterator_category _Category; 226 template <class _Iter> 227 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::difference_type* 228 __distance_type(const _Iter&, const __false_type&) { 229 typedef _STLP_TYPENAME _STLP_STD::iterator_traits<_Iter>::difference_type _diff_type; 238 template <class _Iter> 239 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::value_type [all...] |
concept_checks.h | 497 template <class _Iter> 499 typedef typename __STD::iterator_traits<_Iter>::value_type value_type; 502 template <class _Iter> 504 typedef typename __STD::iterator_traits<_Iter>::difference_type 508 template <class _Iter> 510 typedef typename __STD::iterator_traits<_Iter>::reference reference; 513 template <class _Iter> 515 typedef typename __STD::iterator_traits<_Iter>::pointer pointer; 518 template <class _Iter> 520 typedef typename __STD::iterator_traits<_Iter>::iterator_categor [all...] |
_iterator.h | 68 template <class _Iter> 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 70 template <class _Iter> 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_iterator_base.h | 214 template <class _Iter> 215 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::iterator_category 216 __iterator_category(const _Iter&, const __false_type&) { 217 typedef _STLP_TYPENAME _STLP_STD::iterator_traits<_Iter>::iterator_category _Category; 226 template <class _Iter> 227 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::difference_type* 228 __distance_type(const _Iter&, const __false_type&) { 229 typedef _STLP_TYPENAME _STLP_STD::iterator_traits<_Iter>::difference_type _diff_type; 238 template <class _Iter> 239 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::value_type [all...] |
concept_checks.h | 497 template <class _Iter> 499 typedef typename __STD::iterator_traits<_Iter>::value_type value_type; 502 template <class _Iter> 504 typedef typename __STD::iterator_traits<_Iter>::difference_type 508 template <class _Iter> 510 typedef typename __STD::iterator_traits<_Iter>::reference reference; 513 template <class _Iter> 515 typedef typename __STD::iterator_traits<_Iter>::pointer pointer; 518 template <class _Iter> 520 typedef typename __STD::iterator_traits<_Iter>::iterator_categor [all...] |
_iterator.h | 68 template <class _Iter> 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 70 template <class _Iter> 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; }
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_iterator_base.h | 214 template <class _Iter> 215 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::iterator_category 216 __iterator_category(const _Iter&, const __false_type&) { 217 typedef _STLP_TYPENAME _STLP_STD::iterator_traits<_Iter>::iterator_category _Category; 226 template <class _Iter> 227 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::difference_type* 228 __distance_type(const _Iter&, const __false_type&) { 229 typedef _STLP_TYPENAME _STLP_STD::iterator_traits<_Iter>::difference_type _diff_type; 238 template <class _Iter> 239 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::value_type [all...] |
concept_checks.h | 497 template <class _Iter> 499 typedef typename __STD::iterator_traits<_Iter>::value_type value_type; 502 template <class _Iter> 504 typedef typename __STD::iterator_traits<_Iter>::difference_type 508 template <class _Iter> 510 typedef typename __STD::iterator_traits<_Iter>::reference reference; 513 template <class _Iter> 515 typedef typename __STD::iterator_traits<_Iter>::pointer pointer; 518 template <class _Iter> 520 typedef typename __STD::iterator_traits<_Iter>::iterator_categor [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_iterator_base.h | 214 template <class _Iter> 215 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::iterator_category 216 __iterator_category(const _Iter&, const __false_type&) { 217 typedef _STLP_TYPENAME _STLP_STD::iterator_traits<_Iter>::iterator_category _Category; 226 template <class _Iter> 227 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::difference_type* 228 __distance_type(const _Iter&, const __false_type&) { 229 typedef _STLP_TYPENAME _STLP_STD::iterator_traits<_Iter>::difference_type _diff_type; 238 template <class _Iter> 239 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::value_type [all...] |
concept_checks.h | 497 template <class _Iter> 499 typedef typename __STD::iterator_traits<_Iter>::value_type value_type; 502 template <class _Iter> 504 typedef typename __STD::iterator_traits<_Iter>::difference_type 508 template <class _Iter> 510 typedef typename __STD::iterator_traits<_Iter>::reference reference; 513 template <class _Iter> 515 typedef typename __STD::iterator_traits<_Iter>::pointer pointer; 518 template <class _Iter> 520 typedef typename __STD::iterator_traits<_Iter>::iterator_categor [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_iterator_base.h | 214 template <class _Iter> 215 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::iterator_category 216 __iterator_category(const _Iter&, const __false_type&) { 217 typedef _STLP_TYPENAME _STLP_STD::iterator_traits<_Iter>::iterator_category _Category; 226 template <class _Iter> 227 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::difference_type* 228 __distance_type(const _Iter&, const __false_type&) { 229 typedef _STLP_TYPENAME _STLP_STD::iterator_traits<_Iter>::difference_type _diff_type; 238 template <class _Iter> 239 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::value_type [all...] |
concept_checks.h | 497 template <class _Iter> 499 typedef typename __STD::iterator_traits<_Iter>::value_type value_type; 502 template <class _Iter> 504 typedef typename __STD::iterator_traits<_Iter>::difference_type 508 template <class _Iter> 510 typedef typename __STD::iterator_traits<_Iter>::reference reference; 513 template <class _Iter> 515 typedef typename __STD::iterator_traits<_Iter>::pointer pointer; 518 template <class _Iter> 520 typedef typename __STD::iterator_traits<_Iter>::iterator_categor [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_iterator_base.h | 214 template <class _Iter> 215 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::iterator_category 216 __iterator_category(const _Iter&, const __false_type&) { 217 typedef _STLP_TYPENAME _STLP_STD::iterator_traits<_Iter>::iterator_category _Category; 226 template <class _Iter> 227 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::difference_type* 228 __distance_type(const _Iter&, const __false_type&) { 229 typedef _STLP_TYPENAME _STLP_STD::iterator_traits<_Iter>::difference_type _diff_type; 238 template <class _Iter> 239 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::value_type [all...] |
concept_checks.h | 497 template <class _Iter> 499 typedef typename __STD::iterator_traits<_Iter>::value_type value_type; 502 template <class _Iter> 504 typedef typename __STD::iterator_traits<_Iter>::difference_type 508 template <class _Iter> 510 typedef typename __STD::iterator_traits<_Iter>::reference reference; 513 template <class _Iter> 515 typedef typename __STD::iterator_traits<_Iter>::pointer pointer; 518 template <class _Iter> 520 typedef typename __STD::iterator_traits<_Iter>::iterator_categor [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
iomanip | 265 typedef istreambuf_iterator<_CharT, _Traits> _Iter; 266 typedef money_get<_CharT, _Iter> _MoneyGet; 271 __mg.get(_Iter(__is.rdbuf()), _Iter(), __f._M_intl, 301 typedef ostreambuf_iterator<_CharT, _Traits> _Iter; 302 typedef money_put<_CharT, _Iter> _MoneyPut; 305 const _Iter __end = __mp.put(_Iter(__os.rdbuf()), __f._M_intl,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
iomanip | 265 typedef istreambuf_iterator<_CharT, _Traits> _Iter; 266 typedef money_get<_CharT, _Iter> _MoneyGet; 271 __mg.get(_Iter(__is.rdbuf()), _Iter(), __f._M_intl, 301 typedef ostreambuf_iterator<_CharT, _Traits> _Iter; 302 typedef money_put<_CharT, _Iter> _MoneyPut; 305 const _Iter __end = __mp.put(_Iter(__os.rdbuf()), __f._M_intl,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_iterator_base_types.h | 158 template<typename _Iter> 159 inline typename iterator_traits<_Iter>::iterator_category 160 __iterator_category(const _Iter&) 161 { return typename iterator_traits<_Iter>::iterator_category(); }
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_iterator_base_types.h | 158 template<typename _Iter> 159 inline typename iterator_traits<_Iter>::iterator_category 160 __iterator_category(const _Iter&) 161 { return typename iterator_traits<_Iter>::iterator_category(); }
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_iterator_base_types.h | 158 template<typename _Iter> 159 inline typename iterator_traits<_Iter>::iterator_category 160 __iterator_category(const _Iter&) 161 { return typename iterator_traits<_Iter>::iterator_category(); }
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_iterator_base_types.h | 158 template<typename _Iter> 159 inline typename iterator_traits<_Iter>::iterator_category 160 __iterator_category(const _Iter&) 161 { return typename iterator_traits<_Iter>::iterator_category(); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_iterator_base_types.h | 158 template<typename _Iter> 159 inline typename iterator_traits<_Iter>::iterator_category 160 __iterator_category(const _Iter&) 161 { return typename iterator_traits<_Iter>::iterator_category(); }
|