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

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Drestest.cpp37 #define CONFIRM_EQ(actual, expected, myAction) if ((expected)==(actual)) { record_pass(myAction); } else { record_fail(myAction + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of " + (expected) + "\n");}
38 #define CONFIRM_GE(actual, expected, myAction) if ((actual)>=(expected)) { record_pass(myAction); } else { record_fail(myAction + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x >= " + (expected) + "\n");}
39 #define CONFIRM_NE(actual, expected, myAction) if ((expected)!=(actual)) { record_pass(myAction); } else { record_fail(myAction + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x != " + (expected) + "\n");}
41 #define CONFIRM_UErrorCode(actual, expected, myAction) i
[all...]
/macosx-10.10.1/security_systemkeychain-55202/src/
H A Dcreate_fv_user.m185 AuthorizationItem myAction = { kRightName, 0, 0, 0 };
186 AuthorizationRights myRights = {1, &myAction};
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methodedits.py74 def myAction(self): function in function:TestFromObjCSuperToObjCClass.testClassAddMethod
78 objc.classAddMethod(NSObject, b"value", myAction)
83 self.assertIs(m.callable, myAction.callable)

Completed in 178 milliseconds