Searched refs:unsignedcharArg_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.py7805 r = o.unsignedcharArg_andNSRectArg_(0, ((1, 2), (3, 4)))
7808 r = o.unsignedcharArg_andNSRectArg_(0, ((7, 8), (9, 10)))
7811 r = o.unsignedcharArg_andNSRectArg_(128, ((1, 2), (3, 4)))
7814 r = o.unsignedcharArg_andNSRectArg_(128, ((7, 8), (9, 10)))
7817 r = o.unsignedcharArg_andNSRectArg_(255, ((1, 2), (3, 4)))
7820 r = o.unsignedcharArg_andNSRectArg_(255, ((7, 8), (9, 10)))
19526 def unsignedcharArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
19528 unsignedcharArg_andNSRectArg_ = objc.selector(unsignedcharArg_andNSRectArg_, signature="@@:C" + NSRect_tp) variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py7805 r = o.unsignedcharArg_andNSRectArg_(0, ((1, 2), (3, 4)))
7808 r = o.unsignedcharArg_andNSRectArg_(0, ((7, 8), (9, 10)))
7811 r = o.unsignedcharArg_andNSRectArg_(128, ((1, 2), (3, 4)))
7814 r = o.unsignedcharArg_andNSRectArg_(128, ((7, 8), (9, 10)))
7817 r = o.unsignedcharArg_andNSRectArg_(255, ((1, 2), (3, 4)))
7820 r = o.unsignedcharArg_andNSRectArg_(255, ((7, 8), (9, 10)))
19526 def unsignedcharArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
19528 unsignedcharArg_andNSRectArg_ = objc.selector(unsignedcharArg_andNSRectArg_, signature=b"@@:C" + 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.py7808 r = o.unsignedcharArg_andNSRectArg_(0, ((1, 2), (3, 4)))
7811 r = o.unsignedcharArg_andNSRectArg_(0, ((7, 8), (9, 10)))
7814 r = o.unsignedcharArg_andNSRectArg_(128, ((1, 2), (3, 4)))
7817 r = o.unsignedcharArg_andNSRectArg_(128, ((7, 8), (9, 10)))
7820 r = o.unsignedcharArg_andNSRectArg_(255, ((1, 2), (3, 4)))
7823 r = o.unsignedcharArg_andNSRectArg_(255, ((7, 8), (9, 10)))
19529 def unsignedcharArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
19531 unsignedcharArg_andNSRectArg_ = objc.selector(unsignedcharArg_andNSRectArg_, signature=b"@@:C" + NSRect_tp) variable in class:Python_TestClass
[all...]

Completed in 393 milliseconds