Searched refs:unsignedintArg_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.py9351 r = o.unsignedintArg_andstructTestStruct4Arg_(0, (1, 1L<<60))
9354 r = o.unsignedintArg_andstructTestStruct4Arg_(0, (2, 4))
9357 r = o.unsignedintArg_andstructTestStruct4Arg_(42, (1, 1L<<60))
9360 r = o.unsignedintArg_andstructTestStruct4Arg_(42, (2, 4))
9363 r = o.unsignedintArg_andstructTestStruct4Arg_(1 << 30, (1, 1L<<60))
9366 r = o.unsignedintArg_andstructTestStruct4Arg_(1 << 30, (2, 4))
19778 def unsignedintArg_andstructTestStruct4Arg_(self, arg1, arg2): member in class:Python_TestClass
19780 unsignedintArg_andstructTestStruct4Arg_ = objc.selector(unsignedintArg_andstructTestStruct4Arg_, signature="@@:I{_TestStruct4=cq}") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py9351 r = o.unsignedintArg_andstructTestStruct4Arg_(0, (1, 1L<<60))
9354 r = o.unsignedintArg_andstructTestStruct4Arg_(0, (2, 4))
9357 r = o.unsignedintArg_andstructTestStruct4Arg_(42, (1, 1L<<60))
9360 r = o.unsignedintArg_andstructTestStruct4Arg_(42, (2, 4))
9363 r = o.unsignedintArg_andstructTestStruct4Arg_(1 << 30, (1, 1L<<60))
9366 r = o.unsignedintArg_andstructTestStruct4Arg_(1 << 30, (2, 4))
19778 def unsignedintArg_andstructTestStruct4Arg_(self, arg1, arg2): member in class:Python_TestClass
19780 unsignedintArg_andstructTestStruct4Arg_ = objc.selector(unsignedintArg_andstructTestStruct4Arg_, signature=b"@@:I{_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.py9354 r = o.unsignedintArg_andstructTestStruct4Arg_(0, (1, 1<<60))
9357 r = o.unsignedintArg_andstructTestStruct4Arg_(0, (2, 4))
9360 r = o.unsignedintArg_andstructTestStruct4Arg_(42, (1, 1<<60))
9363 r = o.unsignedintArg_andstructTestStruct4Arg_(42, (2, 4))
9366 r = o.unsignedintArg_andstructTestStruct4Arg_(1 << 30, (1, 1<<60))
9369 r = o.unsignedintArg_andstructTestStruct4Arg_(1 << 30, (2, 4))
19781 def unsignedintArg_andstructTestStruct4Arg_(self, arg1, arg2): member in class:Python_TestClass
19783 unsignedintArg_andstructTestStruct4Arg_ = objc.selector(unsignedintArg_andstructTestStruct4Arg_, signature=b"@@:I{_TestStruct4=cq}") variable in class:Python_TestClass
[all...]

Completed in 431 milliseconds