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

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py13736 r = o.charPtrArg_andstructTestStruct5Arg_("hello", (1, 2.5))
13739 r = o.charPtrArg_andstructTestStruct5Arg_("hello", (2, 4.5))
13742 r = o.charPtrArg_andstructTestStruct5Arg_("world", (1, 2.5))
13745 r = o.charPtrArg_andstructTestStruct5Arg_("world", (2, 4.5))
13748 r = o.charPtrArg_andstructTestStruct5Arg_("foobar", (1, 2.5))
13751 r = o.charPtrArg_andstructTestStruct5Arg_("foobar", (2, 4.5))
20501 def charPtrArg_andstructTestStruct5Arg_(self, arg1, arg2): member in class:Python_TestClass
20504 charPtrArg_andstructTestStruct5Arg_ = objc.selector(charPtrArg_andstructTestStruct5Arg_, signature="@@:*{_TestStruct5=cd}") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py13736 r = o.charPtrArg_andstructTestStruct5Arg_(b"hello", (1, 2.5))
13739 r = o.charPtrArg_andstructTestStruct5Arg_(b"hello", (2, 4.5))
13742 r = o.charPtrArg_andstructTestStruct5Arg_(b"world", (1, 2.5))
13745 r = o.charPtrArg_andstructTestStruct5Arg_(b"world", (2, 4.5))
13748 r = o.charPtrArg_andstructTestStruct5Arg_(b"foobar", (1, 2.5))
13751 r = o.charPtrArg_andstructTestStruct5Arg_(b"foobar", (2, 4.5))
20501 def charPtrArg_andstructTestStruct5Arg_(self, arg1, arg2): member in class:Python_TestClass
20504 charPtrArg_andstructTestStruct5Arg_ = objc.selector(charPtrArg_andstructTestStruct5Arg_, signature=b"@@:*{_TestStruct5=cd}") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methods2.py13739 r = o.charPtrArg_andstructTestStruct5Arg_(b"hello", (1, 2.5))
13742 r = o.charPtrArg_andstructTestStruct5Arg_(b"hello", (2, 4.5))
13745 r = o.charPtrArg_andstructTestStruct5Arg_(b"world", (1, 2.5))
13748 r = o.charPtrArg_andstructTestStruct5Arg_(b"world", (2, 4.5))
13751 r = o.charPtrArg_andstructTestStruct5Arg_(b"foobar", (1, 2.5))
13754 r = o.charPtrArg_andstructTestStruct5Arg_(b"foobar", (2, 4.5))
20504 def charPtrArg_andstructTestStruct5Arg_(self, arg1, arg2): member in class:Python_TestClass
20507 charPtrArg_andstructTestStruct5Arg_ = objc.selector(charPtrArg_andstructTestStruct5Arg_, signature=b"@@:*{_TestStruct5=cd}") variable in class:Python_TestClass
[all...]

Completed in 248 milliseconds