Home
last modified time | relevance | path

Searched refs:badStream (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/spdystream/ws/
H A Dws_test.go156 badStream, badStreamErr := spdyConn.CreateStream(http.Header{}, nil, false)
161 waitErr = badStream.Wait()
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/spdystream/ws/
H A Dws_test.go152 badStream, badStreamErr := spdyConn.CreateStream(http.Header{}, nil, false)
157 waitErr = badStream.Wait()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/moby/spdystream/spdystream-0.2.0/ws/
H A Dws_test.go172 badStream, badStreamErr := spdyConn.CreateStream(http.Header{}, nil, false)
177 waitErr = badStream.Wait()
/dports/math/ogdf/OGDF/test/src/basic/
H A Dfileformats.cpp362 std::istringstream badStream; in describeIssueHandling() local
363 badStream.setstate(std::istringstream::badbit); in describeIssueHandling()
364 AssertThat(reader(G, badStream), IsFalse()); in describeIssueHandling()
370 std::ostringstream badStream; in describeIssueHandling() local
371 badStream.setstate(std::ostringstream::badbit); in describeIssueHandling()
372 AssertThat(writer(G, badStream), IsFalse()); in describeIssueHandling()
402 std::istringstream badStream; in describeIssueHandling() local
403 badStream.setstate(std::istringstream::badbit); in describeIssueHandling()
411 std::ostringstream badStream; in describeIssueHandling() local
412 badStream.setstate(std::ostringstream::badbit); in describeIssueHandling()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/spdystream/
H A Dspdy_test.go132 badStream, badStreamErr := spdyConn.CreateStream(http.Header{}, nil, false)
137 waitErr = badStream.Wait()
144 streamCloseErr = badStream.Close()
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/spdystream/
H A Dspdy_test.go132 badStream, badStreamErr := spdyConn.CreateStream(http.Header{}, nil, false)
137 waitErr = badStream.Wait()
144 streamCloseErr = badStream.Close()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/moby/spdystream/spdystream-0.2.0/
H A Dspdy_test.go148 badStream, badStreamErr := spdyConn.CreateStream(http.Header{}, nil, false)
153 waitErr = badStream.Wait()
160 streamCloseErr = badStream.Close()
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/concourse/baggageclaim/api/
H A Dvolume_server.go471badStream, err := vs.volumeRepo.StreamIn(ctx, handle, subPath, req.Header.Get("Content-Encoding"),…
485 if badStream {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/baggageclaim/api/
H A Dvolume_server.go471badStream, err := vs.volumeRepo.StreamIn(ctx, handle, subPath, req.Header.Get("Content-Encoding"),…
485 if badStream {
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/NewChromsweep/
H A DCloseSweep.cpp672 …bool badStream = (streamDir == UPSTREAM ? _ignoreUpstream : (streamDir == DOWNSTREAM ? _ignoreDown… in tryToAddRecord() local
674 bool shouldIgnore = badStrand || badNames || badStream; in tryToAddRecord()