HomeSort by relevance Sort by last modified time
    Searched refs:quit (Results 51 - 75 of 362) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/python/cpython2/Demo/tkinter/matt/
slider-demo-1.py 23 self.QUIT = Button(self, text='QUIT', foreground='red',
24 command=self.quit)
28 self.QUIT.pack(side=LEFT, fill=BOTH)
subclass-existing-widgets.py 14 f.QUIT = Button(f, text='QUIT', foreground='red', command=top.quit)
16 f.QUIT.pack(side=LEFT, fill=BOTH)
window-creation-more.py 19 self.QUIT = Button(self, text='QUIT', foreground='red',
20 command=self.quit)
21 self.QUIT.pack(side=LEFT, fill=BOTH)
window-creation-simple.py 15 self.QUIT = Button(self, text='QUIT', foreground='red',
16 command=self.quit)
18 self.QUIT.pack(side=LEFT, fill=BOTH)
  /external/python/cpython2/Lib/lib-tk/
Dialog.py 46 q = Button(None, {'text': 'Quit',
47 'command': t.quit,
  /external/python/cpython3/Lib/tkinter/
dialog.py 43 q = Button(None, {'text': 'Quit',
44 'command': t.quit,
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_invite.py 155 quit()
162 quit()
181 quit()
186 quit()
p2p_group_add.py 173 quit()
180 quit()
210 quit()
  /device/generic/goldfish/tools/
emulator_boot_test.sh 35 echo "Cannot determine OS type, quit"
56 emulator -gpu swiftshader_indirect -no-window -show-kernel -verbose -quit-after-boot $time_out \
  /external/ltp/testcases/network/tcp_cmds/ftp/
ftp01 102 echo quit
114 echo quit
  /external/openssh/regress/
agent-ptrace.sh 51 quit
  /external/python/cpython2/Mac/Demo/example2/
dnslookup-2.py 36 self.quititem = FrameWork.MenuItem(m, "Quit", "Q", self.quit)
38 def quit(self, *args): member in class:DNSLookup
  /external/u-boot/tools/kermit/
flash_param 59 quit
  /external/e2fsprogs/ext2ed/
main.c 94 * We just call the parser to get commands from the user. We quit when
200 int quit=0; local
211 while (!quit) {
264 quit=dispatch (command_line);
301 int quit=0; local
308 while (!quit) {
330 quit=dispatch (command_line);
367 if (strcasecmp (command,"quit")==0) return (1);
504 /* quit is handled differently */
506 if (strncmp ("quit",text,len)==0)
    [all...]
  /external/python/cpython2/Lib/test/
test_smtplib.py 183 smtp.quit()
189 smtp.quit()
195 smtp.quit()
202 smtp.quit()
210 smtp.quit()
219 smtp.quit()
224 smtp.quit()
235 smtp.quit()
454 smtp.quit()
475 smtp.quit()
    [all...]
  /art/test/074-gc-thrash/src/
Main.java 23 public static volatile boolean quit = false; field in class:Main
121 quit = true;
169 while (!Main.quit) {
209 while (!Main.quit) {
339 while (!Main.quit) {
  /cts/tests/tests/telephony/current/LocationAccessingApp/src/android/telephony/cts/locationaccessingapp/
CtsLocationAccessService.java 106 handlerThread.quit();
130 handlerThread.quit();
158 handlerThread.quit();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_smtplib.py 183 smtp.quit()
189 smtp.quit()
195 smtp.quit()
202 smtp.quit()
210 smtp.quit()
219 smtp.quit()
224 smtp.quit()
235 smtp.quit()
426 smtp.quit()
447 smtp.quit()
    [all...]
  /external/tinyxml/
tinystr.h 91 quit();
182 //Instead use the quit & re-init:
183 quit();
230 void quit()
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivityHandler.java 105 Message quit = Message.obtain(decodeThread.getHandler(), R.id.quit); local
106 quit.sendToTarget();
DecodeHandler.java 55 } else if (message.what == R.id.quit) {
57 Looper.myLooper().quit();
  /external/autotest/client/site_tests/network_ShillInitScripts/
mock_flimflam.py 135 def quit(self): member in class:MockFlimflam
137 self.mainloop.quit()
  /cts/tests/tests/os/src/android/os/cts/
MessengerTest.java 227 mLooper.quit();
244 quit(); method
252 quit(); method
280 private void quit() { method in class:MessengerTest.MessengerTestHelper
  /external/autotest/client/common_lib/
mail_unittest.py 29 def quit(self): member in class:SMTP
  /external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
BaseRunLoop.java 40 public void quit() { method in class:BaseRunLoop

Completed in 1987 milliseconds

1 23 4 5 6 7 8 91011>>