Home
last modified time | relevance | path

Searched defs:stopListening (Results 1 – 3 of 3) 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/python/cpython2/Lib/logging/
Dconfig.py908 def stopListening(): function