Home
last modified time | relevance | path

Searched refs:QAction (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.h136 QAction *disconnectAction;
137 QAction *reconnectAction;
138 QAction *eventAction;
139 QAction *scanAction;
140 QAction *statAction;
141 QAction *showAction;
142 QAction *hideAction;
143 QAction *quitAction;
165 QAction *fileStartServiceAction;
166 QAction *fileStopServiceAction;
[all …]
Dwpagui.cpp44 fileStopServiceAction = new QAction(this); in WpaGui()
49 fileStartServiceAction = new QAction(this); in WpaGui()
59 addInterfaceAction = new QAction(this); in WpaGui()
1388 disconnectAction = new QAction(tr("&Disconnect"), this); in createTrayIcon()
1389 reconnectAction = new QAction(tr("Re&connect"), this); in createTrayIcon()
1398 eventAction = new QAction(tr("&Event History"), this); in createTrayIcon()
1399 scanAction = new QAction(tr("Scan &Results"), this); in createTrayIcon()
1400 statAction = new QAction(tr("S&tatus"), this); in createTrayIcon()
1409 showAction = new QAction(tr("&Show Window"), this); in createTrayIcon()
1410 hideAction = new QAction(tr("&Hide Window"), this); in createTrayIcon()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp3728 auto QAction = LI.getAction(Q).Action; in lowerBitCount() local
3729 return QAction == Legal || QAction == Libcall || QAction == Custom; in lowerBitCount()