Home
last modified time | relevance | path

Searched refs:expected_delta (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/brz/breezy-3.2.0/breezy/git/tests/
H A Dtest_tree.py210 expected_delta = TreeDelta()
222 expected_delta = TreeDelta()
236 expected_delta = TreeDelta()
249 expected_delta = TreeDelta()
262 expected_delta = TreeDelta()
274 expected_delta = TreeDelta()
285 expected_delta = TreeDelta()
296 expected_delta = TreeDelta()
308 expected_delta = TreeDelta()
320 expected_delta = TreeDelta()
[all …]
/dports/devel/py-sysv_ipc/sysv_ipc-1.1.0/tests/
H A Dtest_semaphores.py197 expected_delta = datetime.timedelta(seconds=wait_time)
199 self.assertDeltasCloseEnough(actual_delta, expected_delta)
214 expected_delta = datetime.timedelta(seconds=wait_time)
216 self.assertDeltasCloseEnough(actual_delta, expected_delta)
305 expected_delta = datetime.timedelta(seconds=wait_time)
307 self.assertDeltasCloseEnough(actual_delta, expected_delta)
321 expected_delta = datetime.timedelta(seconds=wait_time)
323 self.assertDeltasCloseEnough(actual_delta, expected_delta)
/dports/devel/py-posix_ipc/posix_ipc-1.0.4/tests/
H A Dtest_semaphores.py194 expected_delta = datetime.timedelta(seconds=wait_time)
196 delta = actual_delta - expected_delta
216 expected_delta = datetime.timedelta(seconds=wait_time)
218 delta = actual_delta - expected_delta
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/
H A Dcrypto_test.cc62 const size_t expected_delta = counter == position ? 1 : 0; in expect_counter_delta_is_zero_except_for_a_one_at() local
63 EXPECT_EQ(after[counter], before[counter] + expected_delta) << counter; in expect_counter_delta_is_zero_except_for_a_one_at()
/dports/emulators/mednafen/mednafen/src/snes_faust/
H A Dsnes.cpp1069 …const int expected_delta = (SpecExAudioExpected >= 0) ? SpecExAudioExpected - tmp_espec.SoundBufSi… in Emulate() local
1070 const int sbo = (expected_delta < 0) ? -expected_delta : 0; in Emulate()
1073 …if(!expected_delta && doggy != sha1(tmp_espec.SoundBuf, tmp_espec.SoundBufSize * 2 * sizeof(int16)… in Emulate()
1076 if(expected_delta) in Emulate()
1077 fprintf(stderr, "%d\n", expected_delta); in Emulate()
1092 if(expected_delta > 0 && espec->SoundBufSize >= expected_delta) in Emulate()
1094 espec->SoundBufSize -= expected_delta; in Emulate()
1095 …memmove(espec->SoundBuf, espec->SoundBuf + expected_delta * 2, espec->SoundBufSize * 2 * sizeof(in… in Emulate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/content/
H A Dvideo_capture_oracle.cc59 const base::TimeDelta expected_delta = in FractionFromExpectedFrameRate() local
61 return (delta - expected_delta).InMillisecondsF() / in FractionFromExpectedFrameRate()
62 expected_delta.InMillisecondsF(); in FractionFromExpectedFrameRate()
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/tests/
H A Dtest_render_glyph.py331 expected_delta = self.timedelta(0, 1)
333 self.assertEquals(delta_out, expected_delta)
338 expected_delta = self.timedelta(0, 60)
340 self.assertEquals(delta_out, expected_delta)
345 expected_delta = self.timedelta(0, 3600)
347 self.assertEquals(delta_out, expected_delta)
352 expected_delta = self.timedelta(1)
354 self.assertEquals(delta_out, expected_delta)
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/content/
H A Dvideo_capture_oracle.cc62 const base::TimeDelta expected_delta = in FractionFromExpectedFrameRate() local
64 return (delta - expected_delta) / expected_delta; in FractionFromExpectedFrameRate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/input/
H A Dfling_controller_unittest.cc819 float expected_delta = in TEST_P() local
822 EXPECT_EQ(ceilf(total_scroll_delta), roundf(expected_delta)); in TEST_P()
867 float expected_delta = in TEST_P() local
870 EXPECT_EQ(ceilf(total_scroll_delta), roundf(expected_delta)); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/tests/
H A Dtest_paint_aggregator.cc114 pp::Point expected_delta(delta1.x() + delta2.x(), in TestDoubleOverlappingScroll() local
116 ASSERT_TRUE(expected_delta.x() == greg.GetPendingUpdate().scroll_delta.x()); in TestDoubleOverlappingScroll()
117 ASSERT_TRUE(expected_delta.y() == greg.GetPendingUpdate().scroll_delta.y()); in TestDoubleOverlappingScroll()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderVertexSpacing.cpp1186 float expected_delta = edge.edge_length / edge_clamped_rounded_tess_level; in verifyEdges() local
1205 if (de::abs(segment_deltas[0].delta - expected_delta) > epsilon) in verifyEdges()
1207 …m_testCtx.getLog() << tcu::TestLog::Message << "Invalid segment delta (expected:" << expected_delta in verifyEdges()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/gimli-0.23.0/src/read/
H A Dcfi.rs4362 let expected_delta = 42; in test_parse_cfi_instruction_advance_loc() localVariable
4371 delta: u32::from(expected_delta), in test_parse_cfi_instruction_advance_loc()
4480 let expected_delta = 8; in test_parse_cfi_instruction_advance_loc1() localVariable
4483 .D8(expected_delta) in test_parse_cfi_instruction_advance_loc1()
4499 let expected_delta = 500; in test_parse_cfi_instruction_advance_loc2() localVariable
4502 .L16(expected_delta) in test_parse_cfi_instruction_advance_loc2()
4518 let expected_delta = 1 << 20; in test_parse_cfi_instruction_advance_loc4() localVariable
4521 .L32(expected_delta) in test_parse_cfi_instruction_advance_loc4()
4528 delta: expected_delta, in test_parse_cfi_instruction_advance_loc4()
4947 let expected_delta = 230; in test_call_frame_instruction_iter_ok() localVariable
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/gimli-0.25.0/src/read/
H A Dcfi.rs4377 let expected_delta = 42; in test_parse_cfi_instruction_advance_loc() localVariable
4386 delta: u32::from(expected_delta), in test_parse_cfi_instruction_advance_loc()
4495 let expected_delta = 8; in test_parse_cfi_instruction_advance_loc1() localVariable
4498 .D8(expected_delta) in test_parse_cfi_instruction_advance_loc1()
4514 let expected_delta = 500; in test_parse_cfi_instruction_advance_loc2() localVariable
4517 .L16(expected_delta) in test_parse_cfi_instruction_advance_loc2()
4533 let expected_delta = 1 << 20; in test_parse_cfi_instruction_advance_loc4() localVariable
4536 .L32(expected_delta) in test_parse_cfi_instruction_advance_loc4()
4543 delta: expected_delta, in test_parse_cfi_instruction_advance_loc4()
4962 let expected_delta = 230; in test_call_frame_instruction_iter_ok() localVariable
[all …]
/dports/shells/nsh/nsh-0.4.2/cargo-crates/gimli-0.24.0/src/read/
H A Dcfi.rs4362 let expected_delta = 42; in test_parse_cfi_instruction_advance_loc() localVariable
4371 delta: u32::from(expected_delta), in test_parse_cfi_instruction_advance_loc()
4480 let expected_delta = 8; in test_parse_cfi_instruction_advance_loc1() localVariable
4483 .D8(expected_delta) in test_parse_cfi_instruction_advance_loc1()
4499 let expected_delta = 500; in test_parse_cfi_instruction_advance_loc2() localVariable
4502 .L16(expected_delta) in test_parse_cfi_instruction_advance_loc2()
4518 let expected_delta = 1 << 20; in test_parse_cfi_instruction_advance_loc4() localVariable
4521 .L32(expected_delta) in test_parse_cfi_instruction_advance_loc4()
4528 delta: expected_delta, in test_parse_cfi_instruction_advance_loc4()
4947 let expected_delta = 230; in test_call_frame_instruction_iter_ok() localVariable
[all …]
/dports/dns/dog/dog-0.1.0/cargo-crates/gimli-0.23.0/src/read/
H A Dcfi.rs4362 let expected_delta = 42; in test_parse_cfi_instruction_advance_loc() localVariable
4371 delta: u32::from(expected_delta), in test_parse_cfi_instruction_advance_loc()
4480 let expected_delta = 8; in test_parse_cfi_instruction_advance_loc1() localVariable
4483 .D8(expected_delta) in test_parse_cfi_instruction_advance_loc1()
4499 let expected_delta = 500; in test_parse_cfi_instruction_advance_loc2() localVariable
4502 .L16(expected_delta) in test_parse_cfi_instruction_advance_loc2()
4518 let expected_delta = 1 << 20; in test_parse_cfi_instruction_advance_loc4() localVariable
4521 .L32(expected_delta) in test_parse_cfi_instruction_advance_loc4()
4528 delta: expected_delta, in test_parse_cfi_instruction_advance_loc4()
4947 let expected_delta = 230; in test_call_frame_instruction_iter_ok() localVariable
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/gimli-0.23.0/src/read/
H A Dcfi.rs4362 let expected_delta = 42; in test_parse_cfi_instruction_advance_loc() localVariable
4371 delta: u32::from(expected_delta), in test_parse_cfi_instruction_advance_loc()
4480 let expected_delta = 8; in test_parse_cfi_instruction_advance_loc1() localVariable
4483 .D8(expected_delta) in test_parse_cfi_instruction_advance_loc1()
4499 let expected_delta = 500; in test_parse_cfi_instruction_advance_loc2() localVariable
4502 .L16(expected_delta) in test_parse_cfi_instruction_advance_loc2()
4518 let expected_delta = 1 << 20; in test_parse_cfi_instruction_advance_loc4() localVariable
4521 .L32(expected_delta) in test_parse_cfi_instruction_advance_loc4()
4528 delta: expected_delta, in test_parse_cfi_instruction_advance_loc4()
4947 let expected_delta = 230; in test_call_frame_instruction_iter_ok() localVariable
[all …]
/dports/devel/grcov/grcov-0.8.2/cargo-crates/gimli-0.24.0/src/read/
H A Dcfi.rs4362 let expected_delta = 42; in test_parse_cfi_instruction_advance_loc() localVariable
4371 delta: u32::from(expected_delta), in test_parse_cfi_instruction_advance_loc()
4480 let expected_delta = 8; in test_parse_cfi_instruction_advance_loc1() localVariable
4483 .D8(expected_delta) in test_parse_cfi_instruction_advance_loc1()
4499 let expected_delta = 500; in test_parse_cfi_instruction_advance_loc2() localVariable
4502 .L16(expected_delta) in test_parse_cfi_instruction_advance_loc2()
4518 let expected_delta = 1 << 20; in test_parse_cfi_instruction_advance_loc4() localVariable
4521 .L32(expected_delta) in test_parse_cfi_instruction_advance_loc4()
4528 delta: expected_delta, in test_parse_cfi_instruction_advance_loc4()
4947 let expected_delta = 230; in test_call_frame_instruction_iter_ok() localVariable
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/gimli-0.24.0/src/read/
H A Dcfi.rs4362 let expected_delta = 42; in test_parse_cfi_instruction_advance_loc() localVariable
4371 delta: u32::from(expected_delta), in test_parse_cfi_instruction_advance_loc()
4480 let expected_delta = 8; in test_parse_cfi_instruction_advance_loc1() localVariable
4483 .D8(expected_delta) in test_parse_cfi_instruction_advance_loc1()
4499 let expected_delta = 500; in test_parse_cfi_instruction_advance_loc2() localVariable
4502 .L16(expected_delta) in test_parse_cfi_instruction_advance_loc2()
4518 let expected_delta = 1 << 20; in test_parse_cfi_instruction_advance_loc4() localVariable
4521 .L32(expected_delta) in test_parse_cfi_instruction_advance_loc4()
4528 delta: expected_delta, in test_parse_cfi_instruction_advance_loc4()
4947 let expected_delta = 230; in test_call_frame_instruction_iter_ok() localVariable
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/gimli-0.24.0/src/read/
H A Dcfi.rs4362 let expected_delta = 42; in test_parse_cfi_instruction_advance_loc() localVariable
4371 delta: u32::from(expected_delta), in test_parse_cfi_instruction_advance_loc()
4480 let expected_delta = 8; in test_parse_cfi_instruction_advance_loc1() localVariable
4483 .D8(expected_delta) in test_parse_cfi_instruction_advance_loc1()
4499 let expected_delta = 500; in test_parse_cfi_instruction_advance_loc2() localVariable
4502 .L16(expected_delta) in test_parse_cfi_instruction_advance_loc2()
4518 let expected_delta = 1 << 20; in test_parse_cfi_instruction_advance_loc4() localVariable
4521 .L32(expected_delta) in test_parse_cfi_instruction_advance_loc4()
4528 delta: expected_delta, in test_parse_cfi_instruction_advance_loc4()
4947 let expected_delta = 230; in test_call_frame_instruction_iter_ok() localVariable
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/gimli-0.20.0/src/read/
H A Dcfi.rs4272 let expected_delta = 42; in test_parse_cfi_instruction_advance_loc() localVariable
4281 delta: u32::from(expected_delta), in test_parse_cfi_instruction_advance_loc()
4390 let expected_delta = 8; in test_parse_cfi_instruction_advance_loc1() localVariable
4393 .D8(expected_delta) in test_parse_cfi_instruction_advance_loc1()
4409 let expected_delta = 500; in test_parse_cfi_instruction_advance_loc2() localVariable
4412 .L16(expected_delta) in test_parse_cfi_instruction_advance_loc2()
4428 let expected_delta = 1 << 20; in test_parse_cfi_instruction_advance_loc4() localVariable
4431 .L32(expected_delta) in test_parse_cfi_instruction_advance_loc4()
4438 delta: expected_delta, in test_parse_cfi_instruction_advance_loc4()
4857 let expected_delta = 230; in test_call_frame_instruction_iter_ok() localVariable
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/gimli-0.23.0/src/read/
H A Dcfi.rs4362 let expected_delta = 42; in test_parse_cfi_instruction_advance_loc() localVariable
4371 delta: u32::from(expected_delta), in test_parse_cfi_instruction_advance_loc()
4480 let expected_delta = 8; in test_parse_cfi_instruction_advance_loc1() localVariable
4483 .D8(expected_delta) in test_parse_cfi_instruction_advance_loc1()
4499 let expected_delta = 500; in test_parse_cfi_instruction_advance_loc2() localVariable
4502 .L16(expected_delta) in test_parse_cfi_instruction_advance_loc2()
4518 let expected_delta = 1 << 20; in test_parse_cfi_instruction_advance_loc4() localVariable
4521 .L32(expected_delta) in test_parse_cfi_instruction_advance_loc4()
4528 delta: expected_delta, in test_parse_cfi_instruction_advance_loc4()
4947 let expected_delta = 230; in test_call_frame_instruction_iter_ok() localVariable
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/gimli-0.25.0/src/read/
H A Dcfi.rs4377 let expected_delta = 42; in test_parse_cfi_instruction_advance_loc() localVariable
4386 delta: u32::from(expected_delta), in test_parse_cfi_instruction_advance_loc()
4495 let expected_delta = 8; in test_parse_cfi_instruction_advance_loc1() localVariable
4498 .D8(expected_delta) in test_parse_cfi_instruction_advance_loc1()
4514 let expected_delta = 500; in test_parse_cfi_instruction_advance_loc2() localVariable
4517 .L16(expected_delta) in test_parse_cfi_instruction_advance_loc2()
4533 let expected_delta = 1 << 20; in test_parse_cfi_instruction_advance_loc4() localVariable
4536 .L32(expected_delta) in test_parse_cfi_instruction_advance_loc4()
4543 delta: expected_delta, in test_parse_cfi_instruction_advance_loc4()
4962 let expected_delta = 230; in test_call_frame_instruction_iter_ok() localVariable
[all …]
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/gimli-0.21.0/src/read/
H A Dcfi.rs4361 let expected_delta = 42; in test_parse_cfi_instruction_advance_loc() localVariable
4370 delta: u32::from(expected_delta), in test_parse_cfi_instruction_advance_loc()
4479 let expected_delta = 8; in test_parse_cfi_instruction_advance_loc1() localVariable
4482 .D8(expected_delta) in test_parse_cfi_instruction_advance_loc1()
4498 let expected_delta = 500; in test_parse_cfi_instruction_advance_loc2() localVariable
4501 .L16(expected_delta) in test_parse_cfi_instruction_advance_loc2()
4517 let expected_delta = 1 << 20; in test_parse_cfi_instruction_advance_loc4() localVariable
4520 .L32(expected_delta) in test_parse_cfi_instruction_advance_loc4()
4527 delta: expected_delta, in test_parse_cfi_instruction_advance_loc4()
4946 let expected_delta = 230; in test_call_frame_instruction_iter_ok() localVariable
[all …]
/dports/converters/yj-bruceadams/yj-1.1.34/cargo-crates/gimli-0.25.0/src/read/
H A Dcfi.rs4377 let expected_delta = 42; in test_parse_cfi_instruction_advance_loc() localVariable
4386 delta: u32::from(expected_delta), in test_parse_cfi_instruction_advance_loc()
4495 let expected_delta = 8; in test_parse_cfi_instruction_advance_loc1() localVariable
4498 .D8(expected_delta) in test_parse_cfi_instruction_advance_loc1()
4514 let expected_delta = 500; in test_parse_cfi_instruction_advance_loc2() localVariable
4517 .L16(expected_delta) in test_parse_cfi_instruction_advance_loc2()
4533 let expected_delta = 1 << 20; in test_parse_cfi_instruction_advance_loc4() localVariable
4536 .L32(expected_delta) in test_parse_cfi_instruction_advance_loc4()
4543 delta: expected_delta, in test_parse_cfi_instruction_advance_loc4()
4962 let expected_delta = 230; in test_call_frame_instruction_iter_ok() localVariable
[all …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/gimli-0.21.0/src/read/
H A Dcfi.rs4361 let expected_delta = 42; in test_parse_cfi_instruction_advance_loc() localVariable
4370 delta: u32::from(expected_delta), in test_parse_cfi_instruction_advance_loc()
4479 let expected_delta = 8; in test_parse_cfi_instruction_advance_loc1() localVariable
4482 .D8(expected_delta) in test_parse_cfi_instruction_advance_loc1()
4498 let expected_delta = 500; in test_parse_cfi_instruction_advance_loc2() localVariable
4501 .L16(expected_delta) in test_parse_cfi_instruction_advance_loc2()
4517 let expected_delta = 1 << 20; in test_parse_cfi_instruction_advance_loc4() localVariable
4520 .L32(expected_delta) in test_parse_cfi_instruction_advance_loc4()
4527 delta: expected_delta, in test_parse_cfi_instruction_advance_loc4()
4946 let expected_delta = 230; in test_call_frame_instruction_iter_ok() localVariable
[all …]

12