Searched refs:signedshortArg_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.py2711 r = o.signedshortArg_andBOOLArg_(-(1<<14), YES)
2714 r = o.signedshortArg_andBOOLArg_(-(1<<14), NO)
2717 r = o.signedshortArg_andBOOLArg_(-42, YES)
2720 r = o.signedshortArg_andBOOLArg_(-42, NO)
2723 r = o.signedshortArg_andBOOLArg_(0, YES)
2726 r = o.signedshortArg_andBOOLArg_(0, NO)
2729 r = o.signedshortArg_andBOOLArg_(42, YES)
2732 r = o.signedshortArg_andBOOLArg_(42, NO)
2735 r = o.signedshortArg_andBOOLArg_(1 << 14, YES)
2738 r = o.signedshortArg_andBOOLArg_(
18981 def signedshortArg_andBOOLArg_(self, arg1, arg2): member in class:Python_TestClass
18983 signedshortArg_andBOOLArg_ = objc.selector(signedshortArg_andBOOLArg_, signature="@@:sc") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py2711 r = o.signedshortArg_andBOOLArg_(-(1<<14), YES)
2714 r = o.signedshortArg_andBOOLArg_(-(1<<14), NO)
2717 r = o.signedshortArg_andBOOLArg_(-42, YES)
2720 r = o.signedshortArg_andBOOLArg_(-42, NO)
2723 r = o.signedshortArg_andBOOLArg_(0, YES)
2726 r = o.signedshortArg_andBOOLArg_(0, NO)
2729 r = o.signedshortArg_andBOOLArg_(42, YES)
2732 r = o.signedshortArg_andBOOLArg_(42, NO)
2735 r = o.signedshortArg_andBOOLArg_(1 << 14, YES)
2738 r = o.signedshortArg_andBOOLArg_(
18981 def signedshortArg_andBOOLArg_(self, arg1, arg2): member in class:Python_TestClass
18983 signedshortArg_andBOOLArg_ = objc.selector(signedshortArg_andBOOLArg_, signature=b"@@:sc") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methods2.py2714 r = o.signedshortArg_andBOOLArg_(-(1<<14), YES)
2717 r = o.signedshortArg_andBOOLArg_(-(1<<14), NO)
2720 r = o.signedshortArg_andBOOLArg_(-42, YES)
2723 r = o.signedshortArg_andBOOLArg_(-42, NO)
2726 r = o.signedshortArg_andBOOLArg_(0, YES)
2729 r = o.signedshortArg_andBOOLArg_(0, NO)
2732 r = o.signedshortArg_andBOOLArg_(42, YES)
2735 r = o.signedshortArg_andBOOLArg_(42, NO)
2738 r = o.signedshortArg_andBOOLArg_(1 << 14, YES)
2741 r = o.signedshortArg_andBOOLArg_(
18984 def signedshortArg_andBOOLArg_(self, arg1, arg2): member in class:Python_TestClass
18986 signedshortArg_andBOOLArg_ = objc.selector(signedshortArg_andBOOLArg_, signature=b"@@:sc") variable in class:Python_TestClass
[all...]

Completed in 337 milliseconds