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

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py11608 r = o.floatArg_andNSRectArg_(0.128, ((1, 2), (3, 4)))
11611 r = o.floatArg_andNSRectArg_(0.128, ((7, 8), (9, 10)))
11614 r = o.floatArg_andNSRectArg_(1.0, ((1, 2), (3, 4)))
11617 r = o.floatArg_andNSRectArg_(1.0, ((7, 8), (9, 10)))
11620 r = o.floatArg_andNSRectArg_(42.0, ((1, 2), (3, 4)))
11623 r = o.floatArg_andNSRectArg_(42.0, ((7, 8), (9, 10)))
11626 r = o.floatArg_andNSRectArg_(1e10, ((1, 2), (3, 4)))
11629 r = o.floatArg_andNSRectArg_(1e10, ((7, 8), (9, 10)))
20106 def floatArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
20108 floatArg_andNSRectArg_ variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py11608 r = o.floatArg_andNSRectArg_(0.128, ((1, 2), (3, 4)))
11611 r = o.floatArg_andNSRectArg_(0.128, ((7, 8), (9, 10)))
11614 r = o.floatArg_andNSRectArg_(1.0, ((1, 2), (3, 4)))
11617 r = o.floatArg_andNSRectArg_(1.0, ((7, 8), (9, 10)))
11620 r = o.floatArg_andNSRectArg_(42.0, ((1, 2), (3, 4)))
11623 r = o.floatArg_andNSRectArg_(42.0, ((7, 8), (9, 10)))
11626 r = o.floatArg_andNSRectArg_(1e10, ((1, 2), (3, 4)))
11629 r = o.floatArg_andNSRectArg_(1e10, ((7, 8), (9, 10)))
20106 def floatArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
20108 floatArg_andNSRectArg_ variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methods2.py11611 r = o.floatArg_andNSRectArg_(0.128, ((1, 2), (3, 4)))
11614 r = o.floatArg_andNSRectArg_(0.128, ((7, 8), (9, 10)))
11617 r = o.floatArg_andNSRectArg_(1.0, ((1, 2), (3, 4)))
11620 r = o.floatArg_andNSRectArg_(1.0, ((7, 8), (9, 10)))
11623 r = o.floatArg_andNSRectArg_(42.0, ((1, 2), (3, 4)))
11626 r = o.floatArg_andNSRectArg_(42.0, ((7, 8), (9, 10)))
11629 r = o.floatArg_andNSRectArg_(1e10, ((1, 2), (3, 4)))
11632 r = o.floatArg_andNSRectArg_(1e10, ((7, 8), (9, 10)))
20109 def floatArg_andNSRectArg_(self, arg1, arg2): member in class:Python_TestClass
20111 floatArg_andNSRectArg_ variable in class:Python_TestClass
[all...]

Completed in 337 milliseconds