Searched refs:unsignedlonglongArg_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.py10658 r = o.unsignedlonglongArg_andcharPtrArg_(0, "hello")
10661 r = o.unsignedlonglongArg_andcharPtrArg_(0, "world")
10664 r = o.unsignedlonglongArg_andcharPtrArg_(0, "foobar")
10667 r = o.unsignedlonglongArg_andcharPtrArg_(42, "hello")
10670 r = o.unsignedlonglongArg_andcharPtrArg_(42, "world")
10673 r = o.unsignedlonglongArg_andcharPtrArg_(42, "foobar")
10676 r = o.unsignedlonglongArg_andcharPtrArg_(1L << 62, "hello")
10679 r = o.unsignedlonglongArg_andcharPtrArg_(1L << 62, "world")
10682 r = o.unsignedlonglongArg_andcharPtrArg_(1L << 62, "foobar")
19979 def unsignedlonglongArg_andcharPtrArg_(sel member in class:Python_TestClass
19982 unsignedlonglongArg_andcharPtrArg_ = objc.selector(unsignedlonglongArg_andcharPtrArg_, signature="@@:Q*") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py10658 r = o.unsignedlonglongArg_andcharPtrArg_(0, b"hello")
10661 r = o.unsignedlonglongArg_andcharPtrArg_(0, b"world")
10664 r = o.unsignedlonglongArg_andcharPtrArg_(0, b"foobar")
10667 r = o.unsignedlonglongArg_andcharPtrArg_(42, b"hello")
10670 r = o.unsignedlonglongArg_andcharPtrArg_(42, b"world")
10673 r = o.unsignedlonglongArg_andcharPtrArg_(42, b"foobar")
10676 r = o.unsignedlonglongArg_andcharPtrArg_(1L << 62, b"hello")
10679 r = o.unsignedlonglongArg_andcharPtrArg_(1L << 62, b"world")
10682 r = o.unsignedlonglongArg_andcharPtrArg_(1L << 62, b"foobar")
19979 def unsignedlonglongArg_andcharPtrArg_(sel member in class:Python_TestClass
19982 unsignedlonglongArg_andcharPtrArg_ = objc.selector(unsignedlonglongArg_andcharPtrArg_, signature=b"@@:Q*") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methods2.py10661 r = o.unsignedlonglongArg_andcharPtrArg_(0, b"hello")
10664 r = o.unsignedlonglongArg_andcharPtrArg_(0, b"world")
10667 r = o.unsignedlonglongArg_andcharPtrArg_(0, b"foobar")
10670 r = o.unsignedlonglongArg_andcharPtrArg_(42, b"hello")
10673 r = o.unsignedlonglongArg_andcharPtrArg_(42, b"world")
10676 r = o.unsignedlonglongArg_andcharPtrArg_(42, b"foobar")
10679 r = o.unsignedlonglongArg_andcharPtrArg_(1 << 62, b"hello")
10682 r = o.unsignedlonglongArg_andcharPtrArg_(1 << 62, b"world")
10685 r = o.unsignedlonglongArg_andcharPtrArg_(1 << 62, b"foobar")
19982 def unsignedlonglongArg_andcharPtrArg_(sel member in class:Python_TestClass
19985 unsignedlonglongArg_andcharPtrArg_ = objc.selector(unsignedlonglongArg_andcharPtrArg_, signature=b"@@:Q*") variable in class:Python_TestClass
[all...]

Completed in 376 milliseconds