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

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py9204 r = o.unsignedintArg_andcharPtrArg_(0, "hello")
9207 r = o.unsignedintArg_andcharPtrArg_(0, "world")
9210 r = o.unsignedintArg_andcharPtrArg_(0, "foobar")
9213 r = o.unsignedintArg_andcharPtrArg_(42, "hello")
9216 r = o.unsignedintArg_andcharPtrArg_(42, "world")
9219 r = o.unsignedintArg_andcharPtrArg_(42, "foobar")
9222 r = o.unsignedintArg_andcharPtrArg_(1 << 30, "hello")
9225 r = o.unsignedintArg_andcharPtrArg_(1 << 30, "world")
9228 r = o.unsignedintArg_andcharPtrArg_(1 << 30, "foobar")
19747 def unsignedintArg_andcharPtrArg_(sel member in class:Python_TestClass
19750 unsignedintArg_andcharPtrArg_ = objc.selector(unsignedintArg_andcharPtrArg_, signature="@@:I*") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py9204 r = o.unsignedintArg_andcharPtrArg_(0, b"hello")
9207 r = o.unsignedintArg_andcharPtrArg_(0, b"world")
9210 r = o.unsignedintArg_andcharPtrArg_(0, b"foobar")
9213 r = o.unsignedintArg_andcharPtrArg_(42, b"hello")
9216 r = o.unsignedintArg_andcharPtrArg_(42, b"world")
9219 r = o.unsignedintArg_andcharPtrArg_(42, b"foobar")
9222 r = o.unsignedintArg_andcharPtrArg_(1 << 30, b"hello")
9225 r = o.unsignedintArg_andcharPtrArg_(1 << 30, b"world")
9228 r = o.unsignedintArg_andcharPtrArg_(1 << 30, b"foobar")
19747 def unsignedintArg_andcharPtrArg_(sel member in class:Python_TestClass
19750 unsignedintArg_andcharPtrArg_ = objc.selector(unsignedintArg_andcharPtrArg_, signature=b"@@:I*") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methods2.py9207 r = o.unsignedintArg_andcharPtrArg_(0, b"hello")
9210 r = o.unsignedintArg_andcharPtrArg_(0, b"world")
9213 r = o.unsignedintArg_andcharPtrArg_(0, b"foobar")
9216 r = o.unsignedintArg_andcharPtrArg_(42, b"hello")
9219 r = o.unsignedintArg_andcharPtrArg_(42, b"world")
9222 r = o.unsignedintArg_andcharPtrArg_(42, b"foobar")
9225 r = o.unsignedintArg_andcharPtrArg_(1 << 30, b"hello")
9228 r = o.unsignedintArg_andcharPtrArg_(1 << 30, b"world")
9231 r = o.unsignedintArg_andcharPtrArg_(1 << 30, b"foobar")
19750 def unsignedintArg_andcharPtrArg_(sel member in class:Python_TestClass
19753 unsignedintArg_andcharPtrArg_ = objc.selector(unsignedintArg_andcharPtrArg_, signature=b"@@:I*") variable in class:Python_TestClass
[all...]

Completed in 324 milliseconds