Searched refs:unsignedintArg_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.py9259 r = o.unsignedintArg_andNSRectArg_(0, ((1, 2), (3, 4)))
9262 r = o.unsignedintArg_andNSRectArg_(0, ((7, 8), (9, 10)))
9265 r = o.unsignedintArg_andNSRectArg_(42, ((1, 2), (3, 4)))
9268 r = o.unsignedintArg_andNSRectArg_(42, ((7, 8), (9, 10)))
9271 r = o.unsignedintArg_andNSRectArg_(1 << 30, ((1, 2), (3, 4)))
9274 r = o.unsignedintArg_andNSRectArg_(1 << 30, ((7, 8), (9, 10)))
19758 def unsignedintArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
19760 unsignedintArg_andNSRectArg_ = objc.selector(unsignedintArg_andNSRectArg_, signature="@@:I" + NSRect_tp) variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py9259 r = o.unsignedintArg_andNSRectArg_(0, ((1, 2), (3, 4)))
9262 r = o.unsignedintArg_andNSRectArg_(0, ((7, 8), (9, 10)))
9265 r = o.unsignedintArg_andNSRectArg_(42, ((1, 2), (3, 4)))
9268 r = o.unsignedintArg_andNSRectArg_(42, ((7, 8), (9, 10)))
9271 r = o.unsignedintArg_andNSRectArg_(1 << 30, ((1, 2), (3, 4)))
9274 r = o.unsignedintArg_andNSRectArg_(1 << 30, ((7, 8), (9, 10)))
19758 def unsignedintArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
19760 unsignedintArg_andNSRectArg_ = objc.selector(unsignedintArg_andNSRectArg_, signature=b"@@:I" + 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.py9262 r = o.unsignedintArg_andNSRectArg_(0, ((1, 2), (3, 4)))
9265 r = o.unsignedintArg_andNSRectArg_(0, ((7, 8), (9, 10)))
9268 r = o.unsignedintArg_andNSRectArg_(42, ((1, 2), (3, 4)))
9271 r = o.unsignedintArg_andNSRectArg_(42, ((7, 8), (9, 10)))
9274 r = o.unsignedintArg_andNSRectArg_(1 << 30, ((1, 2), (3, 4)))
9277 r = o.unsignedintArg_andNSRectArg_(1 << 30, ((7, 8), (9, 10)))
19761 def unsignedintArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
19763 unsignedintArg_andNSRectArg_ = objc.selector(unsignedintArg_andNSRectArg_, signature=b"@@:I" + NSRect_tp) variable in class:Python_TestClass
[all...]

Completed in 435 milliseconds