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

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py16663 r = o.structTestStruct4Arg_andunsignedlonglongArg_((1, 1L<<60), 0)
16666 r = o.structTestStruct4Arg_andunsignedlonglongArg_((1, 1L<<60), 42)
16669 r = o.structTestStruct4Arg_andunsignedlonglongArg_((1, 1L<<60), 1L << 62)
16672 r = o.structTestStruct4Arg_andunsignedlonglongArg_((2, 4), 0)
16675 r = o.structTestStruct4Arg_andunsignedlonglongArg_((2, 4), 42)
16678 r = o.structTestStruct4Arg_andunsignedlonglongArg_((2, 4), 1L << 62)
21142 def structTestStruct4Arg_andunsignedlonglongArg_(self, arg1, arg2): member in class:Python_TestClass
21144 structTestStruct4Arg_andunsignedlonglongArg_ = objc.selector(structTestStruct4Arg_andunsignedlonglongArg_, signature="@@:{_TestStruct4=cq}Q") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py16663 r = o.structTestStruct4Arg_andunsignedlonglongArg_((1, 1L<<60), 0)
16666 r = o.structTestStruct4Arg_andunsignedlonglongArg_((1, 1L<<60), 42)
16669 r = o.structTestStruct4Arg_andunsignedlonglongArg_((1, 1L<<60), 1L << 62)
16672 r = o.structTestStruct4Arg_andunsignedlonglongArg_((2, 4), 0)
16675 r = o.structTestStruct4Arg_andunsignedlonglongArg_((2, 4), 42)
16678 r = o.structTestStruct4Arg_andunsignedlonglongArg_((2, 4), 1L << 62)
21142 def structTestStruct4Arg_andunsignedlonglongArg_(self, arg1, arg2): member in class:Python_TestClass
21144 structTestStruct4Arg_andunsignedlonglongArg_ = objc.selector(structTestStruct4Arg_andunsignedlonglongArg_, signature=b"@@:{_TestStruct4=cq}Q") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methods2.py16666 r = o.structTestStruct4Arg_andunsignedlonglongArg_((1, 1<<60), 0)
16669 r = o.structTestStruct4Arg_andunsignedlonglongArg_((1, 1<<60), 42)
16672 r = o.structTestStruct4Arg_andunsignedlonglongArg_((1, 1<<60), 1 << 62)
16675 r = o.structTestStruct4Arg_andunsignedlonglongArg_((2, 4), 0)
16678 r = o.structTestStruct4Arg_andunsignedlonglongArg_((2, 4), 42)
16681 r = o.structTestStruct4Arg_andunsignedlonglongArg_((2, 4), 1 << 62)
21145 def structTestStruct4Arg_andunsignedlonglongArg_(self, arg1, arg2): member in class:Python_TestClass
21147 structTestStruct4Arg_andunsignedlonglongArg_ = objc.selector(structTestStruct4Arg_andunsignedlonglongArg_, signature=b"@@:{_TestStruct4=cq}Q") variable in class:Python_TestClass
[all...]

Completed in 325 milliseconds