Searched refs:testFunction (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/libclosure-63/objectTests/
H A D__blockObjectAssign.m57 void testFunction(bool doExecute, bool doCopy) {
75 testFunction(false, true);
76 testFunction(true, true);
77 testFunction(false, false);
78 testFunction(true, true);
H A Drecursive-block.c31 voidVoid testFunction() { function
47 voidVoid block = testFunction();
/macosx-10.9.5/libauto-185.5/tests/
H A Dweakstack.m60 void testFunction() {
68 testFunction();
/macosx-10.9.5/ICU-511.35/icuSources/tools/ctestfw/
H A Duperf.cpp363 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par ); local
366 if(testFunction==NULL){
370 ops = testFunction->getOperationsPerIteration();
399 t = testFunction->time(loops,&status);
423 t = testFunction->time(loops, &status);
432 events = testFunction->getEventsPerIteration();
466 delete testFunction;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsaccessibility.py24 def testFunction(self): member in class:TestNSAccessibility
H A Dtest_nsdecimal.py66 def testFunction(self): member in class:TestNSDecimal
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsaccessibility.py24 def testFunction(self): member in class:TestNSAccessibility
H A Dtest_nsdecimal.py67 def testFunction(self): member in class:TestNSDecimal
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DDeprecatedStyleBuilder.cpp498 bool (FillLayer::*testFunction)() const,
511 while (currParent && (currParent->*testFunction)()) {
1623 bool (Animation::*testFunction)() const,
1633 static bool test(const Animation* animation) { return (animation->*testFunction)(); }

Completed in 114 milliseconds