HomeSort by relevance Sort by last modified time
    Searched full:_iter (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /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();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
iterator 351 template <class _Iter, bool> struct ____iterator_traits {};
353 template <class _Iter>
354 struct ____iterator_traits<_Iter, true>
356 typedef typename _Iter::difference_type difference_type;
357 typedef typename _Iter::value_type value_type;
358 typedef typename _Iter::pointer pointer;
359 typedef typename _Iter::reference reference;
360 typedef typename _Iter::iterator_category iterator_category;
363 template <class _Iter, bool> struct __iterator_traits {};
365 template <class _Iter>
    [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/core/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/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...]
  /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...]
  /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...]
  /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...]
  /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...]
  /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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/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...]
  /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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
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++/4.4.3/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++/4.7/include/
iomanip 271 typedef istreambuf_iterator<_CharT, _Traits> _Iter;
272 typedef money_get<_CharT, _Iter> _MoneyGet;
275 __mg.get(_Iter(__is.rdbuf()), _Iter(), __f._M_intl,
318 typedef ostreambuf_iterator<_CharT, _Traits> _Iter;
319 typedef money_put<_CharT, _Iter> _MoneyPut;
322 if (__mp.put(_Iter(__os.rdbuf()), __f._M_intl, __os,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
iomanip 271 typedef istreambuf_iterator<_CharT, _Traits> _Iter;
272 typedef money_get<_CharT, _Iter> _MoneyGet;
275 __mg.get(_Iter(__is.rdbuf()), _Iter(), __f._M_intl,
318 typedef ostreambuf_iterator<_CharT, _Traits> _Iter;
319 typedef money_put<_CharT, _Iter> _MoneyPut;
322 if (__mp.put(_Iter(__os.rdbuf()), __f._M_intl, __os,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
iomanip 269 typedef istreambuf_iterator<_CharT, _Traits> _Iter;
270 typedef money_get<_CharT, _Iter> _MoneyGet;
273 __mg.get(_Iter(__is.rdbuf()), _Iter(), __f._M_intl,
316 typedef ostreambuf_iterator<_CharT, _Traits> _Iter;
317 typedef money_put<_CharT, _Iter> _MoneyPut;
320 if (__mp.put(_Iter(__os.rdbuf()), __f._M_intl, __os,

Completed in 598 milliseconds

1 2 3 4 5