Home
last modified time | relevance | path

Searched refs:roundTrip (Results 1 – 25 of 1171) sorted by last modified time

12345678910>>...47

/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DCubebUtils.cpp770 double roundTrip = static_cast<double>(outputLatency + inputLatency) / rate; in EstimatedRoundTripLatencyDefaultDevices() local
771 roundtripLatencies.AppendElement(roundTrip); in EstimatedRoundTripLatencyDefaultDevices()
/dports/www/firefox/firefox-99.0/dom/media/
H A DCubebUtils.cpp844 double roundTrip = static_cast<double>(outputLatency + inputLatency) / rate; in EstimatedRoundTripLatencyDefaultDevices() local
845 roundtripLatencies.AppendElement(roundTrip); in EstimatedRoundTripLatencyDefaultDevices()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DCubebUtils.cpp770 double roundTrip = static_cast<double>(outputLatency + inputLatency) / rate; in EstimatedRoundTripLatencyDefaultDevices() local
771 roundtripLatencies.AppendElement(roundTrip); in EstimatedRoundTripLatencyDefaultDevices()
/dports/net/traefik/traefik-2.6.1/vendor/github.com/theupdateframework/notary/client/
H A Dclient.go51 roundTrip http.RoundTripper member
/dports/net/traefik/traefik-2.6.1/vendor/github.com/theupdateframework/notary/storage/
H A Dhttpstore.go111 roundTrip http.RoundTripper member
117 func NewHTTPStore(baseURL, metaPrefix, metaExtension, keyExtension string, roundTrip http.RoundTrip…
125 if roundTrip == nil {
133 roundTrip: roundTrip,
188 resp, err := s.roundTrip.RoundTrip(req)
262 resp, err := s.roundTrip.RoundTrip(req)
281 resp, err := s.roundTrip.RoundTrip(req)
322 resp, err := s.roundTrip.RoundTrip(req)
348 resp, err := s.roundTrip.RoundTrip(req)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/unittests/MachOTests/
H A DMachONormalizedFileYAMLTests.cpp140 TEST(ObjectFileYAML, roundTrip) { in TEST() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/unittests/MachOTests/
H A DMachONormalizedFileYAMLTests.cpp140 TEST(ObjectFileYAML, roundTrip) { in TEST() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/unittests/MachOTests/
H A DMachONormalizedFileYAMLTests.cpp140 TEST(ObjectFileYAML, roundTrip) {
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/conformance/
H A DGTestHarness.cpp68 ConformanceServiceAsyncClient& client, RoundTripTestCase roundTrip) { in RunRoundTripTest() argument
70 client.sync_roundTrip(res, *roundTrip.request_ref()); in RunRoundTripTest()
72 const Any& expectedAny = roundTrip.expectedResponse_ref() in RunRoundTripTest()
73 ? *roundTrip.expectedResponse_ref().value_unchecked().value_ref() in RunRoundTripTest()
74 : *roundTrip.request_ref()->value_ref(); in RunRoundTripTest()
149 case TestCaseUnion::roundTrip: in RunTestCase()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/hs/tests/
H A DIncludeTest.hs26 propToFoo = foo == roundTrip foo
28 roundTrip = to_Foo . from_Foo function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/conformance/cpp2/
H A DConformanceHandler.cpp26 void ConformanceHandler::roundTrip( in roundTrip() function in apache::thrift::conformance::ConformanceHandler
H A DConformanceHandler.h25 void roundTrip(
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/conformance/data/
H A DTestGenerator.cpp35 RoundTripTestCase roundTrip; in createRoundTripTest() local
36 roundTrip.request_ref()->value_ref() = in createRoundTripTest()
41 testCase.test_ref()->set_roundTrip(std::move(roundTrip)); in createRoundTripTest()
H A DTestGeneratorTest.cpp65 EXPECT_EQ(testCase.test_ref()->getType(), TestCaseUnion::roundTrip); in TEST()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/conformance/if/
H A Dtest_suite.thrift65 1: RoundTripTestCase roundTrip; member
H A Dconformance.thrift44 RoundTripResponse roundTrip(1: RoundTripRequest request); function
/dports/devel/gh/cli-2.4.0/api/
H A Dclient.go46 return &funcTripper{roundTrip: func(req *http.Request) (*http.Response, error) {
58 return &funcTripper{roundTrip: func(req *http.Request) (*http.Response, error) {
102 roundTrip func(*http.Request) (*http.Response, error) member
106 return tr.roundTrip(req)
H A Dcache.go51 return &funcTripper{roundTrip: func(req *http.Request) (*http.Response, error) {
H A Dcache_test.go20 roundTrip: func(req *http.Request) (*http.Response, error) {
/dports/lang/zig-devel/zig-0.9.0/lib/std/json/
H A Dtest.zig69 try roundTrip(
89 try roundTrip(
95 try roundTrip(
101 try roundTrip(
107 try roundTrip(
119 try roundTrip(
138 try roundTrip(
190 try roundTrip(
196 try roundTrip(
250 try roundTrip(
[all …]
/dports/lang/zig/zig-0.9.0/lib/std/json/
H A Dtest.zig69 try roundTrip(
89 try roundTrip(
95 try roundTrip(
101 try roundTrip(
107 try roundTrip(
119 try roundTrip(
138 try roundTrip(
190 try roundTrip(
196 try roundTrip(
250 try roundTrip(
[all …]
/dports/lang/nim/nim-1.6.2/tests/vm/
H A Dtcastint.nim14 template roundTrip(a, T) =
108 roundTrip(I64A, float)
109 roundTrip(I8, uint16)
110 roundTrip(I8, uint32)
111 roundTrip(I8, uint64)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/net/http/
H A Droundtrip_js.go56 return t.roundTrip(req)
H A Droundtrip.go17 return t.roundTrip(req)
H A Dtransport.go504 func (t *Transport) roundTrip(req *Request) (*Response, error) { func
594 resp, err = pconn.roundTrip(treq)
2528 func (pc *persistConn) roundTrip(req *transportRequest) (resp *Response, err error) { func

12345678910>>...47