Searched refs:CFRunLoopTimerDoesRepeat (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.h190 CF_EXPORT Boolean CFRunLoopTimerDoesRepeat(CFRunLoopTimerRef timer);
H A DCFRunLoop.c3800 Boolean CFRunLoopTimerDoesRepeat(CFRunLoopTimerRef rlt) { function
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfrunloop.py146 self.failUnless(CFRunLoopTimerDoesRepeat(timer) is True)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfrunloop.py137 self.assertIs(CFRunLoopTimerDoesRepeat(timer), True)

Completed in 100 milliseconds