HomeSort by relevance Sort by last modified time
    Searched full:__x (Results 276 - 300 of 1860) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 193 set(const _Self& __x) : _M_t(__x._M_t) {}
200 _Self& operator=(const _Self& __x) {
201 _M_t = __x._M_t;
222 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
224 void _M_swap_workaround(_Self& __x) { swap(__x); }
228 pair<iterator,bool> insert(const value_type& __x) {
229 pair<base_iterator, bool> ret = _M_t.insert_unique(cast_traits::to_storage_type_cref(__x));
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
alias2.cpp 12 _Deque_iterator(const _Deque_iterator& __x)
13 : _M_cur(__x._M_cur),
14 _M_node(__x._M_node) {}
51 deque(const deque& __x) {}
  /ndk/tests/device/test-stlport_static-exception/jni/
alias2.cpp 12 _Deque_iterator(const _Deque_iterator& __x)
13 : _M_cur(__x._M_cur),
14 _M_node(__x._M_node) {}
51 deque(const deque& __x) {}
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
82 void _M_swap_workaround(less<_Tp>& __x) {}
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y;
    [all...]
_bvector.h 45 _Bit_reference(unsigned int* __x, unsigned int __y)
46 : _M_p(__x), _M_mask(__y) {}
54 _Bit_reference& operator = (bool __x) {
55 if (__x) *_M_p |= _M_mask;
59 _Bit_reference& operator = (const _Bit_reference& __x) {
60 return *this = bool(__x);
62 bool operator == (const _Bit_reference& __x) const {
63 return bool(*this) == bool(__x);
65 bool operator < (const _Bit_reference& __x) const {
66 return !bool(*this) && bool(__x);
600 insert(end(), __n - size(), __x); local
674 _M_insert_aux(end(), __x); local
804 insert(end(), __new_size - size(), __x); local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 193 set(const _Self& __x) : _M_t(__x._M_t) {}
200 _Self& operator=(const _Self& __x) {
201 _M_t = __x._M_t;
222 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
224 void _M_swap_workaround(_Self& __x) { swap(__x); }
228 pair<iterator,bool> insert(const value_type& __x) {
229 pair<base_iterator, bool> ret = _M_t.insert_unique(cast_traits::to_storage_type_cref(__x));
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
82 void _M_swap_workaround(less<_Tp>& __x) {}
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y;
    [all...]
_bvector.h 45 _Bit_reference(unsigned int* __x, unsigned int __y)
46 : _M_p(__x), _M_mask(__y) {}
54 _Bit_reference& operator = (bool __x) {
55 if (__x) *_M_p |= _M_mask;
59 _Bit_reference& operator = (const _Bit_reference& __x) {
60 return *this = bool(__x);
62 bool operator == (const _Bit_reference& __x) const {
63 return bool(*this) == bool(__x);
65 bool operator < (const _Bit_reference& __x) const {
66 return !bool(*this) && bool(__x);
600 insert(end(), __n - size(), __x); local
674 _M_insert_aux(end(), __x); local
804 insert(end(), __new_size - size(), __x); local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 193 set(const _Self& __x) : _M_t(__x._M_t) {}
200 _Self& operator=(const _Self& __x) {
201 _M_t = __x._M_t;
222 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
224 void _M_swap_workaround(_Self& __x) { swap(__x); }
228 pair<iterator,bool> insert(const value_type& __x) {
229 pair<base_iterator, bool> ret = _M_t.insert_unique(cast_traits::to_storage_type_cref(__x));
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
82 void _M_swap_workaround(less<_Tp>& __x) {}
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y;
    [all...]
_bvector.h 45 _Bit_reference(unsigned int* __x, unsigned int __y)
46 : _M_p(__x), _M_mask(__y) {}
54 _Bit_reference& operator = (bool __x) {
55 if (__x) *_M_p |= _M_mask;
59 _Bit_reference& operator = (const _Bit_reference& __x) {
60 return *this = bool(__x);
62 bool operator == (const _Bit_reference& __x) const {
63 return bool(*this) == bool(__x);
65 bool operator < (const _Bit_reference& __x) const {
66 return !bool(*this) && bool(__x);
600 insert(end(), __n - size(), __x); local
674 _M_insert_aux(end(), __x); local
804 insert(end(), __new_size - size(), __x); local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 193 set(const _Self& __x) : _M_t(__x._M_t) {}
200 _Self& operator=(const _Self& __x) {
201 _M_t = __x._M_t;
222 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
224 void _M_swap_workaround(_Self& __x) { swap(__x); }
228 pair<iterator,bool> insert(const value_type& __x) {
229 pair<base_iterator, bool> ret = _M_t.insert_unique(cast_traits::to_storage_type_cref(__x));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
82 void _M_swap_workaround(less<_Tp>& __x) {}
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y;
    [all...]
_bvector.h 45 _Bit_reference(unsigned int* __x, unsigned int __y)
46 : _M_p(__x), _M_mask(__y) {}
54 _Bit_reference& operator = (bool __x) {
55 if (__x) *_M_p |= _M_mask;
59 _Bit_reference& operator = (const _Bit_reference& __x) {
60 return *this = bool(__x);
62 bool operator == (const _Bit_reference& __x) const {
63 return bool(*this) == bool(__x);
65 bool operator < (const _Bit_reference& __x) const {
66 return !bool(*this) && bool(__x);
600 insert(end(), __n - size(), __x); local
674 _M_insert_aux(end(), __x); local
804 insert(end(), __new_size - size(), __x); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 193 set(const _Self& __x) : _M_t(__x._M_t) {}
200 _Self& operator=(const _Self& __x) {
201 _M_t = __x._M_t;
222 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
224 void _M_swap_workaround(_Self& __x) { swap(__x); }
228 pair<iterator,bool> insert(const value_type& __x) {
229 pair<base_iterator, bool> ret = _M_t.insert_unique(cast_traits::to_storage_type_cref(__x));
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
bmi2intrin.h 36 _bzhi_u32(unsigned int __X, unsigned int __Y)
38 return __builtin_ia32_bzhi_si(__X, __Y);
42 _pdep_u32(unsigned int __X, unsigned int __Y)
44 return __builtin_ia32_pdep_si(__X, __Y);
48 _pext_u32(unsigned int __X, unsigned int __Y)
50 return __builtin_ia32_pext_si(__X, __Y);
56 _bzhi_u64(unsigned long long __X, unsigned long long __Y)
58 return __builtin_ia32_bzhi_di(__X, __Y);
62 _pdep_u64(unsigned long long __X, unsigned long long __Y)
64 return __builtin_ia32_pdep_di(__X, __Y)
    [all...]
  /external/stlport/stlport/stl/
_bvector.h 45 _Bit_reference(unsigned int* __x, unsigned int __y)
46 : _M_p(__x), _M_mask(__y) {}
54 _Bit_reference& operator = (bool __x) {
55 if (__x) *_M_p |= _M_mask;
59 _Bit_reference& operator = (const _Bit_reference& __x) {
60 return *this = bool(__x);
62 bool operator == (const _Bit_reference& __x) const {
63 return bool(*this) == bool(__x);
65 bool operator < (const _Bit_reference& __x) const {
66 return !bool(*this) && bool(__x);
600 insert(end(), __n - size(), __x); local
674 _M_insert_aux(end(), __x); local
804 insert(end(), __new_size - size(), __x); local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 45 _Bit_reference(unsigned int* __x, unsigned int __y)
46 : _M_p(__x), _M_mask(__y) {}
54 _Bit_reference& operator = (bool __x) {
55 if (__x) *_M_p |= _M_mask;
59 _Bit_reference& operator = (const _Bit_reference& __x) {
60 return *this = bool(__x);
62 bool operator == (const _Bit_reference& __x) const {
63 return bool(*this) == bool(__x);
65 bool operator < (const _Bit_reference& __x) const {
66 return !bool(*this) && bool(__x);
600 insert(end(), __n - size(), __x); local
674 _M_insert_aux(end(), __x); local
804 insert(end(), __new_size - size(), __x); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
multiset.h 84 multiset(const multiset& __x)
85 : _Base(__x), _Safe_base() { }
87 multiset(const _Base& __x)
88 : _Base(__x), _Safe_base() { }
91 multiset(multiset&& __x)
92 : _Base(std::forward<multiset>(__x)), _Safe_base()
93 { this->_M_swap(__x); }
104 operator=(const multiset& __x)
106 *static_cast<_Base*>(this) = __x;
113 operator=(multiset&& __x)
    [all...]
set.h 84 set(const set& __x)
85 : _Base(__x), _Safe_base() { }
87 set(const _Base& __x)
88 : _Base(__x), _Safe_base() { }
91 set(set&& __x)
92 : _Base(std::forward<set>(__x)), _Safe_base()
93 { this->_M_swap(__x); }
104 operator=(const set& __x)
106 *static_cast<_Base*>(this) = __x;
113 operator=(set&& __x)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
multiset.h 84 multiset(const multiset& __x)
85 : _Base(__x), _Safe_base() { }
87 multiset(const _Base& __x)
88 : _Base(__x), _Safe_base() { }
91 multiset(multiset&& __x)
92 : _Base(std::forward<multiset>(__x)), _Safe_base()
93 { this->_M_swap(__x); }
104 operator=(const multiset& __x)
106 *static_cast<_Base*>(this) = __x;
113 operator=(multiset&& __x)
    [all...]
set.h 84 set(const set& __x)
85 : _Base(__x), _Safe_base() { }
87 set(const _Base& __x)
88 : _Base(__x), _Safe_base() { }
91 set(set&& __x)
92 : _Base(std::forward<set>(__x)), _Safe_base()
93 { this->_M_swap(__x); }
104 operator=(const set& __x)
106 *static_cast<_Base*>(this) = __x;
113 operator=(set&& __x)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
multiset.h 84 multiset(const multiset& __x)
85 : _Base(__x), _Safe_base() { }
87 multiset(const _Base& __x)
88 : _Base(__x), _Safe_base() { }
91 multiset(multiset&& __x)
92 : _Base(std::forward<multiset>(__x)), _Safe_base()
93 { this->_M_swap(__x); }
104 operator=(const multiset& __x)
106 *static_cast<_Base*>(this) = __x;
113 operator=(multiset&& __x)
    [all...]
set.h 84 set(const set& __x)
85 : _Base(__x), _Safe_base() { }
87 set(const _Base& __x)
88 : _Base(__x), _Safe_base() { }
91 set(set&& __x)
92 : _Base(std::forward<set>(__x)), _Safe_base()
93 { this->_M_swap(__x); }
104 operator=(const set& __x)
106 *static_cast<_Base*>(this) = __x;
113 operator=(set&& __x)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
multiset.h 84 multiset(const multiset& __x)
85 : _Base(__x), _Safe_base() { }
87 multiset(const _Base& __x)
88 : _Base(__x), _Safe_base() { }
91 multiset(multiset&& __x)
92 : _Base(std::forward<multiset>(__x)), _Safe_base()
93 { this->_M_swap(__x); }
104 operator=(const multiset& __x)
106 *static_cast<_Base*>(this) = __x;
113 operator=(multiset&& __x)
    [all...]

Completed in 550 milliseconds

<<11121314151617181920>>