Searched refs:num_expected (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/compiler/tests/ |
D | check_output.py | 514 num_expected = 0 variable 517 num_expected += print_results(results, t, True) 525 …) of %d unskipped tests had an expected result%s' % (color, num_expected, floor(num_expected / num…
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtp-payloading.c | 1471 rtp_jpeg_do_packet_loss (gdouble prob, gint num_expected) in rtp_jpeg_do_packet_loss() argument 1498 if (num_expected >= 0) { in rtp_jpeg_do_packet_loss() 1499 fail_unless_equals_int (num_expected, buffer_count); in rtp_jpeg_do_packet_loss() 1527 gint num_expected[] = { 100, -1, -1, -1, -1, -1, 0 }; in GST_START_TEST() local 1531 rtp_jpeg_do_packet_loss (probabilities[__i__], num_expected[__i__]); in GST_START_TEST()
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_queues.py | 260 async def consumer(queue, num_expected): argument 261 for _ in range(num_expected):
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_tests.c | 381 unsigned num_expected = tgsi_tex_target == TGSI_TEXTURE_BUFFER ? 1 : 2; in null_sampler_view() local 411 num_expected); in null_sampler_view()
|
/third_party/lwip/test/unit/tcp/ |
D | test_tcp.c | 613 check_seqnos(struct tcp_seg *segs, int num_expected, u32_t *seqnos_expected) in check_seqnos() argument 617 for (i = 0; i < num_expected; i++, s = s->next) { in check_seqnos()
|