Home
last modified time | relevance | path

Searched refs:notifyTest (Results 1 – 25 of 52) sorted by relevance

123

/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/
H A Dpydev_runfiles_unittest.py96 pydev_runfiles_xml_rpc.notifyTest(
99 pydev_runfiles_xml_rpc.notifyTest(
119 pydev_runfiles_xml_rpc.notifyTest(
128 pydev_runfiles_xml_rpc.notifyTest(
132 pydev_runfiles_xml_rpc.notifyTest(
136 pydev_runfiles_xml_rpc.notifyTest(
H A Dpydev_runfiles_xml_rpc.py84 def notifyTest(self, *args): member in ServerFacade
244 def notifyTest(cond, captured_output, error_contents, file, test, time): function
264 _ServerHolder.SERVER.notifyTest(cond, captured_output, error_contents, file, test, time)
H A Dpydev_runfiles_parallel.py186 server.register_function(self.notifyTest)
219 def notifyTest(self, job_id, *args, **kwargs): member in CommunicationThread
220 pydev_runfiles_xml_rpc.notifyTest(*args, **kwargs)
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydev_runfiles/
H A Dpydev_runfiles_unittest.py96 pydev_runfiles_xml_rpc.notifyTest(
99 pydev_runfiles_xml_rpc.notifyTest(
119 pydev_runfiles_xml_rpc.notifyTest(
128 pydev_runfiles_xml_rpc.notifyTest(
132 pydev_runfiles_xml_rpc.notifyTest(
136 pydev_runfiles_xml_rpc.notifyTest(
H A Dpydev_runfiles_xml_rpc.py84 def notifyTest(self, *args): member in ServerFacade
244 def notifyTest(cond, captured_output, error_contents, file, test, time): function
264 _ServerHolder.SERVER.notifyTest(cond, captured_output, error_contents, file, test, time)
H A Dpydev_runfiles_parallel.py186 server.register_function(self.notifyTest)
219 def notifyTest(self, job_id, *args, **kwargs): member in CommunicationThread
220 pydev_runfiles_xml_rpc.notifyTest(*args, **kwargs)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydev_runfiles/
H A Dpydev_runfiles_unittest.py91 pydev_runfiles_xml_rpc.notifyTest(
111 pydev_runfiles_xml_rpc.notifyTest(
120 pydev_runfiles_xml_rpc.notifyTest(
124 pydev_runfiles_xml_rpc.notifyTest(
128 pydev_runfiles_xml_rpc.notifyTest(
H A Dpydev_runfiles_xml_rpc.py82 def notifyTest(self, *args): member in ServerFacade
242 def notifyTest(cond, captured_output, error_contents, file, test, time): function
262 _ServerHolder.SERVER.notifyTest(cond, captured_output, error_contents, file, test, time)
H A Dpydev_runfiles_parallel.py186 server.register_function(self.notifyTest)
219 def notifyTest(self, job_id, *args, **kwargs): member in CommunicationThread
220 pydev_runfiles_xml_rpc.notifyTest(*args, **kwargs)
H A Dpydev_runfiles_nose.py78 …pydev_runfiles_xml_rpc.notifyTest(cond, captured_output, error_contents, address[0], address[1], t…
/dports/devel/py-pydevd/pydevd-1.1.1/_pydev_runfiles/
H A Dpydev_runfiles_unittest.py91 pydev_runfiles_xml_rpc.notifyTest(
111 pydev_runfiles_xml_rpc.notifyTest(
120 pydev_runfiles_xml_rpc.notifyTest(
124 pydev_runfiles_xml_rpc.notifyTest(
128 pydev_runfiles_xml_rpc.notifyTest(
H A Dpydev_runfiles_xml_rpc.py82 def notifyTest(self, *args): member in ServerFacade
242 def notifyTest(cond, captured_output, error_contents, file, test, time): function
262 _ServerHolder.SERVER.notifyTest(cond, captured_output, error_contents, file, test, time)
H A Dpydev_runfiles_parallel.py185 server.register_function(self.notifyTest)
218 def notifyTest(self, job_id, *args, **kwargs): member in CommunicationThread
219 pydev_runfiles_xml_rpc.notifyTest(*args, **kwargs)
H A Dpydev_runfiles_nose.py78 …pydev_runfiles_xml_rpc.notifyTest(cond, captured_output, error_contents, address[0], address[1], t…
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/rmi/activation/rmidViaInheritedChannel/
H A DInheritedChannelNotServerSocket.java62 void notifyTest() throws RemoteException; in notifyTest() method
67 public void notifyTest() { in notifyTest() method in InheritedChannelNotServerSocket.CallbackImpl
179 obj.notifyTest(); in inheritedChannel()
H A DRmidViaInheritedChannel.java55 public void notifyTest() { in notifyTest() method in RmidViaInheritedChannel
192 obj.notifyTest(); in inheritedChannel()
205 void notifyTest() throws IOException; in notifyTest() method
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/rmi/activation/rmidViaInheritedChannel/
H A DRmidViaInheritedChannel.java55 public void notifyTest() { in notifyTest() method in RmidViaInheritedChannel
192 obj.notifyTest(); in inheritedChannel()
205 void notifyTest() throws IOException; in notifyTest() method
H A DInheritedChannelNotServerSocket.java62 void notifyTest() throws RemoteException; in notifyTest() method
67 public void notifyTest() { in notifyTest() method in InheritedChannelNotServerSocket.CallbackImpl
179 obj.notifyTest(); in inheritedChannel()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/activation/rmidViaInheritedChannel/
H A DInheritedChannelNotServerSocket.java68 void notifyTest() throws RemoteException; in notifyTest() method
73 public void notifyTest() { in notifyTest() method in InheritedChannelNotServerSocket.CallbackImpl
188 obj.notifyTest(); in inheritedChannel()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/rmi/activation/rmidViaInheritedChannel/
H A DInheritedChannelNotServerSocket.java68 void notifyTest() throws RemoteException; in notifyTest() method
73 public void notifyTest() { in notifyTest() method in InheritedChannelNotServerSocket.CallbackImpl
188 obj.notifyTest(); in inheritedChannel()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/rmi/activation/rmidViaInheritedChannel/
H A DInheritedChannelNotServerSocket.java68 void notifyTest() throws RemoteException; in notifyTest() method
73 public void notifyTest() { in notifyTest() method in InheritedChannelNotServerSocket.CallbackImpl
188 obj.notifyTest(); in inheritedChannel()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/activation/rmidViaInheritedChannel/
H A DInheritedChannelNotServerSocket.java68 void notifyTest() throws RemoteException; in notifyTest() method
73 public void notifyTest() { in notifyTest() method in InheritedChannelNotServerSocket.CallbackImpl
188 obj.notifyTest(); in inheritedChannel()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/rmi/activation/rmidViaInheritedChannel/
H A DInheritedChannelNotServerSocket.java68 void notifyTest() throws RemoteException; in notifyTest() method
73 public void notifyTest() { in notifyTest() method in InheritedChannelNotServerSocket.CallbackImpl
188 obj.notifyTest(); in inheritedChannel()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/rmi/activation/rmidViaInheritedChannel/
H A DInheritedChannelNotServerSocket.java68 void notifyTest() throws RemoteException; in notifyTest() method
73 public void notifyTest() { in notifyTest() method in InheritedChannelNotServerSocket.CallbackImpl
188 obj.notifyTest(); in inheritedChannel()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/rmi/activation/rmidViaInheritedChannel/
H A DInheritedChannelNotServerSocket.java68 void notifyTest() throws RemoteException; in notifyTest() method
73 public void notifyTest() { in notifyTest() method in InheritedChannelNotServerSocket.CallbackImpl
188 obj.notifyTest(); in inheritedChannel()

123