Home
last modified time | relevance | path

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

12

/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/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DSurfaceTextureHelperTest.java318 surfaceTextureHelper.stopListening(); in testStopListening()
341 surfaceTextureHelper.stopListening(); in testStopListeningImmediately()
363 surfaceTextureHelper.stopListening(); in testStopListeningImmediatelyOnHandlerThread()
414 surfaceTextureHelper.stopListening(); in testRestartListeningWithNewListener()
DVideoFrameBufferTest.java204 surfaceTextureHelper.stopListening();
/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/webrtc/sdk/android/api/org/webrtc/
DScreenCapturerAndroid.java128 surfaceTextureHelper.stopListening(); in stopCapture()
DSurfaceTextureHelper.java237 public void stopListening() {
/external/webrtc/sdk/android/src/java/org/webrtc/
DCamera1Session.java238 surfaceTextureHelper.stopListening(); in stopInternal()
DCamera2Session.java375 surfaceTextureHelper.stopListening(); in stopInternal()
DAndroidVideoDecoder.java318 surfaceTextureHelper.stopListening(); in release()
/external/python/cpython2/Lib/logging/
Dconfig.py908 def stopListening(): function
/external/python/cpython3/Lib/logging/
Dconfig.py934 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()

12