HomeSort by relevance Sort by last modified time
    Searched defs:quit (Results 251 - 275 of 641) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
ftplib.py 23 >>> ftp.quit()
580 def quit(self): member in class:FTP
581 '''Quit, and close the connection.'''
582 resp = self.voidcmd('QUIT')
628 >>> ftps.quit()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 23 >>> ftp.quit()
580 def quit(self): member in class:FTP
581 '''Quit, and close the connection.'''
582 resp = self.voidcmd('QUIT')
628 >>> ftps.quit()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Standard_Suite.py 258 def quit(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
259 """quit: Quit an application.
265 _subcode = 'quit'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Standard_Suite.py 258 def quit(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
259 """quit: Quit an application.
265 _subcode = 'quit'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 23 >>> ftp.quit()
580 def quit(self): member in class:FTP
581 '''Quit, and close the connection.'''
582 resp = self.voidcmd('QUIT')
628 >>> ftps.quit()
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 152 mSynthHandler.quit();
154 mAudioPlaybackHandler.quit();
544 public void quit() { method in class:TextToSpeechService.SynthHandler
546 getLooper().quit();
602 Log.w(TAG, "SynthThread has quit");
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityClientService.java 152 mTaskQueue.quit();
BleEncryptedClientService.java 152 mTaskQueue.quit();
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
PhoneAccountTest.java 130 handlerThread.quit();
212 handlerThread.quit();
  /cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
ErrorLoggingService.java 323 mReplyThread.quit();
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
NetworkScanApiTest.java 112 mTestHandlerThread.quit();
  /cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java 288 boolean quit = false; field in class:DatabaseCursorTest.TestObserver
305 quit = true;
306 Looper.myLooper().quit();
  /cts/tests/tests/display/src/android/display/cts/
VirtualDisplayTest.java 112 mCheckThread.quit();
  /cts/tests/tests/media/src/android/media/cts/
AudioHelper.java 202 mLooper.quit();
MediaDrmMockTest.java 686 Looper.loop(); // Blocks forever until Looper.quit() is called.
709 mLooper.quit();
763 Looper.loop(); // Blocks forever until Looper.quit() is called.
786 mLooper.quit();
836 Looper.loop(); // Blocks forever until Looper.quit() is called.
859 mLooper.quit();
    [all...]
  /external/autotest/client/bin/
job.py 786 self.quit()
839 def quit(self): member in class:base_client_job
    [all...]
  /external/libnfnetlink/src/
libnfnetlink.c 654 int quit=0; local
668 while (! quit) {
719 quit |= err;
736 return quit;
    [all...]
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
commands.c 479 static int quit(char *args) function
1013 .cmd_name = "quit",.cmd_func = quit,.cmd_help =
1014 "quit - just what you think\n"
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 89 // Quit
90 LOG.info("Quit");
91 ftpClient.quit();
92 verifyReplyCode("quit", 221);
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 339 def quit(self, _no_object=None, _attributes={}, **_arguments): member in class:Standard_Suite_Events
340 """quit: Quit an application
345 _subcode = 'quit'
  /external/python/cpython3/Lib/
nntplib.py 14 >>> resp = s.quit()
366 self.quit()
931 def quit(self): member in class:_NNTPBase
    [all...]
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
SurfaceViewRenderer.java 241 renderThread.quit();
  /frameworks/base/core/java/android/os/
MessageQueue.java 44 // True if the message queue can be quit.
311 // Return here if the message loop has already quit and been disposed.
312 // This can happen if the application tries to restart a looper after quit
362 // Process the quit message now that all pending messages have been handled.
416 void quit(boolean safe) { method in class:MessageQueue
418 throw new IllegalStateException("Main thread not allowed to quit.");
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 350 mThread.quit();
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 266 boolean quit = false; field in class:DatabaseCursorTest.TestObserver
282 quit = true;
283 Looper.myLooper().quit();

Completed in 460 milliseconds

<<11121314151617181920>>