Home
last modified time | relevance | path

Searched defs:stopListening (Results 1 – 9 of 9) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/jdi/connect/
DListeningConnector.java97 void stopListening(Map<String,? extends Connector.Argument> arguments) in stopListening() method
/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/spi/
DTransportService.java305 public abstract void stopListening(ListenKey listenKey) throws IOException; in stopListening() method in TransportService
/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
DTargetVM.java320 void stopListening() { in stopListening() method in TargetVM
DSocketTransportService.java296 public void stopListening(ListenKey listener) throws IOException { in stopListening() method in SocketTransportService
/external/python/cpython2/Lib/logging/
Dconfig.py908 def stopListening(): function
/external/python/cpython3/Lib/logging/
Dconfig.py924 def stopListening(): function