Home
last modified time | relevance | path

Searched refs:stopListening (Results 1 – 8 of 8) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DTransportWrapper.java50 public void stopListening() throws IOException; in stopListening() method
DSocketTransportWrapper.java110 public void stopListening() throws IOException { in stopListening() method in SocketTransportWrapper
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPUnitDebuggeeWrapper.java193 transport.stopListening(); in tearDownConnection()
/external/python/cpython2/Lib/logging/
Dconfig.py908 def stopListening(): function
/external/python/cpython2/Doc/library/
Dlogging.config.rst115 call :func:`stopListening`.
137 .. function:: stopListening()
/external/python/cpython2/Lib/test/
Dtest_logging.py1882 logging.config.stopListening()
/external/python/cpython2/Doc/howto/
Dlogging-cookbook.rst296 logging.config.stopListening()
/external/python/cpython2/Misc/
DNEWS5611 - Issue #9947: logging: Fixed locking bug in stopListening.