Searched refs:_C_SEL (Results 1 - 25 of 56) sorted by relevance

123

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_webscriptobject.py20 self.failUnlessArgHasType(TestWebScriptObjectHelper.webScriptNameForSelector_, 0, objc._C_SEL)
21 self.failUnlessArgHasType(TestWebScriptObjectHelper.isSelectorExcludedFromWebScript_, 0, objc._C_SEL)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_webscriptobject.py20 self.assertArgHasType(TestWebScriptObjectHelper.webScriptNameForSelector_, 0, objc._C_SEL)
21 self.assertArgHasType(TestWebScriptObjectHelper.isSelectorExcludedFromWebScript_, 0, objc._C_SEL)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/PyObjCTest/
H A Dtest_webscriptobject.py20 self.assertArgHasType(TestWebScriptObjectHelper.webScriptNameForSelector_, 0, objc._C_SEL)
21 self.assertArgHasType(TestWebScriptObjectHelper.isSelectorExcludedFromWebScript_, 0, objc._C_SEL)
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsuserinterfacevalidation.py12 self.failUnlessResultHasType(TestNSUserInterfaceValidationHelper.action, objc._C_SEL)
H A Dtest_nstextinputclient.py25 self.failUnlessArgHasType(TestNSTextInputClientHelper.doCommandBySelector_, 0, objc._C_SEL)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsuserinterfacevalidation.py12 self.assertResultHasType(TestNSUserInterfaceValidationHelper.action, objc._C_SEL)
H A Dtest_nstextinputclient.py26 self.assertArgHasType(TestNSTextInputClientHelper.doCommandBySelector_, 0, objc._C_SEL)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsuserinterfacevalidation.py12 self.assertResultHasType(TestNSUserInterfaceValidationHelper.action, objc._C_SEL)
H A Dtest_nsdecimalnumber.py73 self.assertArgHasType(Behaviour.exceptionDuringOperation_error_leftOperand_rightOperand_, 0, objc._C_SEL)
H A Dtest_nstextinputclient.py26 self.assertArgHasType(TestNSTextInputClientHelper.doCommandBySelector_, 0, objc._C_SEL)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_metadata_inheritance.py26 self.assertResultHasType(o.selector, objc._C_SEL)
H A Dtest_regr.py74 self.assertEquals(objc.splitSignature(o.onewayVoidMethod.signature), (objc._C_ONEWAY + objc._C_VOID, objc._C_ID, objc._C_SEL))
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_metadata_inheritance.py26 self.assertResultHasType(o.selector, objc._C_SEL)
H A Dtest_callbacks.py72 @objc.typedSelector(b"v@:" + objc._C_SEL + objc._C_SEL + b"@")
76 @objc.typedSelector(b"v@:" + objc._C_SEL)
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_descriptors.py9 from _objc import ivar, selector, _makeClosure, selector, _C_SEL, _C_ID
171 if arg['type'] == _C_SEL and 'sel_of_type' in arg:
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_descriptors.py9 from objc._objc import ivar, selector, _makeClosure, selector, _C_SEL, _C_ID
176 if arg['type'] == _C_SEL and 'sel_of_type' in arg:
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-InputMethodKit/PyObjCTest/
H A Dtest_imkinputcontroller.py51 self.failUnlessArgHasType(TestIMKInputControllerHelper.didCommandBySelector_client_, 0, objc._C_SEL)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-InputMethodKit/PyObjCTest/
H A Dtest_imkinputcontroller.py51 self.assertArgHasType(TestIMKInputControllerHelper.didCommandBySelector_client_, 0, objc._C_SEL)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-InputMethodKit-2.5.1/PyObjCTest/
H A Dtest_imkinputcontroller.py56 self.assertArgHasType(TestIMKInputControllerHelper.didCommandBySelector_client_, 0, objc._C_SEL)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_descriptors.py9 from objc._objc import ivar, selector, _makeClosure, selector, _C_SEL, _C_ID, _C_NSUInteger, _C_NSBOOL
206 if arg['type'] == _C_SEL and 'sel_of_type' in arg:
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_regr.py61 self.assertEquals(objc.splitSignature(o.onewayVoidMethod.signature), (objc._C_ONEWAY + objc._C_VOID, objc._C_ID, objc._C_SEL))
H A Dtest_signatures.py83 self.assertEquals(objc._C_SEL, ":")
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dcorefoundation.m232 snprintf(encodingBuf, sizeof(encodingBuf), "%s%c%c", @encode(PyObject*), _C_ID, _C_SEL);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dcorefoundation.m235 snprintf(encodingBuf, sizeof(encodingBuf), "%s%c%c", @encode(PyObject*), _C_ID, _C_SEL);
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dcorefoundation.m236 snprintf(encodingBuf, sizeof(encodingBuf), "%s%c%c", @encode(PyObject*), _C_ID, _C_SEL);

Completed in 325 milliseconds

123