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

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py8693 r = o.unsignedintArg_andBOOLArg_(0, YES)
8696 r = o.unsignedintArg_andBOOLArg_(0, NO)
8699 r = o.unsignedintArg_andBOOLArg_(42, YES)
8702 r = o.unsignedintArg_andBOOLArg_(42, NO)
8705 r = o.unsignedintArg_andBOOLArg_(1 << 30, YES)
8708 r = o.unsignedintArg_andBOOLArg_(1 << 30, NO)
19677 def unsignedintArg_andBOOLArg_(self, arg1, arg2): member in class:Python_TestClass
19679 unsignedintArg_andBOOLArg_ = objc.selector(unsignedintArg_andBOOLArg_, signature="@@:Ic") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py8693 r = o.unsignedintArg_andBOOLArg_(0, YES)
8696 r = o.unsignedintArg_andBOOLArg_(0, NO)
8699 r = o.unsignedintArg_andBOOLArg_(42, YES)
8702 r = o.unsignedintArg_andBOOLArg_(42, NO)
8705 r = o.unsignedintArg_andBOOLArg_(1 << 30, YES)
8708 r = o.unsignedintArg_andBOOLArg_(1 << 30, NO)
19677 def unsignedintArg_andBOOLArg_(self, arg1, arg2): member in class:Python_TestClass
19679 unsignedintArg_andBOOLArg_ = objc.selector(unsignedintArg_andBOOLArg_, signature=b"@@:Ic") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methods2.py8696 r = o.unsignedintArg_andBOOLArg_(0, YES)
8699 r = o.unsignedintArg_andBOOLArg_(0, NO)
8702 r = o.unsignedintArg_andBOOLArg_(42, YES)
8705 r = o.unsignedintArg_andBOOLArg_(42, NO)
8708 r = o.unsignedintArg_andBOOLArg_(1 << 30, YES)
8711 r = o.unsignedintArg_andBOOLArg_(1 << 30, NO)
19680 def unsignedintArg_andBOOLArg_(self, arg1, arg2): member in class:Python_TestClass
19682 unsignedintArg_andBOOLArg_ = objc.selector(unsignedintArg_andBOOLArg_, signature=b"@@:Ic") variable in class:Python_TestClass
[all...]

Completed in 426 milliseconds