Searched refs:rhs (Results 1 - 25 of 133) sorted by relevance

123456

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
H A Dcursslk.h76 Soft_Label_Key& operator=(const Soft_Label_Key& rhs) argument
78 if (this != &rhs) {
79 *this = rhs;
84 Soft_Label_Key(const Soft_Label_Key& rhs) argument
86 format(rhs.format),
87 num(rhs.num)
89 *this = rhs.label;
148 Soft_Label_Key_Set& operator=(const Soft_Label_Key_Set& rhs) argument
150 if (this != &rhs) {
151 *this = rhs;
157 Soft_Label_Key_Set(const Soft_Label_Key_Set& rhs) argument
[all...]
H A Detip.h156 NCursesException& operator=(const NCursesException& rhs) argument
158 errorno = rhs.errorno;
162 NCursesException(const NCursesException& rhs) argument
163 : message(rhs.message), errorno(rhs.errorno)
204 NCursesPanelException& operator=(const NCursesPanelException& rhs) argument
206 if (this != &rhs) {
207 NCursesException::operator=(rhs);
208 p = rhs.p;
213 NCursesPanelException(const NCursesPanelException& rhs) argument
255 operator =(const NCursesMenuException& rhs) argument
264 NCursesMenuException(const NCursesMenuException& rhs) argument
306 operator =(const NCursesFormException& rhs) argument
315 NCursesFormException(const NCursesFormException& rhs) argument
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursslk.h76 Soft_Label_Key& operator=(const Soft_Label_Key& rhs) argument
78 if (this != &rhs) {
79 *this = rhs;
84 Soft_Label_Key(const Soft_Label_Key& rhs) argument
86 format(rhs.format),
87 num(rhs.num)
89 *this = rhs.label;
148 Soft_Label_Key_Set& operator=(const Soft_Label_Key_Set& rhs) argument
150 if (this != &rhs) {
151 *this = rhs;
157 Soft_Label_Key_Set(const Soft_Label_Key_Set& rhs) argument
[all...]
H A Detip.h156 NCursesException& operator=(const NCursesException& rhs) argument
158 errorno = rhs.errorno;
162 NCursesException(const NCursesException& rhs) argument
163 : message(rhs.message), errorno(rhs.errorno)
204 NCursesPanelException& operator=(const NCursesPanelException& rhs) argument
206 if (this != &rhs) {
207 NCursesException::operator=(rhs);
208 p = rhs.p;
213 NCursesPanelException(const NCursesPanelException& rhs) argument
255 operator =(const NCursesMenuException& rhs) argument
264 NCursesMenuException(const NCursesMenuException& rhs) argument
306 operator =(const NCursesFormException& rhs) argument
315 NCursesFormException(const NCursesFormException& rhs) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursslk.h76 Soft_Label_Key& operator=(const Soft_Label_Key& rhs) argument
78 if (this != &rhs) {
79 *this = rhs;
84 Soft_Label_Key(const Soft_Label_Key& rhs) argument
86 format(rhs.format),
87 num(rhs.num)
89 *this = rhs.label;
148 Soft_Label_Key_Set& operator=(const Soft_Label_Key_Set& rhs) argument
150 if (this != &rhs) {
151 *this = rhs;
157 Soft_Label_Key_Set(const Soft_Label_Key_Set& rhs) argument
[all...]
H A Detip.h156 NCursesException& operator=(const NCursesException& rhs) argument
158 errorno = rhs.errorno;
162 NCursesException(const NCursesException& rhs) argument
163 : message(rhs.message), errorno(rhs.errorno)
204 NCursesPanelException& operator=(const NCursesPanelException& rhs) argument
206 if (this != &rhs) {
207 NCursesException::operator=(rhs);
208 p = rhs.p;
213 NCursesPanelException(const NCursesPanelException& rhs) argument
255 operator =(const NCursesMenuException& rhs) argument
264 NCursesMenuException(const NCursesMenuException& rhs) argument
306 operator =(const NCursesFormException& rhs) argument
315 NCursesFormException(const NCursesFormException& rhs) argument
[all...]
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
/prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
/prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
/prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
/prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
/prebuilts/ndk/6/platforms/android-5/arch-x86/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
/prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/linux/
H A Dktime.h38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })

Completed in 641 milliseconds

123456