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

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_specialtypecodes_methdef.py74 def myInt8Arg_(self, arg): member in class:TestTypeCodeLeaks.testByRefIn.OC_TestTypeCodeLeaks_RefIn
76 myInt8Arg_ = objc.selector(myInt8Arg_, signature='v@:' + objc._C_IN + objc._C_PTR + objc._C_CHAR_AS_INT) variable in class:TestTypeCodeLeaks.testByRefIn.OC_TestTypeCodeLeaks_RefIn
92 pysig = objc.splitSignature(OC_TestTypeCodeLeaks_RefIn.myInt8Arg_.signature)
93 csig = objc.splitSignature(OC_TestTypeCodeLeaks_RefIn.myInt8Arg_.native_signature)
114 def myInt8Arg_(self, arg): member in class:TestTypeCodeLeaks.testByRefInOut.OC_TestTypeCodeLeaks_RefInOut
116 myInt8Arg_ = objc.selector(myInt8Arg_, signature='v@:' + objc._C_INOUT + objc._C_PTR + objc._C_CHAR_AS_INT) variable in class:TestTypeCodeLeaks.testByRefInOut.OC_TestTypeCodeLeaks_RefInOut
132 pysig = objc.splitSignature(OC_TestTypeCodeLeaks_RefInOut.myInt8Arg_.signature)
133 csig = objc.splitSignature(OC_TestTypeCodeLeaks_RefInOut.myInt8Arg_
154 def myInt8Arg_(self, arg): member in class:TestTypeCodeLeaks.testByRefOut.OC_TestTypeCodeLeaks_RefOut
156 myInt8Arg_ = objc.selector(myInt8Arg_, signature='v@:' + objc._C_OUT + objc._C_PTR + objc._C_CHAR_AS_INT) variable in class:TestTypeCodeLeaks.testByRefOut.OC_TestTypeCodeLeaks_RefOut
194 def myInt8Arg_(self, arg): member in class:TestTypeCodeLeaks.testByRefConst.OC_TestTypeCodeLeaks_RefConst
196 myInt8Arg_ = objc.selector(myInt8Arg_, signature='v@:' + objc._C_CONST + objc._C_PTR + objc._C_CHAR_AS_INT) variable in class:TestTypeCodeLeaks.testByRefConst.OC_TestTypeCodeLeaks_RefConst
234 def myInt8Arg_(self, arg): member in class:TestTypeCodeLeaks.testInArrayDef.OC_TestTypeCodeLeaks_ArrayDef
236 myInt8Arg_ = objc.selector(myInt8Arg_, signature='v@:' + objc._C_ARY_B + '4' + objc._C_CHAR_AS_INT + objc._C_ARY_E) variable in class:TestTypeCodeLeaks.testInArrayDef.OC_TestTypeCodeLeaks_ArrayDef
274 def myInt8Arg_(self, arg): member in class:TestTypeCodeLeaks.testInStructDef.OC_TestTypeCodeLeaks_StructDef
276 myInt8Arg_ = objc.selector(myInt8Arg_, signature='v@:' + objc._C_STRUCT_B + 'test=' + objc._C_CHAR_AS_INT + objc._C_STRUCT_E) variable in class:TestTypeCodeLeaks.testInStructDef.OC_TestTypeCodeLeaks_StructDef
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_specialtypecodes_methdef.py74 def myInt8Arg_(self, arg): member in class:TestTypeCodeLeaks.testByRefIn.OC_TestTypeCodeLeaks_RefIn
76 myInt8Arg_ = objc.selector(myInt8Arg_, signature=b'v@:' + objc._C_IN + objc._C_PTR + objc._C_CHAR_AS_INT) variable in class:TestTypeCodeLeaks.testByRefIn.OC_TestTypeCodeLeaks_RefIn
92 pysig = objc.splitSignature(OC_TestTypeCodeLeaks_RefIn.myInt8Arg_.signature)
93 csig = objc.splitSignature(OC_TestTypeCodeLeaks_RefIn.myInt8Arg_.native_signature)
114 def myInt8Arg_(self, arg): member in class:TestTypeCodeLeaks.testByRefInOut.OC_TestTypeCodeLeaks_RefInOut
116 myInt8Arg_ = objc.selector(myInt8Arg_, signature=b'v@:' + objc._C_INOUT + objc._C_PTR + objc._C_CHAR_AS_INT) variable in class:TestTypeCodeLeaks.testByRefInOut.OC_TestTypeCodeLeaks_RefInOut
132 pysig = objc.splitSignature(OC_TestTypeCodeLeaks_RefInOut.myInt8Arg_.signature)
133 csig = objc.splitSignature(OC_TestTypeCodeLeaks_RefInOut.myInt8Arg_
154 def myInt8Arg_(self, arg): member in class:TestTypeCodeLeaks.testByRefOut.OC_TestTypeCodeLeaks_RefOut
156 myInt8Arg_ = objc.selector(myInt8Arg_, signature=b'v@:' + objc._C_OUT + objc._C_PTR + objc._C_CHAR_AS_INT) variable in class:TestTypeCodeLeaks.testByRefOut.OC_TestTypeCodeLeaks_RefOut
194 def myInt8Arg_(self, arg): member in class:TestTypeCodeLeaks.testByRefConst.OC_TestTypeCodeLeaks_RefConst
196 myInt8Arg_ = objc.selector(myInt8Arg_, signature=b'v@:' + objc._C_CONST + objc._C_PTR + objc._C_CHAR_AS_INT) variable in class:TestTypeCodeLeaks.testByRefConst.OC_TestTypeCodeLeaks_RefConst
234 def myInt8Arg_(self, arg): member in class:TestTypeCodeLeaks.testInArrayDef.OC_TestTypeCodeLeaks_ArrayDef
236 myInt8Arg_ = objc.selector(myInt8Arg_, signature=b'v@:' + objc._C_ARY_B + b'4' + objc._C_CHAR_AS_INT + objc._C_ARY_E) variable in class:TestTypeCodeLeaks.testInArrayDef.OC_TestTypeCodeLeaks_ArrayDef
274 def myInt8Arg_(self, arg): member in class:TestTypeCodeLeaks.testInStructDef.OC_TestTypeCodeLeaks_StructDef
276 myInt8Arg_ = objc.selector(myInt8Arg_, signature=b'v@:' + objc._C_STRUCT_B + b'test=' + objc._C_CHAR_AS_INT + objc._C_STRUCT_E) variable in class:TestTypeCodeLeaks.testInStructDef.OC_TestTypeCodeLeaks_StructDef
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_specialtypecodes_methdef.py74 def myInt8Arg_(self, arg): member in class:TestTypeCodeLeaks.testByRefIn.OC_TestTypeCodeLeaks_RefIn
76 myInt8Arg_ = objc.selector(myInt8Arg_, signature=b'v@:' + objc._C_IN + objc._C_PTR + objc._C_CHAR_AS_INT) variable in class:TestTypeCodeLeaks.testByRefIn.OC_TestTypeCodeLeaks_RefIn
92 pysig = objc.splitSignature(OC_TestTypeCodeLeaks_RefIn.myInt8Arg_.signature)
93 csig = objc.splitSignature(OC_TestTypeCodeLeaks_RefIn.myInt8Arg_.native_signature)
114 def myInt8Arg_(self, arg): member in class:TestTypeCodeLeaks.testByRefInOut.OC_TestTypeCodeLeaks_RefInOut
116 myInt8Arg_ = objc.selector(myInt8Arg_, signature=b'v@:' + objc._C_INOUT + objc._C_PTR + objc._C_CHAR_AS_INT) variable in class:TestTypeCodeLeaks.testByRefInOut.OC_TestTypeCodeLeaks_RefInOut
132 pysig = objc.splitSignature(OC_TestTypeCodeLeaks_RefInOut.myInt8Arg_.signature)
133 csig = objc.splitSignature(OC_TestTypeCodeLeaks_RefInOut.myInt8Arg_
154 def myInt8Arg_(self, arg): member in class:TestTypeCodeLeaks.testByRefOut.OC_TestTypeCodeLeaks_RefOut
156 myInt8Arg_ = objc.selector(myInt8Arg_, signature=b'v@:' + objc._C_OUT + objc._C_PTR + objc._C_CHAR_AS_INT) variable in class:TestTypeCodeLeaks.testByRefOut.OC_TestTypeCodeLeaks_RefOut
194 def myInt8Arg_(self, arg): member in class:TestTypeCodeLeaks.testByRefConst.OC_TestTypeCodeLeaks_RefConst
196 myInt8Arg_ = objc.selector(myInt8Arg_, signature=b'v@:' + objc._C_CONST + objc._C_PTR + objc._C_CHAR_AS_INT) variable in class:TestTypeCodeLeaks.testByRefConst.OC_TestTypeCodeLeaks_RefConst
234 def myInt8Arg_(self, arg): member in class:TestTypeCodeLeaks.testInArrayDef.OC_TestTypeCodeLeaks_ArrayDef
236 myInt8Arg_ = objc.selector(myInt8Arg_, signature=b'v@:' + objc._C_ARY_B + b'4' + objc._C_CHAR_AS_INT + objc._C_ARY_E) variable in class:TestTypeCodeLeaks.testInArrayDef.OC_TestTypeCodeLeaks_ArrayDef
274 def myInt8Arg_(self, arg): member in class:TestTypeCodeLeaks.testInStructDef.OC_TestTypeCodeLeaks_StructDef
276 myInt8Arg_ = objc.selector(myInt8Arg_, signature=b'v@:' + objc._C_STRUCT_B + b'test=' + objc._C_CHAR_AS_INT + objc._C_STRUCT_E) variable in class:TestTypeCodeLeaks.testInStructDef.OC_TestTypeCodeLeaks_StructDef
[all...]

Completed in 184 milliseconds