Home
last modified time | relevance | path

Searched refs:clicked (Results 1 – 25 of 34) sorted by relevance

12

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Duserdatarequest.cpp20 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply())); in UserDataRequest()
21 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject())); in UserDataRequest()
Dscanresults.cpp23 connect(closeButton, SIGNAL(clicked()), this, SLOT(close())); in ScanResults()
24 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest())); in ScanResults()
Dwpagui.cpp97 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect())); in WpaGui()
98 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan())); in WpaGui()
99 connect(connectButton, SIGNAL(clicked()), this, SLOT(connectB())); in WpaGui()
104 connect(addNetworkButton, SIGNAL(clicked()), this, SLOT(addNetwork())); in WpaGui()
105 connect(editNetworkButton, SIGNAL(clicked()), this, in WpaGui()
107 connect(removeNetworkButton, SIGNAL(clicked()), this, in WpaGui()
115 connect(scanNetworkButton, SIGNAL(clicked()), this, SLOT(scan())); in WpaGui()
120 connect(wpsPbcButton, SIGNAL(clicked()), this, SLOT(wpsPbc())); in WpaGui()
121 connect(wpsPinButton, SIGNAL(clicked()), this, SLOT(wpsGeneratePin())); in WpaGui()
124 connect(wpsApPinButton, SIGNAL(clicked()), this, SLOT(wpsApPin())); in WpaGui()
Dnetworkconfig.cpp38 connect(cancelButton, SIGNAL(clicked()), this, SLOT(close())); in NetworkConfig()
39 connect(addButton, SIGNAL(clicked()), this, SLOT(addNetwork())); in NetworkConfig()
42 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork())); in NetworkConfig()
45 connect(useWpsButton, SIGNAL(clicked()), this, SLOT(useWps())); in NetworkConfig()
Deventhistory.cpp81 connect(closeButton, SIGNAL(clicked()), this, SLOT(close())); in EventHistory()
/external/autotest/frontend/client/src/autotest/tko/
DFilterStringViewer.java128 private void changeEditable(boolean clicked) { in changeEditable() argument
129 if (clicked) { in changeEditable()
136 boolean userCancelled = filterEdited && clicked in changeEditable()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayoutInflaterTest.java387 assertThat(activity.clicked).isFalse(); in testOnClickAttribute()
392 assertThat(activity.clicked).isTrue(); in testOnClickAttribute()
466 public boolean clicked = false; field in ShadowLayoutInflaterTest.ClickActivity
475 clicked = true; in onButtonClick()
/external/python/cpython2/Doc/library/
Dic.rst90 which the user clicked. As above, *hint* is an optional scheme used to complete
Dturtle.rst1231 coordinates of the clicked point on the canvas
1252 coordinates of the clicked point on the canvas
1276 coordinates of the clicked point on the canvas
1658 coordinates of the clicked point on the canvas
1672 >>> # make the turtle move to the clicked point.
Deasydialogs.rst13 must be clicked on for the dialogs be displayed. All routines take an optional
Dframework.rst228 The user clicked in the content part of a window. The arguments are the
Dfl.rst108 the number of the button clicked by the user (``1``, ``2`` or ``3``).
Didle.rst447 remains until it is clicked, the cursor is moved out of the argument area,
/external/python/cpython3/Tools/pynche/
DREADME283 were clicked, red would have the value 7.
290 at 223, and +25 were clicked, green would be at 15 and blue
/external/python/cpython2/Tools/pynche/
DREADME283 were clicked, red would have the value 7.
290 at 223, and +25 were clicked, green would be at 15 and blue
/external/eigen/demos/opengl/
Dquaternion_demo.cpp560 connect(but, SIGNAL(clicked()), this, SLOT(resetCamera())); in createNavigationControlWidget()
/external/python/cpython3/Doc/library/
Dturtle.rst1311 coordinates of the clicked point on the canvas
1332 coordinates of the clicked point on the canvas
1356 coordinates of the clicked point on the canvas
1737 coordinates of the clicked point on the canvas
1751 >>> # make the turtle move to the clicked point.
Didle.rst496 remains until it is clicked, the cursor is moved out of the argument area,
/external/libtextclassifier/annotator/
Dmodel.fbs566 // the clicked token.
/external/python/cpython3/Doc/howto/
Dsockets.rst56 Roughly speaking, when you clicked on the link that brought you to this page,
/external/u-boot/scripts/kconfig/
Dqconf.cc1270 connect(searchButton, SIGNAL(clicked()), SLOT(search())); in ConfigSearchWindow()
/external/python/cpython2/Misc/NEWS.d/
D2.7.7rc1.rst1046 actually gives some help when clicked. Patch by Guilherme Simões.
/external/python/cpython2/Doc/howto/
Dsockets.rst56 Roughly speaking, when you clicked on the link that brought you to this page,
/external/python/cpython2/Lib/idlelib/
DNEWS.txt282 make it actually gives some help when clicked. Patch by Guilherme Sim�es.
/external/protobuf/
DCHANGES.txt921 format, which should allow them to be clicked on in the build log to go

12