HomeSort by relevance Sort by last modified time
    Searched refs:__x (Results 26 - 50 of 1686) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_relops.h 88 operator!=(const _Tp& __x, const _Tp& __y)
89 { return !(__x == __y); }
101 operator>(const _Tp& __x, const _Tp& __y)
102 { return __y < __x; }
114 operator<=(const _Tp& __x, const _Tp& __y)
115 { return !(__y < __x); }
127 operator>=(const _Tp& __x, const _Tp& __y)
128 { return !(__x < __y); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_relops.h 79 * @param __x A thing.
81 * @return __x != __y
87 operator!=(const _Tp& __x, const _Tp& __y)
88 { return !(__x == __y); }
92 * @param __x A thing.
94 * @return __x > __y
100 operator>(const _Tp& __x, const _Tp& __y)
101 { return __y < __x; }
105 * @param __x A thing.
107 * @return __x <= __
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_relops.h 79 * @param __x A thing.
81 * @return __x != __y
87 operator!=(const _Tp& __x, const _Tp& __y)
88 { return !(__x == __y); }
92 * @param __x A thing.
94 * @return __x > __y
100 operator>(const _Tp& __x, const _Tp& __y)
101 { return __y < __x; }
105 * @param __x A thing.
107 * @return __x <= __
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_relops.h 85 operator!=(const _Tp& __x, const _Tp& __y)
86 { return !(__x == __y); }
98 operator>(const _Tp& __x, const _Tp& __y)
99 { return __y < __x; }
111 operator<=(const _Tp& __x, const _Tp& __y)
112 { return !(__y < __x); }
124 operator>=(const _Tp& __x, const _Tp& __y)
125 { return !(__x < __y); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_relops.h 85 operator!=(const _Tp& __x, const _Tp& __y)
86 { return !(__x == __y); }
98 operator>(const _Tp& __x, const _Tp& __y)
99 { return __y < __x; }
111 operator<=(const _Tp& __x, const _Tp& __y)
112 { return !(__y < __x); }
124 operator>=(const _Tp& __x, const _Tp& __y)
125 { return !(__x < __y); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_relops.h 85 operator!=(const _Tp& __x, const _Tp& __y)
86 { return !(__x == __y); }
98 operator>(const _Tp& __x, const _Tp& __y)
99 { return __y < __x; }
111 operator<=(const _Tp& __x, const _Tp& __y)
112 { return !(__y < __x); }
124 operator>=(const _Tp& __x, const _Tp& __y)
125 { return !(__x < __y); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_relops.h 85 operator!=(const _Tp& __x, const _Tp& __y)
86 { return !(__x == __y); }
98 operator>(const _Tp& __x, const _Tp& __y)
99 { return __y < __x; }
111 operator<=(const _Tp& __x, const _Tp& __y)
112 { return !(__y < __x); }
124 operator>=(const _Tp& __x, const _Tp& __y)
125 { return !(__x < __y); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_relops.h 88 operator!=(const _Tp& __x, const _Tp& __y)
89 { return !(__x == __y); }
101 operator>(const _Tp& __x, const _Tp& __y)
102 { return __y < __x; }
114 operator<=(const _Tp& __x, const _Tp& __y)
115 { return !(__y < __x); }
127 operator>=(const _Tp& __x, const _Tp& __y)
128 { return !(__x < __y); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_relops.h 80 * @param __x A thing.
82 * @return __x != __y
88 operator!=(const _Tp& __x, const _Tp& __y)
89 { return !(__x == __y); }
93 * @param __x A thing.
95 * @return __x > __y
101 operator>(const _Tp& __x, const _Tp& __y)
102 { return __y < __x; }
106 * @param __x A thing.
108 * @return __x <= __
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_relops.h 88 operator!=(const _Tp& __x, const _Tp& __y)
89 { return !(__x == __y); }
101 operator>(const _Tp& __x, const _Tp& __y)
102 { return __y < __x; }
114 operator<=(const _Tp& __x, const _Tp& __y)
115 { return !(__y < __x); }
127 operator>=(const _Tp& __x, const _Tp& __y)
128 { return !(__x < __y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_relops.h 80 * @param __x A thing.
82 * @return __x != __y
88 operator!=(const _Tp& __x, const _Tp& __y)
89 { return !(__x == __y); }
93 * @param __x A thing.
95 * @return __x > __y
101 operator>(const _Tp& __x, const _Tp& __y)
102 { return __y < __x; }
106 * @param __x A thing.
108 * @return __x <= __
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_relops.h 79 * @param __x A thing.
81 * @return __x != __y
87 operator!=(const _Tp& __x, const _Tp& __y)
88 { return !(__x == __y); }
92 * @param __x A thing.
94 * @return __x > __y
100 operator>(const _Tp& __x, const _Tp& __y)
101 { return __y < __x; }
105 * @param __x A thing.
107 * @return __x <= __
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_relops.h 79 * @param __x A thing.
81 * @return __x != __y
87 operator!=(const _Tp& __x, const _Tp& __y)
88 { return !(__x == __y); }
92 * @param __x A thing.
94 * @return __x > __y
100 operator>(const _Tp& __x, const _Tp& __y)
101 { return __y < __x; }
105 * @param __x A thing.
107 * @return __x <= __
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/profile/impl/
profiler.h 90 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
95 __x; \
212 #define __profcxx_hashtable_resize(__x...) \
214 __gnu_profile::__trace_hashtable_size_resize(__x))
215 #define __profcxx_hashtable_destruct(__x...) \
217 __gnu_profile::__trace_hashtable_size_destruct(__x))
218 #define __profcxx_hashtable_construct(__x...) \
220 __gnu_profile::__trace_hashtable_size_construct(__x))
222 #define __profcxx_hashtable_resize(__x...)
223 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler.h 83 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
88 __x; \
205 #define __profcxx_hashtable_resize(__x...) \
207 __gnu_profile::__trace_hashtable_size_resize(__x))
208 #define __profcxx_hashtable_destruct(__x...) \
210 __gnu_profile::__trace_hashtable_size_destruct(__x))
211 #define __profcxx_hashtable_construct(__x...) \
213 __gnu_profile::__trace_hashtable_size_construct(__x))
215 #define __profcxx_hashtable_resize(__x...)
216 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler.h 83 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
88 __x; \
205 #define __profcxx_hashtable_resize(__x...) \
207 __gnu_profile::__trace_hashtable_size_resize(__x))
208 #define __profcxx_hashtable_destruct(__x...) \
210 __gnu_profile::__trace_hashtable_size_destruct(__x))
211 #define __profcxx_hashtable_construct(__x...) \
213 __gnu_profile::__trace_hashtable_size_construct(__x))
215 #define __profcxx_hashtable_resize(__x...)
216 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler.h 90 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
95 __x; \
212 #define __profcxx_hashtable_resize(__x...) \
214 __gnu_profile::__trace_hashtable_size_resize(__x))
215 #define __profcxx_hashtable_destruct(__x...) \
217 __gnu_profile::__trace_hashtable_size_destruct(__x))
218 #define __profcxx_hashtable_construct(__x...) \
220 __gnu_profile::__trace_hashtable_size_construct(__x))
222 #define __profcxx_hashtable_resize(__x...)
223 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler.h 83 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
88 __x; \
205 #define __profcxx_hashtable_resize(__x...) \
207 __gnu_profile::__trace_hashtable_size_resize(__x))
208 #define __profcxx_hashtable_destruct(__x...) \
210 __gnu_profile::__trace_hashtable_size_destruct(__x))
211 #define __profcxx_hashtable_construct(__x...) \
213 __gnu_profile::__trace_hashtable_size_construct(__x))
215 #define __profcxx_hashtable_resize(__x...)
216 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler.h 90 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
95 __x; \
212 #define __profcxx_hashtable_resize(__x...) \
214 __gnu_profile::__trace_hashtable_size_resize(__x))
215 #define __profcxx_hashtable_destruct(__x...) \
217 __gnu_profile::__trace_hashtable_size_destruct(__x))
218 #define __profcxx_hashtable_construct(__x...) \
220 __gnu_profile::__trace_hashtable_size_construct(__x))
222 #define __profcxx_hashtable_resize(__x...)
223 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler.h 83 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
88 __x; \
205 #define __profcxx_hashtable_resize(__x...) \
207 __gnu_profile::__trace_hashtable_size_resize(__x))
208 #define __profcxx_hashtable_destruct(__x...) \
210 __gnu_profile::__trace_hashtable_size_destruct(__x))
211 #define __profcxx_hashtable_construct(__x...) \
213 __gnu_profile::__trace_hashtable_size_construct(__x))
215 #define __profcxx_hashtable_resize(__x...)
216 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler.h 83 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
88 __x; \
205 #define __profcxx_hashtable_resize(__x...) \
207 __gnu_profile::__trace_hashtable_size_resize(__x))
208 #define __profcxx_hashtable_destruct(__x...) \
210 __gnu_profile::__trace_hashtable_size_destruct(__x))
211 #define __profcxx_hashtable_construct(__x...) \
213 __gnu_profile::__trace_hashtable_size_construct(__x))
215 #define __profcxx_hashtable_resize(__x...)
216 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler.h 83 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
88 __x; \
205 #define __profcxx_hashtable_resize(__x...) \
207 __gnu_profile::__trace_hashtable_size_resize(__x))
208 #define __profcxx_hashtable_destruct(__x...) \
210 __gnu_profile::__trace_hashtable_size_destruct(__x))
211 #define __profcxx_hashtable_construct(__x...) \
213 __gnu_profile::__trace_hashtable_size_construct(__x))
215 #define __profcxx_hashtable_resize(__x...)
216 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /external/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);

Completed in 570 milliseconds

12 3 4 5 6 7 8 91011>>