Home
last modified time | relevance | path

Searched refs:isSet (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dmain.cpp79 if (parser.isSet(srgbOption)) in main()
81 if (parser.isSet(multipleSampleOption)) in main()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dmain.cpp79 if (parser.isSet(srgbOption)) in main()
81 if (parser.isSet(multipleSampleOption)) in main()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py227 if gtkthread.quit.isSet():
246 if gtkthread.quit.isSet():
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkinput.c1625 Bool isSet = FALSE, shouldBeSet = FALSE; in KdCheckLock() local
1631 isSet = (tmp->leds & (1 << (tmp->LockLed - 1))) != 0; in KdCheckLock()
1635 if (isSet != shouldBeSet) in KdCheckLock()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dpyinotify.py1469 while not self._stop_event.isSet():