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

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py5976 r = o.signedlongArg_andstructTestStruct3Arg_(-(1<<30), (1, 2))
5979 r = o.signedlongArg_andstructTestStruct3Arg_(-(1<<30), (2, 4))
5982 r = o.signedlongArg_andstructTestStruct3Arg_(-42, (1, 2))
5985 r = o.signedlongArg_andstructTestStruct3Arg_(-42, (2, 4))
5988 r = o.signedlongArg_andstructTestStruct3Arg_(0, (1, 2))
5991 r = o.signedlongArg_andstructTestStruct3Arg_(0, (2, 4))
5994 r = o.signedlongArg_andstructTestStruct3Arg_(42, (1, 2))
5997 r = o.signedlongArg_andstructTestStruct3Arg_(42, (2, 4))
6000 r = o.signedlongArg_andstructTestStruct3Arg_(1 << 30, (1, 2))
6003 r = o.signedlongArg_andstructTestStruct3Arg_(
19309 def signedlongArg_andstructTestStruct3Arg_(self, arg1, arg2): member in class:Python_TestClass
19311 signedlongArg_andstructTestStruct3Arg_ = objc.selector(signedlongArg_andstructTestStruct3Arg_, signature="@@:" + long_tp + "{_TestStruct3=ci}") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py5976 r = o.signedlongArg_andstructTestStruct3Arg_(-(1<<30), (1, 2))
5979 r = o.signedlongArg_andstructTestStruct3Arg_(-(1<<30), (2, 4))
5982 r = o.signedlongArg_andstructTestStruct3Arg_(-42, (1, 2))
5985 r = o.signedlongArg_andstructTestStruct3Arg_(-42, (2, 4))
5988 r = o.signedlongArg_andstructTestStruct3Arg_(0, (1, 2))
5991 r = o.signedlongArg_andstructTestStruct3Arg_(0, (2, 4))
5994 r = o.signedlongArg_andstructTestStruct3Arg_(42, (1, 2))
5997 r = o.signedlongArg_andstructTestStruct3Arg_(42, (2, 4))
6000 r = o.signedlongArg_andstructTestStruct3Arg_(1 << 30, (1, 2))
6003 r = o.signedlongArg_andstructTestStruct3Arg_(
19309 def signedlongArg_andstructTestStruct3Arg_(self, arg1, arg2): member in class:Python_TestClass
19311 signedlongArg_andstructTestStruct3Arg_ = objc.selector(signedlongArg_andstructTestStruct3Arg_, signature=b"@@:" + long_tp + b"{_TestStruct3=ci}") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methods2.py5979 r = o.signedlongArg_andstructTestStruct3Arg_(-(1<<30), (1, 2))
5982 r = o.signedlongArg_andstructTestStruct3Arg_(-(1<<30), (2, 4))
5985 r = o.signedlongArg_andstructTestStruct3Arg_(-42, (1, 2))
5988 r = o.signedlongArg_andstructTestStruct3Arg_(-42, (2, 4))
5991 r = o.signedlongArg_andstructTestStruct3Arg_(0, (1, 2))
5994 r = o.signedlongArg_andstructTestStruct3Arg_(0, (2, 4))
5997 r = o.signedlongArg_andstructTestStruct3Arg_(42, (1, 2))
6000 r = o.signedlongArg_andstructTestStruct3Arg_(42, (2, 4))
6003 r = o.signedlongArg_andstructTestStruct3Arg_(1 << 30, (1, 2))
6006 r = o.signedlongArg_andstructTestStruct3Arg_(
19312 def signedlongArg_andstructTestStruct3Arg_(self, arg1, arg2): member in class:Python_TestClass
19314 signedlongArg_andstructTestStruct3Arg_ = objc.selector(signedlongArg_andstructTestStruct3Arg_, signature=b"@@:" + long_tp + b"{_TestStruct3=ci}") variable in class:Python_TestClass
[all...]

Completed in 321 milliseconds