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

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py16755 r = o.structTestStruct4Arg_andcharPtrArg_((1, 1L<<60), "hello")
16758 r = o.structTestStruct4Arg_andcharPtrArg_((1, 1L<<60), "world")
16761 r = o.structTestStruct4Arg_andcharPtrArg_((1, 1L<<60), "foobar")
16764 r = o.structTestStruct4Arg_andcharPtrArg_((2, 4), "hello")
16767 r = o.structTestStruct4Arg_andcharPtrArg_((2, 4), "world")
16770 r = o.structTestStruct4Arg_andcharPtrArg_((2, 4), "foobar")
21162 def structTestStruct4Arg_andcharPtrArg_(self, arg1, arg2): member in class:Python_TestClass
21165 structTestStruct4Arg_andcharPtrArg_ = objc.selector(structTestStruct4Arg_andcharPtrArg_, signature="@@:{_TestStruct4=cq}*") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py16755 r = o.structTestStruct4Arg_andcharPtrArg_((1, 1L<<60), b"hello")
16758 r = o.structTestStruct4Arg_andcharPtrArg_((1, 1L<<60), b"world")
16761 r = o.structTestStruct4Arg_andcharPtrArg_((1, 1L<<60), b"foobar")
16764 r = o.structTestStruct4Arg_andcharPtrArg_((2, 4), b"hello")
16767 r = o.structTestStruct4Arg_andcharPtrArg_((2, 4), b"world")
16770 r = o.structTestStruct4Arg_andcharPtrArg_((2, 4), b"foobar")
21162 def structTestStruct4Arg_andcharPtrArg_(self, arg1, arg2): member in class:Python_TestClass
21165 structTestStruct4Arg_andcharPtrArg_ = objc.selector(structTestStruct4Arg_andcharPtrArg_, signature=b"@@:{_TestStruct4=cq}*") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methods2.py16758 r = o.structTestStruct4Arg_andcharPtrArg_((1, 1<<60), b"hello")
16761 r = o.structTestStruct4Arg_andcharPtrArg_((1, 1<<60), b"world")
16764 r = o.structTestStruct4Arg_andcharPtrArg_((1, 1<<60), b"foobar")
16767 r = o.structTestStruct4Arg_andcharPtrArg_((2, 4), b"hello")
16770 r = o.structTestStruct4Arg_andcharPtrArg_((2, 4), b"world")
16773 r = o.structTestStruct4Arg_andcharPtrArg_((2, 4), b"foobar")
21165 def structTestStruct4Arg_andcharPtrArg_(self, arg1, arg2): member in class:Python_TestClass
21168 structTestStruct4Arg_andcharPtrArg_ = objc.selector(structTestStruct4Arg_andcharPtrArg_, signature=b"@@:{_TestStruct4=cq}*") variable in class:Python_TestClass
[all...]

Completed in 593 milliseconds