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

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py14502 r = o.NSRectArg_andunsignedshortArg_(((1, 2), (3, 4)), 0)
14505 r = o.NSRectArg_andunsignedshortArg_(((1, 2), (3, 4)), 42)
14508 r = o.NSRectArg_andunsignedshortArg_(((1, 2), (3, 4)), 1<<14)
14511 r = o.NSRectArg_andunsignedshortArg_(((7, 8), (9, 10)), 0)
14514 r = o.NSRectArg_andunsignedshortArg_(((7, 8), (9, 10)), 42)
14517 r = o.NSRectArg_andunsignedshortArg_(((7, 8), (9, 10)), 1<<14)
20663 def NSRectArg_andunsignedshortArg_(self, arg1, arg2): member in class:Python_TestClass
20665 NSRectArg_andunsignedshortArg_ = objc.selector(NSRectArg_andunsignedshortArg_, signature="@@:" + NSRect_tp + "S") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py14502 r = o.NSRectArg_andunsignedshortArg_(((1, 2), (3, 4)), 0)
14505 r = o.NSRectArg_andunsignedshortArg_(((1, 2), (3, 4)), 42)
14508 r = o.NSRectArg_andunsignedshortArg_(((1, 2), (3, 4)), 1<<14)
14511 r = o.NSRectArg_andunsignedshortArg_(((7, 8), (9, 10)), 0)
14514 r = o.NSRectArg_andunsignedshortArg_(((7, 8), (9, 10)), 42)
14517 r = o.NSRectArg_andunsignedshortArg_(((7, 8), (9, 10)), 1<<14)
20663 def NSRectArg_andunsignedshortArg_(self, arg1, arg2): member in class:Python_TestClass
20665 NSRectArg_andunsignedshortArg_ = objc.selector(NSRectArg_andunsignedshortArg_, signature=b"@@:" + NSRect_tp + b"S") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methods2.py14505 r = o.NSRectArg_andunsignedshortArg_(((1, 2), (3, 4)), 0)
14508 r = o.NSRectArg_andunsignedshortArg_(((1, 2), (3, 4)), 42)
14511 r = o.NSRectArg_andunsignedshortArg_(((1, 2), (3, 4)), 1<<14)
14514 r = o.NSRectArg_andunsignedshortArg_(((7, 8), (9, 10)), 0)
14517 r = o.NSRectArg_andunsignedshortArg_(((7, 8), (9, 10)), 42)
14520 r = o.NSRectArg_andunsignedshortArg_(((7, 8), (9, 10)), 1<<14)
20666 def NSRectArg_andunsignedshortArg_(self, arg1, arg2): member in class:Python_TestClass
20668 NSRectArg_andunsignedshortArg_ = objc.selector(NSRectArg_andunsignedshortArg_, signature=b"@@:" + NSRect_tp + b"S") variable in class:Python_TestClass
[all...]

Completed in 281 milliseconds