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

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py6011 r = o.signedlongArg_andstructTestStruct4Arg_(-(1<<30), (1, 1L<<60))
6014 r = o.signedlongArg_andstructTestStruct4Arg_(-(1<<30), (2, 4))
6017 r = o.signedlongArg_andstructTestStruct4Arg_(-42, (1, 1L<<60))
6020 r = o.signedlongArg_andstructTestStruct4Arg_(-42, (2, 4))
6023 r = o.signedlongArg_andstructTestStruct4Arg_(0, (1, 1L<<60))
6026 r = o.signedlongArg_andstructTestStruct4Arg_(0, (2, 4))
6029 r = o.signedlongArg_andstructTestStruct4Arg_(42, (1, 1L<<60))
6032 r = o.signedlongArg_andstructTestStruct4Arg_(42, (2, 4))
6035 r = o.signedlongArg_andstructTestStruct4Arg_(1 << 30, (1, 1L<<60))
6038 r = o.signedlongArg_andstructTestStruct4Arg_(
19314 def signedlongArg_andstructTestStruct4Arg_(self, arg1, arg2): member in class:Python_TestClass
19316 signedlongArg_andstructTestStruct4Arg_ = objc.selector(signedlongArg_andstructTestStruct4Arg_, signature="@@:" + long_tp + "{_TestStruct4=cq}") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py6011 r = o.signedlongArg_andstructTestStruct4Arg_(-(1<<30), (1, 1L<<60))
6014 r = o.signedlongArg_andstructTestStruct4Arg_(-(1<<30), (2, 4))
6017 r = o.signedlongArg_andstructTestStruct4Arg_(-42, (1, 1L<<60))
6020 r = o.signedlongArg_andstructTestStruct4Arg_(-42, (2, 4))
6023 r = o.signedlongArg_andstructTestStruct4Arg_(0, (1, 1L<<60))
6026 r = o.signedlongArg_andstructTestStruct4Arg_(0, (2, 4))
6029 r = o.signedlongArg_andstructTestStruct4Arg_(42, (1, 1L<<60))
6032 r = o.signedlongArg_andstructTestStruct4Arg_(42, (2, 4))
6035 r = o.signedlongArg_andstructTestStruct4Arg_(1 << 30, (1, 1L<<60))
6038 r = o.signedlongArg_andstructTestStruct4Arg_(
19314 def signedlongArg_andstructTestStruct4Arg_(self, arg1, arg2): member in class:Python_TestClass
19316 signedlongArg_andstructTestStruct4Arg_ = objc.selector(signedlongArg_andstructTestStruct4Arg_, signature=b"@@:" + long_tp + b"{_TestStruct4=cq}") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methods2.py6014 r = o.signedlongArg_andstructTestStruct4Arg_(-(1<<30), (1, 1<<60))
6017 r = o.signedlongArg_andstructTestStruct4Arg_(-(1<<30), (2, 4))
6020 r = o.signedlongArg_andstructTestStruct4Arg_(-42, (1, 1<<60))
6023 r = o.signedlongArg_andstructTestStruct4Arg_(-42, (2, 4))
6026 r = o.signedlongArg_andstructTestStruct4Arg_(0, (1, 1<<60))
6029 r = o.signedlongArg_andstructTestStruct4Arg_(0, (2, 4))
6032 r = o.signedlongArg_andstructTestStruct4Arg_(42, (1, 1<<60))
6035 r = o.signedlongArg_andstructTestStruct4Arg_(42, (2, 4))
6038 r = o.signedlongArg_andstructTestStruct4Arg_(1 << 30, (1, 1<<60))
6041 r = o.signedlongArg_andstructTestStruct4Arg_(
19317 def signedlongArg_andstructTestStruct4Arg_(self, arg1, arg2): member in class:Python_TestClass
19319 signedlongArg_andstructTestStruct4Arg_ = objc.selector(signedlongArg_andstructTestStruct4Arg_, signature=b"@@:" + long_tp + b"{_TestStruct4=cq}") variable in class:Python_TestClass
[all...]

Completed in 443 milliseconds