Searched refs:isSet (Results 1 – 5 of 5) sorted by relevance
79 if (parser.isSet(srgbOption)) in main()81 if (parser.isSet(multipleSampleOption)) in main()
227 if gtkthread.quit.isSet():246 if gtkthread.quit.isSet():
1625 Bool isSet = FALSE, shouldBeSet = FALSE; in KdCheckLock() local1631 isSet = (tmp->leds & (1 << (tmp->LockLed - 1))) != 0; in KdCheckLock()1635 if (isSet != shouldBeSet) in KdCheckLock()
1469 while not self._stop_event.isSet():