Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DGenericListeningConnector.java126 public void stopListening(Map<String,? extends Connector.Argument> args) in stopListening() method in GenericListeningConnector
134 transportService.stopListening(listener); in stopListening()
162 stopListening(args); in accept()
DRawCommandLineLauncher.java121 transportService.stopListening(listener); in launch()
DSunCommandLineLauncher.java226 transportService().stopListening(listenKey); in launch()
DTargetVM.java320 void stopListening() { in stopListening() method in TargetVM
DSocketTransportService.java296 public void stopListening(ListenKey listener) throws IOException { in stopListening() method in SocketTransportService
DVirtualMachineImpl.java559 target.stopListening(); in dispose()
570 target.stopListening(); in exit()
/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/oj-libjdwp/src/share/classes/com/sun/jdi/connect/
DListeningConnector.java97 void stopListening(Map<String,? extends Connector.Argument> arguments) in stopListening() method
/external/oj-libjdwp/src/share/classes/com/sun/jdi/connect/spi/
DTransportService.java305 public abstract void stopListening(ListenKey listenKey) throws IOException; in stopListening() method in TransportService
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPUnitDebuggeeWrapper.java194 transport.stopListening(); in tearDownConnection()
/external/python/cpython2/Lib/logging/
Dconfig.py908 def stopListening(): function
/external/python/cpython3/Lib/logging/
Dconfig.py924 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/cpython3/Doc/library/
Dlogging.config.rst133 call :func:`stopListening`.
180 .. function:: stopListening()
/external/python/cpython2/Misc/NEWS.d/
D2.7.1rc1.rst493 logging: Fixed locking bug in stopListening.
/external/python/cpython2/Doc/howto/
Dlogging-cookbook.rst296 logging.config.stopListening()
/external/python/cpython3/Lib/test/
Dtest_logging.py3067 logging.config.stopListening()
/external/python/cpython3/Doc/howto/
Dlogging-cookbook.rst304 logging.config.stopListening()
/external/python/cpython3/Misc/
DHISTORY12017 - Issue #9947: logging: Fixed locking bug in stopListening.