Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 142) sorted by relevance

123456

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_coercion.py14 def __coerce__(self, other): argument
24 def __coerce__(self, other): argument
39 def __add__(self,other): argument
42 def __radd__(self,other): argument
45 def __sub__(self,other): argument
48 def __rsub__(self,other): argument
51 def __mul__(self,other): argument
54 def __rmul__(self,other): argument
57 def __div__(self,other): argument
60 def __rdiv__(self,other): argument
[all …]
Dtest_richcmp.py13 def __lt__(self, other): argument
16 def __le__(self, other): argument
19 def __eq__(self, other): argument
22 def __ne__(self, other): argument
25 def __gt__(self, other): argument
28 def __ge__(self, other): argument
31 def __cmp__(self, other): argument
56 def __cmp__(self, other): argument
62 def __lt__(self, other): argument
65 def __le__(self, other): argument
[all …]
Dtest_binop.py86 def __add__(self, other): argument
99 def __sub__(self, other): argument
110 def __rsub__(self, other): argument
121 def __mul__(self, other): argument
133 def __truediv__(self, other): argument
145 def __rtruediv__(self, other): argument
157 def __floordiv__(self, other): argument
166 def __rfloordiv__(self, other): argument
171 def __divmod__(self, other): argument
180 def __rdivmod__(self, other): argument
[all …]
Dtest_operator.py13 def __add__(self, other): argument
15 def __mul__(self, other): argument
17 def __rmul__(self, other): argument
27 def __add__(self, other): argument
29 def __mul__(self, other): argument
31 def __rmul__(self, other): argument
58 def __eq__(self, other): argument
72 def __ne__(self, other): argument
467 def __iadd__ (self, other): return "iadd" argument
468 def __iand__ (self, other): return "iand" argument
[all …]
Dtest_fractions.py28 def _richcmp(self, other, op): argument
36 def __eq__(self, other): return self._richcmp(other, operator.eq) argument
37 def __le__(self, other): return self._richcmp(other, operator.le) argument
38 def __lt__(self, other): return self._richcmp(other, operator.lt) argument
39 def __ge__(self, other): return self._richcmp(other, operator.ge) argument
40 def __gt__(self, other): return self._richcmp(other, operator.gt) argument
47 def __sub__(self, other): argument
63 def __eq__(self, other): argument
70 def __lt__(self, other): argument
73 def __gt__(self, other): argument
[all …]
Dtest_complex.py121 def __coerce__(self, other): argument
124 def __cmp__(self, other): argument
386 def __add__(self,other): argument
390 def __sub__(self,other): argument
394 def __mul__(self,other): argument
398 def __div__(self,other): argument
401 def __rdiv__(self,other): argument
407 def __floordiv__(self,other): argument
410 def __rfloordiv__(self,other): argument
413 def __pow__(self,other): argument
[all …]
Dtest_py3kwarn.py253 def __cmp__(self, other): pass argument
257 def __eq__(self, other): pass argument
263 def __cmp__(self, other): pass argument
264 def __eq__(self, other): pass argument
274 def __cmp__(self, other): pass argument
275 def __eq__(self, other): pass argument
278 def __cmp__(self, other): pass argument
282 def __eq__(self, other): pass argument
288 def __cmp__(self, other): pass argument
289 def __eq__(self, other): pass argument
Dtest_functools.py362 def __lt__(self, other): argument
364 def __eq__(self, other): argument
378 def __le__(self, other): argument
380 def __eq__(self, other): argument
394 def __gt__(self, other): argument
396 def __eq__(self, other): argument
410 def __ge__(self, other): argument
412 def __eq__(self, other): argument
444 def __eq__(self, other): argument
448 def __lt__(self, other): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dnumbers.py73 def __add__(self, other): argument
78 def __radd__(self, other): argument
92 def __sub__(self, other): argument
96 def __rsub__(self, other): argument
101 def __mul__(self, other): argument
106 def __rmul__(self, other): argument
111 def __div__(self, other): argument
119 def __rdiv__(self, other): argument
124 def __truediv__(self, other): argument
132 def __rtruediv__(self, other): argument
[all …]
D_weakrefset.py118 def update(self, other): argument
124 def __ior__(self, other): argument
128 def difference(self, other): argument
134 def difference_update(self, other): argument
136 def __isub__(self, other): argument
145 def intersection(self, other): argument
149 def intersection_update(self, other): argument
151 def __iand__(self, other): argument
157 def issubset(self, other): argument
161 def __lt__(self, other): argument
[all …]
Dfunctools.py86 def __lt__(self, other): argument
88 def __gt__(self, other): argument
90 def __eq__(self, other): argument
92 def __le__(self, other): argument
94 def __ge__(self, other): argument
96 def __ne__(self, other): argument
D_abcoll.py150 def __le__(self, other): argument
160 def __lt__(self, other): argument
165 def __gt__(self, other): argument
170 def __ge__(self, other): argument
180 def __eq__(self, other): argument
185 def __ne__(self, other): argument
197 def __and__(self, other): argument
204 def isdisjoint(self, other): argument
211 def __or__(self, other): argument
219 def __sub__(self, other): argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dnumbers.py73 def __add__(self, other): argument
78 def __radd__(self, other): argument
92 def __sub__(self, other): argument
96 def __rsub__(self, other): argument
101 def __mul__(self, other): argument
106 def __rmul__(self, other): argument
111 def __div__(self, other): argument
119 def __rdiv__(self, other): argument
124 def __truediv__(self, other): argument
132 def __rtruediv__(self, other): argument
[all …]
D_weakrefset.py116 def update(self, other): argument
125 def __ior__(self, other): argument
130 def _apply(self, other, method): argument
138 def difference(self, other): argument
142 def difference_update(self, other): argument
149 def __isub__(self, other): argument
158 def intersection(self, other): argument
162 def intersection_update(self, other): argument
166 def __iand__(self, other): argument
172 def issubset(self, other): argument
[all …]
Dsets.py113 def __cmp__(self, other): argument
131 def __eq__(self, other): argument
137 def __ne__(self, other): argument
178 def __or__(self, other): argument
187 def union(self, other): argument
196 def __and__(self, other): argument
205 def intersection(self, other): argument
219 def __xor__(self, other): argument
228 def symmetric_difference(self, other): argument
247 def __sub__(self, other): argument
[all …]
DUserList.py17 def __lt__(self, other): return self.data < self.__cast(other) argument
18 def __le__(self, other): return self.data <= self.__cast(other) argument
19 def __eq__(self, other): return self.data == self.__cast(other) argument
20 def __ne__(self, other): return self.data != self.__cast(other) argument
21 def __gt__(self, other): return self.data > self.__cast(other) argument
22 def __ge__(self, other): return self.data >= self.__cast(other) argument
23 def __cast(self, other): argument
26 def __cmp__(self, other): argument
37 def __setslice__(self, i, j, other): argument
48 def __add__(self, other): argument
[all …]
Dfunctools.py86 def __lt__(self, other): argument
88 def __gt__(self, other): argument
90 def __eq__(self, other): argument
92 def __le__(self, other): argument
94 def __ge__(self, other): argument
96 def __ne__(self, other): argument
Dtabnanny.py207 def equal(self, other): argument
214 def not_equal_witness(self, other): argument
238 def less(self, other): argument
255 def not_less_witness(self, other): argument
Ddecimal.py728 def _check_nans(self, other=None, context=None): argument
760 def _compare_check_nans(self, other, context): argument
800 def _cmp(self, other): argument
864 def __eq__(self, other, context=None): argument
872 def __ne__(self, other, context=None): argument
880 def __lt__(self, other, context=None): argument
889 def __le__(self, other, context=None): argument
898 def __gt__(self, other, context=None): argument
907 def __ge__(self, other, context=None): argument
916 def compare(self, other, context=None): argument
[all …]
D_abcoll.py149 def __le__(self, other): argument
159 def __lt__(self, other): argument
164 def __gt__(self, other): argument
169 def __ge__(self, other): argument
174 def __eq__(self, other): argument
179 def __ne__(self, other): argument
191 def __and__(self, other): argument
196 def isdisjoint(self, other): argument
202 def __or__(self, other): argument
208 def __sub__(self, other): argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DComplex.py160 def __cmp__(self, other): argument
164 def __rcmp__(self, other): argument
178 def __add__(self, other): argument
184 def __sub__(self, other): argument
188 def __rsub__(self, other): argument
192 def __mul__(self, other): argument
199 def __div__(self, other): argument
206 def __rdiv__(self, other): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dsetobject.c650 PySetObject *other; in set_merge() local
931 set_update_internal(PySetObject *so, PyObject *other) in set_update_internal()
989 PyObject *other = PyTuple_GET_ITEM(args, i); in set_update() local
1181 PyObject *other; in set_union() local
1206 set_or(PySetObject *so, PyObject *other) in set_or()
1228 set_ior(PySetObject *so, PyObject *other) in set_ior()
1241 set_intersection(PySetObject *so, PyObject *other) in set_intersection()
1334 PyObject *other = PyTuple_GET_ITEM(args, i); in set_intersection_multi() local
1352 set_intersection_update(PySetObject *so, PyObject *other) in set_intersection_update()
1381 set_and(PySetObject *so, PyObject *other) in set_and()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dsetobject.c651 PySetObject *other; in set_merge() local
932 set_update_internal(PySetObject *so, PyObject *other) in set_update_internal()
990 PyObject *other = PyTuple_GET_ITEM(args, i); in set_update() local
1182 PyObject *other; in set_union() local
1207 set_or(PySetObject *so, PyObject *other) in set_or()
1229 set_ior(PySetObject *so, PyObject *other) in set_ior()
1242 set_intersection(PySetObject *so, PyObject *other) in set_intersection()
1335 PyObject *other = PyTuple_GET_ITEM(args, i); in set_intersection_multi() local
1353 set_intersection_update(PySetObject *so, PyObject *other) in set_intersection_update()
1382 set_and(PySetObject *so, PyObject *other) in set_and()
[all …]
/device/google/cuttlefish_common/tools/play_audio/
Dsdl_wrapper.cpp28 SDLAudioDevice::SDLAudioDevice(SDLAudioDevice&& other) in SDLAudioDevice() function in SDLAudioDevice
32 SDLAudioDevice& SDLAudioDevice::operator=(SDLAudioDevice&& other) { in operator =()
/device/generic/goldfish-opengl/android-emu/android/base/
DOptional.h192 Optional(const Optional& other) : base_flag(other.constructed()) { in Optional()
197 Optional(Optional&& other) : base_flag(other.constructed()) { in Optional() function
207 Optional(const Optional<U>& other) : base_flag(other.constructed()) { in Optional()
217 Optional(Optional<U>&& other) : base_flag(other.constructed()) { in Optional() function

123456