HomeSort by relevance Sort by last modified time
    Searched refs:__res (Results 176 - 200 of 280) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
multiset.h 296 std::pair<_Base_iterator, _Base_iterator> __res = local
298 return std::make_pair(iterator(__res.first),
299 iterator(__res.second));
308 std::pair<_Base_iterator, _Base_iterator> __res = local
310 return std::make_pair(const_iterator(__res.first),
311 const_iterator(__res.second));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
multiset.h 296 std::pair<_Base_iterator, _Base_iterator> __res = local
298 return std::make_pair(iterator(__res.first),
299 iterator(__res.second));
308 std::pair<_Base_iterator, _Base_iterator> __res = local
310 return std::make_pair(const_iterator(__res.first),
311 const_iterator(__res.second));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
multiset.h 296 std::pair<_Base_iterator, _Base_iterator> __res = local
298 return std::make_pair(iterator(__res.first),
299 iterator(__res.second));
308 std::pair<_Base_iterator, _Base_iterator> __res = local
310 return std::make_pair(const_iterator(__res.first),
311 const_iterator(__res.second));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 297 std::pair<_Base_iterator, _Base_iterator> __res = local
299 return std::make_pair(iterator(__res.first),
300 iterator(__res.second));
309 std::pair<_Base_iterator, _Base_iterator> __res = local
311 return std::make_pair(const_iterator(__res.first),
312 const_iterator(__res.second));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
multiset.h 296 std::pair<_Base_iterator, _Base_iterator> __res = local
298 return std::make_pair(iterator(__res.first),
299 iterator(__res.second));
308 std::pair<_Base_iterator, _Base_iterator> __res = local
310 return std::make_pair(const_iterator(__res.first),
311 const_iterator(__res.second));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 297 std::pair<_Base_iterator, _Base_iterator> __res = local
299 return std::make_pair(iterator(__res.first),
300 iterator(__res.second));
309 std::pair<_Base_iterator, _Base_iterator> __res = local
311 return std::make_pair(const_iterator(__res.first),
312 const_iterator(__res.second));
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linux_syscall_support.h 809 long __res; \
818 LSS_RETURN(type,__res)
822 long __res; \
824 : "=a" (__res) \
827 LSS_RETURN(type,__res); \
833 : "=a" (__res) \
840 : "=a" (__res) \
847 : "=a" (__res) \
855 : "=a" (__res) \
864 long __res; \
902 long __res; local
1164 long long __res; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 157 ({ int __res; \
163 __res = __c < -128 || __c > 255 ? __c : (a)[__c]; \
166 __res = f args; \
169 __res = (a)[(int) (c)]; \
170 __res; }))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 157 ({ int __res; \
163 __res = __c < -128 || __c > 255 ? __c : (a)[__c]; \
166 __res = f args; \
169 __res = (a)[(int) (c)]; \
170 __res; }))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 157 ({ int __res; \
163 __res = __c < -128 || __c > 255 ? __c : (a)[__c]; \
166 __res = f args; \
169 __res = (a)[(int) (c)]; \
170 __res; }))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rc_string_base.h 153 _M_clone(const _Alloc&, size_type __res = 0);
333 _M_reserve(size_type __res);
442 _M_clone(const _Alloc& __alloc, size_type __res)
445 const size_type __requested_cap = _M_info._M_length + __res;
621 _M_reserve(size_type __res)
624 if (__res < _M_length())
625 __res = _M_length();
627 if (__res != _M_capacity() || _M_is_shared())
630 __res - _M_length());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 155 _M_clone(const _Alloc&, size_type __res = 0);
347 _M_reserve(size_type __res);
456 _M_clone(const _Alloc& __alloc, size_type __res)
459 const size_type __requested_cap = _M_info._M_length + __res;
635 _M_reserve(size_type __res)
638 if (__res < _M_length())
639 __res = _M_length();
641 if (__res != _M_capacity() || _M_is_shared())
644 __res - _M_length());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 155 _M_clone(const _Alloc&, size_type __res = 0);
347 _M_reserve(size_type __res);
456 _M_clone(const _Alloc& __alloc, size_type __res)
459 const size_type __requested_cap = _M_info._M_length + __res;
635 _M_reserve(size_type __res)
638 if (__res < _M_length())
639 __res = _M_length();
641 if (__res != _M_capacity() || _M_is_shared())
644 __res - _M_length());
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 153 _M_clone(const _Alloc&, size_type __res = 0);
333 _M_reserve(size_type __res);
442 _M_clone(const _Alloc& __alloc, size_type __res)
445 const size_type __requested_cap = _M_info._M_length + __res;
621 _M_reserve(size_type __res)
624 if (__res < _M_length())
625 __res = _M_length();
627 if (__res != _M_capacity() || _M_is_shared())
630 __res - _M_length());
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 153 _M_clone(const _Alloc&, size_type __res = 0);
333 _M_reserve(size_type __res);
442 _M_clone(const _Alloc& __alloc, size_type __res)
445 const size_type __requested_cap = _M_info._M_length + __res;
621 _M_reserve(size_type __res)
624 if (__res < _M_length())
625 __res = _M_length();
627 if (__res != _M_capacity() || _M_is_shared())
630 __res - _M_length());
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 153 _M_clone(const _Alloc&, size_type __res = 0);
333 _M_reserve(size_type __res);
442 _M_clone(const _Alloc& __alloc, size_type __res)
445 const size_type __requested_cap = _M_info._M_length + __res;
621 _M_reserve(size_type __res)
624 if (__res < _M_length())
625 __res = _M_length();
627 if (__res != _M_capacity() || _M_is_shared())
630 __res - _M_length());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
rc_string_base.h 153 _M_clone(const _Alloc&, size_type __res = 0);
333 _M_reserve(size_type __res);
442 _M_clone(const _Alloc& __alloc, size_type __res)
445 const size_type __requested_cap = _M_info._M_length + __res;
621 _M_reserve(size_type __res)
624 if (__res < _M_length())
625 __res = _M_length();
627 if (__res != _M_capacity() || _M_is_shared())
630 __res - _M_length());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rc_string_base.h 155 _M_clone(const _Alloc&, size_type __res = 0);
347 _M_reserve(size_type __res);
456 _M_clone(const _Alloc& __alloc, size_type __res)
459 const size_type __requested_cap = _M_info._M_length + __res;
635 _M_reserve(size_type __res)
638 if (__res < _M_length())
639 __res = _M_length();
641 if (__res != _M_capacity() || _M_is_shared())
644 __res - _M_length());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rc_string_base.h 155 _M_clone(const _Alloc&, size_type __res = 0);
347 _M_reserve(size_type __res);
456 _M_clone(const _Alloc& __alloc, size_type __res)
459 const size_type __requested_cap = _M_info._M_length + __res;
635 _M_reserve(size_type __res)
638 if (__res < _M_length())
639 __res = _M_length();
641 if (__res != _M_capacity() || _M_is_shared())
644 __res - _M_length());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rc_string_base.h 155 _M_clone(const _Alloc&, size_type __res = 0);
347 _M_reserve(size_type __res);
456 _M_clone(const _Alloc& __alloc, size_type __res)
459 const size_type __requested_cap = _M_info._M_length + __res;
635 _M_reserve(size_type __res)
638 if (__res < _M_length())
639 __res = _M_length();
641 if (__res != _M_capacity() || _M_is_shared())
644 __res - _M_length());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rc_string_base.h 155 _M_clone(const _Alloc&, size_type __res = 0);
347 _M_reserve(size_type __res);
456 _M_clone(const _Alloc& __alloc, size_type __res)
459 const size_type __requested_cap = _M_info._M_length + __res;
635 _M_reserve(size_type __res)
638 if (__res < _M_length())
639 __res = _M_length();
641 if (__res != _M_capacity() || _M_is_shared())
644 __res - _M_length());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
rc_string_base.h 154 _M_clone(const _Alloc&, size_type __res = 0);
346 _M_reserve(size_type __res);
455 _M_clone(const _Alloc& __alloc, size_type __res)
458 const size_type __requested_cap = _M_info._M_length + __res;
634 _M_reserve(size_type __res)
637 if (__res < _M_length())
638 __res = _M_length();
640 if (__res != _M_capacity() || _M_is_shared())
643 __res - _M_length());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
multimap.h 300 std::pair<_Base_iterator, _Base_iterator> __res = local
302 return std::make_pair(iterator(__res.first, this),
303 iterator(__res.second, this));
310 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
312 return std::make_pair(const_iterator(__res.first, this),
313 const_iterator(__res.second, this));
multiset.h 303 std::pair<_Base_iterator, _Base_iterator> __res = local
305 return std::make_pair(iterator(__res.first, this),
306 iterator(__res.second, this));
315 std::pair<_Base_iterator, _Base_iterator> __res = local
317 return std::make_pair(const_iterator(__res.first, this),
318 const_iterator(__res.second, this));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
multimap.h 373 std::pair<_Base_iterator, _Base_iterator> __res = local
375 return std::make_pair(iterator(__res.first, this),
376 iterator(__res.second, this));
382 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
384 return std::make_pair(const_iterator(__res.first, this),
385 const_iterator(__res.second, this));

Completed in 895 milliseconds

1 2 3 4 5 6 78 91011>>