Home
last modified time | relevance | path

Searched refs:lostReason (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/util/
H A Ddevice_pool.ts63 const lostReason = holder.lostReason; constant
64 if (lostReason !== undefined) {
66 unreachable(`Device was lost: ${lostReason}`);
199 lostReason?: string; // initially undefined; becomes set when the device is lost
216 this.lostReason = ev.message;
259 this.lostReason !== undefined,
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/test/
H A Dtest_sslverify.py275 lostReason = None variable in _loopbackTLSConnection.ListeningClient
281 self.lostReason = reason
2027 lostReason = None variable in ServiceIdentityTests.serviceIdentitySetup.GreetingServer
2042 lostReason = None variable in ServiceIdentityTests.serviceIdentitySetup.GreetingClient
2106 cErr = cWrapped.lostReason
2107 sErr = sWrapped.lostReason
2165 cErr = cWrapped.lostReason
2166 sErr = sWrapped.lostReason
2186 cErr = cWrapped.lostReason
2187 sErr = sWrapped.lostReason
[all …]
H A Dtest_tcp.py169 self.lostReason = reason
396 clientF.lostReason.trap(error.ConnectionDone)
1072 return client.lostReason
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/test/
H A Dtest_sslverify.py189 lostReason = None variable in loopbackTLSConnection.ListeningClient
193 self.lostReason = reason
1353 lostReason = None variable in ServiceIdentityTests.serviceIdentitySetup.GreetingServer
1360 self.lostReason = reason
1365 lostReason = None variable in ServiceIdentityTests.serviceIdentitySetup.GreetingClient
1371 self.lostReason = reason
1421 cErr = cProto.wrappedProtocol.lostReason
1422 sErr = sProto.wrappedProtocol.lostReason
1484 cErr = cProto.wrappedProtocol.lostReason
1485 sErr = sProto.wrappedProtocol.lostReason
[all …]
H A Dtest_tcp.py165 self.lostReason = reason
400 clientF.lostReason.trap(error.ConnectionDone)
1056 return client.lostReason
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/web/test/
H A Dtest_proxy.py115 self.lostReason = None
122 self.lostReason = reason
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/web/test/
H A Dtest_proxy.py119 self.lostReason = None
125 self.lostReason = reason
/dports/net/libutp/libutp-7c4f19a/pyutp/utp/tests/
H A Dtest_utp.py166 self.lostReason = reason
403 clientF.lostReason.trap(error.ConnectionDone)
1052 msg('cbClientLost', client.lostReason)
1053 return client.lostReason
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/internet/test/
H A Dtest_tcp.py1257 clientFactory.lostReason.raiseException,