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

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py14525 r = o.NSRectArg_andunsignedintArg_(((1, 2), (3, 4)), 0)
14528 r = o.NSRectArg_andunsignedintArg_(((1, 2), (3, 4)), 42)
14531 r = o.NSRectArg_andunsignedintArg_(((1, 2), (3, 4)), 1 << 30)
14534 r = o.NSRectArg_andunsignedintArg_(((7, 8), (9, 10)), 0)
14537 r = o.NSRectArg_andunsignedintArg_(((7, 8), (9, 10)), 42)
14540 r = o.NSRectArg_andunsignedintArg_(((7, 8), (9, 10)), 1 << 30)
20668 def NSRectArg_andunsignedintArg_(self, arg1, arg2): member in class:Python_TestClass
20670 NSRectArg_andunsignedintArg_ = objc.selector(NSRectArg_andunsignedintArg_, signature="@@:" + NSRect_tp + "I") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py14525 r = o.NSRectArg_andunsignedintArg_(((1, 2), (3, 4)), 0)
14528 r = o.NSRectArg_andunsignedintArg_(((1, 2), (3, 4)), 42)
14531 r = o.NSRectArg_andunsignedintArg_(((1, 2), (3, 4)), 1 << 30)
14534 r = o.NSRectArg_andunsignedintArg_(((7, 8), (9, 10)), 0)
14537 r = o.NSRectArg_andunsignedintArg_(((7, 8), (9, 10)), 42)
14540 r = o.NSRectArg_andunsignedintArg_(((7, 8), (9, 10)), 1 << 30)
20668 def NSRectArg_andunsignedintArg_(self, arg1, arg2): member in class:Python_TestClass
20670 NSRectArg_andunsignedintArg_ = objc.selector(NSRectArg_andunsignedintArg_, signature=b"@@:" + NSRect_tp + 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.py14528 r = o.NSRectArg_andunsignedintArg_(((1, 2), (3, 4)), 0)
14531 r = o.NSRectArg_andunsignedintArg_(((1, 2), (3, 4)), 42)
14534 r = o.NSRectArg_andunsignedintArg_(((1, 2), (3, 4)), 1 << 30)
14537 r = o.NSRectArg_andunsignedintArg_(((7, 8), (9, 10)), 0)
14540 r = o.NSRectArg_andunsignedintArg_(((7, 8), (9, 10)), 42)
14543 r = o.NSRectArg_andunsignedintArg_(((7, 8), (9, 10)), 1 << 30)
20671 def NSRectArg_andunsignedintArg_(self, arg1, arg2): member in class:Python_TestClass
20673 NSRectArg_andunsignedintArg_ = objc.selector(NSRectArg_andunsignedintArg_, signature=b"@@:" + NSRect_tp + b"I") variable in class:Python_TestClass
[all...]

Completed in 470 milliseconds