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

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py9835 r = o.unsignedlongArg_andfloatArg_(0, 0.128)
9838 r = o.unsignedlongArg_andfloatArg_(0, 1.0)
9841 r = o.unsignedlongArg_andfloatArg_(0, 42.0)
9844 r = o.unsignedlongArg_andfloatArg_(0, 1e10)
9847 r = o.unsignedlongArg_andfloatArg_(42, 0.128)
9850 r = o.unsignedlongArg_andfloatArg_(42, 1.0)
9853 r = o.unsignedlongArg_andfloatArg_(42, 42.0)
9856 r = o.unsignedlongArg_andfloatArg_(42, 1e10)
9859 r = o.unsignedlongArg_andfloatArg_(1L << 30, 0.128)
9862 r = o.unsignedlongArg_andfloatArg_(
19848 def unsignedlongArg_andfloatArg_(self, arg1, arg2): member in class:Python_TestClass
19850 unsignedlongArg_andfloatArg_ = objc.selector(unsignedlongArg_andfloatArg_, signature="@@:" + ulong_tp + "f") variable in class:Python_TestClass
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py9835 r = o.unsignedlongArg_andfloatArg_(0, 0.128)
9838 r = o.unsignedlongArg_andfloatArg_(0, 1.0)
9841 r = o.unsignedlongArg_andfloatArg_(0, 42.0)
9844 r = o.unsignedlongArg_andfloatArg_(0, 1e10)
9847 r = o.unsignedlongArg_andfloatArg_(42, 0.128)
9850 r = o.unsignedlongArg_andfloatArg_(42, 1.0)
9853 r = o.unsignedlongArg_andfloatArg_(42, 42.0)
9856 r = o.unsignedlongArg_andfloatArg_(42, 1e10)
9859 r = o.unsignedlongArg_andfloatArg_(1L << 30, 0.128)
9862 r = o.unsignedlongArg_andfloatArg_(
19848 def unsignedlongArg_andfloatArg_(self, arg1, arg2): member in class:Python_TestClass
19850 unsignedlongArg_andfloatArg_ = objc.selector(unsignedlongArg_andfloatArg_, signature=b"@@:" + ulong_tp + b"f") variable in class:Python_TestClass
[all...]

Completed in 228 milliseconds