Searched refs:signedlonglongArg_andstructTestStruct4Arg_ (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py7146 r = o.signedlonglongArg_andstructTestStruct4Arg_(-(1L << 60), (1, 1L<<60))
7149 r = o.signedlonglongArg_andstructTestStruct4Arg_(-(1L << 60), (2, 4))
7152 r = o.signedlonglongArg_andstructTestStruct4Arg_(-42, (1, 1L<<60))
7155 r = o.signedlonglongArg_andstructTestStruct4Arg_(-42, (2, 4))
7158 r = o.signedlonglongArg_andstructTestStruct4Arg_(0, (1, 1L<<60))
7161 r = o.signedlonglongArg_andstructTestStruct4Arg_(0, (2, 4))
7164 r = o.signedlonglongArg_andstructTestStruct4Arg_(42, (1, 1L<<60))
7167 r = o.signedlonglongArg_andstructTestStruct4Arg_(42, (2, 4))
7170 r = o.signedlonglongArg_andstructTestStruct4Arg_(1L << 60, (1, 1L<<60))
7173 r = o.signedlonglongArg_andstructTestStruct4Arg_(
19430 def signedlonglongArg_andstructTestStruct4Arg_(self, arg1, arg2): member in class:Python_TestClass
19432 signedlonglongArg_andstructTestStruct4Arg_ = objc.selector(signedlonglongArg_andstructTestStruct4Arg_, signature="@@:q{_TestStruct4=cq}") variable in class:Python_TestClass
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py7146 r = o.signedlonglongArg_andstructTestStruct4Arg_(-(1L << 60), (1, 1L<<60))
7149 r = o.signedlonglongArg_andstructTestStruct4Arg_(-(1L << 60), (2, 4))
7152 r = o.signedlonglongArg_andstructTestStruct4Arg_(-42, (1, 1L<<60))
7155 r = o.signedlonglongArg_andstructTestStruct4Arg_(-42, (2, 4))
7158 r = o.signedlonglongArg_andstructTestStruct4Arg_(0, (1, 1L<<60))
7161 r = o.signedlonglongArg_andstructTestStruct4Arg_(0, (2, 4))
7164 r = o.signedlonglongArg_andstructTestStruct4Arg_(42, (1, 1L<<60))
7167 r = o.signedlonglongArg_andstructTestStruct4Arg_(42, (2, 4))
7170 r = o.signedlonglongArg_andstructTestStruct4Arg_(1L << 60, (1, 1L<<60))
7173 r = o.signedlonglongArg_andstructTestStruct4Arg_(
19430 def signedlonglongArg_andstructTestStruct4Arg_(self, arg1, arg2): member in class:Python_TestClass
19432 signedlonglongArg_andstructTestStruct4Arg_ = objc.selector(signedlonglongArg_andstructTestStruct4Arg_, signature=b"@@:q{_TestStruct4=cq}") variable in class:Python_TestClass
[all...]

Completed in 584 milliseconds