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

1 2 3 45 6 7 8 91011>>

  /external/python/cpython2/Demo/tkinter/matt/
rubber-line-demo-1.py 8 self.QUIT = Button(self, text='QUIT',
12 command=self.quit)
13 self.QUIT.pack(side=BOTTOM, fill=BOTH)
canvas-mult-item-sel.py 46 self.QUIT = Button(self, text='QUIT', foreground='red',
47 command=self.quit)
67 self.QUIT.pack(side=BOTTOM, fill=BOTH)
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Explorer/
Required_Suite.py 56 def quit(self, _no_object=None, _attributes={}, **_arguments): member in class:Required_Suite_Events
57 """quit: Quit application
61 _subcode = 'quit'
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Netscape/
Required_suite.py 56 def quit(self, _no_object=None, _attributes={}, **_arguments): member in class:Required_suite_Events
57 """quit: Quit Navigator
61 _subcode = 'quit'
  /cts/tests/tests/os/src/android/os/cts/
LooperTest.java 176 // Just need to handle Looper#quit();
181 // Send message before Looper has quit.
185 mLooper.quit();
187 // Send message after Looper has quit.
236 Looper.myLooper().quit();
240 Looper.myLooper().quit();
MessageQueueTest.java 54 assertTrue("The looper should have been running.", looperThread.quit());
67 assertTrue("The looper should have been running.", looperThread.quit());
910 quit(); method
918 quit(); method
922 private void quit() { method in class:MessageQueueTest.OrderTestHelper
    [all...]
  /device/google/marlin/dataservices/datatop/src/
datatop.c 95 int inp, quit = 0; local
135 if (strcmp(s, "quit") == 0
137 quit = QUIT;
157 if (quit != QUIT)
  /external/autotest/client/cros/audio/
cras_dbus_utils.py 103 logging.debug('Quit main loop')
104 self._loop.quit()
117 logging.error('Quit main loop because of timeout')
118 self._loop.quit()
263 logging.debug('Quit main loop because of stop command')
264 self._loop.quit()
  /external/google-breakpad/src/client/mac/tests/
minidump_generator_test.cc 97 bool quit = false; local
98 ASSERT_EQ(0, pthread_create(&junk_thread, NULL, Junk, &quit));
107 quit = true;
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 98 "\t-p\tPrompt for quit\n",
152 int quit = 0; local
283 puts("Press any button to quit...");
285 while (!quit)
312 quit = 1;
  /external/sfntly/cpp/src/test/tinyxml/
tinystr.h 94 quit();
183 //Instead use the quit & re-init:
184 quit();
239 void quit()
  /external/python/cpython3/Lib/tkinter/
filedialog.py 130 self.master.mainloop() # Exited by self.quit(how)
139 def quit(self, how=None): member in class:FileDialog
141 self.master.quit() # Exit mainloop()
163 self.quit(self.get_selection())
206 self.quit()
236 self.quit(file)
264 self.quit(file)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
poplib.py 51 QUIT quit()
65 authorization until QUIT, so be sure to get in, suck
66 the messages, and quit, each time you access the
187 NB: mailbox is locked by server from here to 'quit()'
248 def quit(self): member in class:POP3
251 resp = self._shortcmd('QUIT')
259 #__del__ = quit
280 NB: mailbox is locked by server from here to 'quit()'
391 def quit(self): member in class:.POP3_SSL
    [all...]
  /external/python/cpython2/Lib/
poplib.py 57 QUIT quit()
71 authorization until QUIT, so be sure to get in, suck
72 the messages, and quit, each time you access the
195 NB: mailbox is locked by server from here to 'quit()'
256 def quit(self): member in class:POP3
259 resp = self._shortcmd('QUIT')
267 #__del__ = quit
288 NB: mailbox is locked by server from here to 'quit()'
401 def quit(self) member in class:.POP3_SSL
    [all...]
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
InterpreterInstaller.java 111 Looper.myLooper().quit();
114 Looper.myLooper().quit();
146 Looper.myLooper().quit();
  /external/python/cpython2/Lib/idlelib/
WindowList.py 68 # If this is Idle's last window then quit the mainloop
71 self.quit()
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/_builtinSuites/
builtin_Suite.py 1 """Suite builtin_Suite: Every application supports open, reopen, print, run, and quit
94 def quit(self, _no_object=None, _attributes={}, **_arguments): member in class:builtin_Suite_Events
95 """quit: Quit an application
100 _subcode = 'quit'
  /external/python/cpython3/Lib/idlelib/
window.py 71 # If this is Idle's last window then quit the mainloop
74 self.quit()
  /external/volley/src/main/java/com/android/volley/
NetworkDispatcher.java 69 * Forces this dispatcher to quit immediately. If any requests are still in the queue, they are
72 public void quit() { method in class:NetworkDispatcher
92 // We may have been interrupted because it was time to quit.
99 + "use quit() to terminate it");
  /external/python/cpython2/Lib/plat-mac/
MiniAEFrame.py 45 self.quitmenu.AppendMenu("Quit")
185 self.installaehandler('aevt', 'quit', self.quit)
189 def quit(self, **args): member in class:_Test
  /external/python/cpython2/Mac/Demo/PICTbrowse/
ICONbrowse.py 45 self.quititem = FrameWork.MenuItem(m, "Quit", "Q", self.quit)
47 def quit(self, *args): member in class:ICONbrowse
PICTbrowse.py 41 self.quititem = FrameWork.MenuItem(m, "Quit", "Q", self.quit)
43 def quit(self, *args): member in class:PICTbrowse
PICTbrowse2.py 45 self.quititem = FrameWork.MenuItem(m, "Quit", "Q", self.quit)
47 def quit(self, *args): member in class:PICTbrowse
cicnbrowse.py 45 self.quititem = FrameWork.MenuItem(m, "Quit", "Q", self.quit)
47 def quit(self, *args): member in class:CIconbrowse
oldPICTbrowse.py 40 self.quititem = FrameWork.MenuItem(m, "Quit", "Q", self.quit)
42 def quit(self, *args): member in class:PICTbrowse

Completed in 766 milliseconds

1 2 3 45 6 7 8 91011>>