Searched refs:signedlongArg_andNSRectArg_ (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py5871 r = o.signedlongArg_andNSRectArg_(-(1<<30), ((1, 2), (3, 4)))
5874 r = o.signedlongArg_andNSRectArg_(-(1<<30), ((7, 8), (9, 10)))
5877 r = o.signedlongArg_andNSRectArg_(-42, ((1, 2), (3, 4)))
5880 r = o.signedlongArg_andNSRectArg_(-42, ((7, 8), (9, 10)))
5883 r = o.signedlongArg_andNSRectArg_(0, ((1, 2), (3, 4)))
5886 r = o.signedlongArg_andNSRectArg_(0, ((7, 8), (9, 10)))
5889 r = o.signedlongArg_andNSRectArg_(42, ((1, 2), (3, 4)))
5892 r = o.signedlongArg_andNSRectArg_(42, ((7, 8), (9, 10)))
5895 r = o.signedlongArg_andNSRectArg_(1 << 30, ((1, 2), (3, 4)))
5898 r = o.signedlongArg_andNSRectArg_(
19294 def signedlongArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
19296 signedlongArg_andNSRectArg_ = objc.selector(signedlongArg_andNSRectArg_, signature="@@:" + long_tp + "" + NSRect_tp) variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py5871 r = o.signedlongArg_andNSRectArg_(-(1<<30), ((1, 2), (3, 4)))
5874 r = o.signedlongArg_andNSRectArg_(-(1<<30), ((7, 8), (9, 10)))
5877 r = o.signedlongArg_andNSRectArg_(-42, ((1, 2), (3, 4)))
5880 r = o.signedlongArg_andNSRectArg_(-42, ((7, 8), (9, 10)))
5883 r = o.signedlongArg_andNSRectArg_(0, ((1, 2), (3, 4)))
5886 r = o.signedlongArg_andNSRectArg_(0, ((7, 8), (9, 10)))
5889 r = o.signedlongArg_andNSRectArg_(42, ((1, 2), (3, 4)))
5892 r = o.signedlongArg_andNSRectArg_(42, ((7, 8), (9, 10)))
5895 r = o.signedlongArg_andNSRectArg_(1 << 30, ((1, 2), (3, 4)))
5898 r = o.signedlongArg_andNSRectArg_(
19294 def signedlongArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
19296 signedlongArg_andNSRectArg_ = objc.selector(signedlongArg_andNSRectArg_, signature=b"@@:" + long_tp + NSRect_tp) variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methods2.py5874 r = o.signedlongArg_andNSRectArg_(-(1<<30), ((1, 2), (3, 4)))
5877 r = o.signedlongArg_andNSRectArg_(-(1<<30), ((7, 8), (9, 10)))
5880 r = o.signedlongArg_andNSRectArg_(-42, ((1, 2), (3, 4)))
5883 r = o.signedlongArg_andNSRectArg_(-42, ((7, 8), (9, 10)))
5886 r = o.signedlongArg_andNSRectArg_(0, ((1, 2), (3, 4)))
5889 r = o.signedlongArg_andNSRectArg_(0, ((7, 8), (9, 10)))
5892 r = o.signedlongArg_andNSRectArg_(42, ((1, 2), (3, 4)))
5895 r = o.signedlongArg_andNSRectArg_(42, ((7, 8), (9, 10)))
5898 r = o.signedlongArg_andNSRectArg_(1 << 30, ((1, 2), (3, 4)))
5901 r = o.signedlongArg_andNSRectArg_(
19297 def signedlongArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
19299 signedlongArg_andNSRectArg_ = objc.selector(signedlongArg_andNSRectArg_, signature=b"@@:" + long_tp + NSRect_tp) variable in class:Python_TestClass
[all...]

Completed in 253 milliseconds