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

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py14548 r = o.NSRectArg_andunsignedlongArg_(((1, 2), (3, 4)), 0)
14551 r = o.NSRectArg_andunsignedlongArg_(((1, 2), (3, 4)), 42)
14554 r = o.NSRectArg_andunsignedlongArg_(((1, 2), (3, 4)), 1L << 30)
14557 r = o.NSRectArg_andunsignedlongArg_(((7, 8), (9, 10)), 0)
14560 r = o.NSRectArg_andunsignedlongArg_(((7, 8), (9, 10)), 42)
14563 r = o.NSRectArg_andunsignedlongArg_(((7, 8), (9, 10)), 1L << 30)
20673 def NSRectArg_andunsignedlongArg_(self, arg1, arg2): member in class:Python_TestClass
20675 NSRectArg_andunsignedlongArg_ = objc.selector(NSRectArg_andunsignedlongArg_, signature="@@:" + NSRect_tp + "" + ulong_tp + "") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py14548 r = o.NSRectArg_andunsignedlongArg_(((1, 2), (3, 4)), 0)
14551 r = o.NSRectArg_andunsignedlongArg_(((1, 2), (3, 4)), 42)
14554 r = o.NSRectArg_andunsignedlongArg_(((1, 2), (3, 4)), 1L << 30)
14557 r = o.NSRectArg_andunsignedlongArg_(((7, 8), (9, 10)), 0)
14560 r = o.NSRectArg_andunsignedlongArg_(((7, 8), (9, 10)), 42)
14563 r = o.NSRectArg_andunsignedlongArg_(((7, 8), (9, 10)), 1L << 30)
20673 def NSRectArg_andunsignedlongArg_(self, arg1, arg2): member in class:Python_TestClass
20675 NSRectArg_andunsignedlongArg_ = objc.selector(NSRectArg_andunsignedlongArg_, signature=b"@@:" + NSRect_tp + ulong_tp) variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methods2.py14551 r = o.NSRectArg_andunsignedlongArg_(((1, 2), (3, 4)), 0)
14554 r = o.NSRectArg_andunsignedlongArg_(((1, 2), (3, 4)), 42)
14557 r = o.NSRectArg_andunsignedlongArg_(((1, 2), (3, 4)), 1 << 30)
14560 r = o.NSRectArg_andunsignedlongArg_(((7, 8), (9, 10)), 0)
14563 r = o.NSRectArg_andunsignedlongArg_(((7, 8), (9, 10)), 42)
14566 r = o.NSRectArg_andunsignedlongArg_(((7, 8), (9, 10)), 1 << 30)
20676 def NSRectArg_andunsignedlongArg_(self, arg1, arg2): member in class:Python_TestClass
20678 NSRectArg_andunsignedlongArg_ = objc.selector(NSRectArg_andunsignedlongArg_, signature=b"@@:" + NSRect_tp + ulong_tp) variable in class:Python_TestClass
[all...]

Completed in 324 milliseconds