Searched refs:signedlongMethod (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl2.m81 -(signed long)signedlongMethod;
2465 -(signed long)signedlongMethod;
8191 return [obj signedlongMethod];
8199 SETUP_INVOCATION(inv, obj, @selector(signedlongMethod))
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl2.m81 -(signed long)signedlongMethod;
2465 -(signed long)signedlongMethod;
8191 return [obj signedlongMethod];
8199 SETUP_INVOCATION(inv, obj, @selector(signedlongMethod))
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dtestbndl2.m81 -(signed long)signedlongMethod;
2465 -(signed long)signedlongMethod
8191 return [obj signedlongMethod];
8199 SETUP_INVOCATION(inv, obj, @selector(signedlongMethod))
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py490 self.assertEquals(o.signedlongMethod(), -(1<<30))
491 self.assertEquals(o.signedlongMethod(), -42)
492 self.assertEquals(o.signedlongMethod(), 0)
493 self.assertEquals(o.signedlongMethod(), 42)
494 self.assertEquals(o.signedlongMethod(), 1 << 30)
18369 def signedlongMethod(self): member in class:Python_TestClass
18374 signedlongMethod = objc.selector(signedlongMethod, signature="" + long_tp + "@:") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py490 self.assertEquals(o.signedlongMethod(), -(1<<30))
491 self.assertEquals(o.signedlongMethod(), -42)
492 self.assertEquals(o.signedlongMethod(), 0)
493 self.assertEquals(o.signedlongMethod(), 42)
494 self.assertEquals(o.signedlongMethod(), 1 << 30)
18369 def signedlongMethod(self): member in class:Python_TestClass
18374 signedlongMethod = objc.selector(signedlongMethod, signature=b"" + long_tp + b"@:") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methods2.py493 self.assertEqual(o.signedlongMethod(), -(1<<30))
494 self.assertEqual(o.signedlongMethod(), -42)
495 self.assertEqual(o.signedlongMethod(), 0)
496 self.assertEqual(o.signedlongMethod(), 42)
497 self.assertEqual(o.signedlongMethod(), 1 << 30)
18372 def signedlongMethod(self): member in class:Python_TestClass
18377 signedlongMethod = objc.selector(signedlongMethod, signature=b"" + long_tp + b"@:") variable in class:Python_TestClass
[all...]

Completed in 3195 milliseconds