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

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py16466 r = o.structTestStruct4Arg_andsignedintArg_((1, 1L<<60), -(1<<30))
16469 r = o.structTestStruct4Arg_andsignedintArg_((1, 1L<<60), -42)
16472 r = o.structTestStruct4Arg_andsignedintArg_((1, 1L<<60), 0)
16475 r = o.structTestStruct4Arg_andsignedintArg_((1, 1L<<60), 42)
16478 r = o.structTestStruct4Arg_andsignedintArg_((1, 1L<<60), 1 << 30)
16481 r = o.structTestStruct4Arg_andsignedintArg_((2, 4), -(1<<30))
16484 r = o.structTestStruct4Arg_andsignedintArg_((2, 4), -42)
16487 r = o.structTestStruct4Arg_andsignedintArg_((2, 4), 0)
16490 r = o.structTestStruct4Arg_andsignedintArg_((2, 4), 42)
16493 r = o.structTestStruct4Arg_andsignedintArg_((
21107 def structTestStruct4Arg_andsignedintArg_(self, arg1, arg2): member in class:Python_TestClass
21109 structTestStruct4Arg_andsignedintArg_ = objc.selector(structTestStruct4Arg_andsignedintArg_, signature="@@:{_TestStruct4=cq}i") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py16466 r = o.structTestStruct4Arg_andsignedintArg_((1, 1L<<60), -(1<<30))
16469 r = o.structTestStruct4Arg_andsignedintArg_((1, 1L<<60), -42)
16472 r = o.structTestStruct4Arg_andsignedintArg_((1, 1L<<60), 0)
16475 r = o.structTestStruct4Arg_andsignedintArg_((1, 1L<<60), 42)
16478 r = o.structTestStruct4Arg_andsignedintArg_((1, 1L<<60), 1 << 30)
16481 r = o.structTestStruct4Arg_andsignedintArg_((2, 4), -(1<<30))
16484 r = o.structTestStruct4Arg_andsignedintArg_((2, 4), -42)
16487 r = o.structTestStruct4Arg_andsignedintArg_((2, 4), 0)
16490 r = o.structTestStruct4Arg_andsignedintArg_((2, 4), 42)
16493 r = o.structTestStruct4Arg_andsignedintArg_((
21107 def structTestStruct4Arg_andsignedintArg_(self, arg1, arg2): member in class:Python_TestClass
21109 structTestStruct4Arg_andsignedintArg_ = objc.selector(structTestStruct4Arg_andsignedintArg_, signature=b"@@:{_TestStruct4=cq}i") variable in class:Python_TestClass
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methods2.py16469 r = o.structTestStruct4Arg_andsignedintArg_((1, 1<<60), -(1<<30))
16472 r = o.structTestStruct4Arg_andsignedintArg_((1, 1<<60), -42)
16475 r = o.structTestStruct4Arg_andsignedintArg_((1, 1<<60), 0)
16478 r = o.structTestStruct4Arg_andsignedintArg_((1, 1<<60), 42)
16481 r = o.structTestStruct4Arg_andsignedintArg_((1, 1<<60), 1 << 30)
16484 r = o.structTestStruct4Arg_andsignedintArg_((2, 4), -(1<<30))
16487 r = o.structTestStruct4Arg_andsignedintArg_((2, 4), -42)
16490 r = o.structTestStruct4Arg_andsignedintArg_((2, 4), 0)
16493 r = o.structTestStruct4Arg_andsignedintArg_((2, 4), 42)
16496 r = o.structTestStruct4Arg_andsignedintArg_((
21110 def structTestStruct4Arg_andsignedintArg_(self, arg1, arg2): member in class:Python_TestClass
21112 structTestStruct4Arg_andsignedintArg_ = objc.selector(structTestStruct4Arg_andsignedintArg_, signature=b"@@:{_TestStruct4=cq}i") variable in class:Python_TestClass
[all...]

Completed in 281 milliseconds