Home
last modified time | relevance | path

Searched refs:flush_count (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/toolchain-extras/
H A Dprofile-extras-test.cpp23 static int flush_count = 0; variable
27 flush_count++; in __gcov_flush()
34 flush_count = 0; in TEST()
36 ASSERT_EQ(0, flush_count); in TEST()
39 ASSERT_EQ(1, flush_count); in TEST()
45 ASSERT_EQ(1, flush_count); in TEST()
49 ASSERT_EQ(2, flush_count); in TEST()
54 ASSERT_EQ(2, flush_count); in TEST()
58 ASSERT_EQ(3, flush_count); in TEST()
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dswmr_remove_writer.c50 unsigned long flush_count);
167 remove_records(hid_t fid, unsigned verbose, unsigned long nshrinks, unsigned long flush_count) in remove_records() argument
176 shrink_to_flush = flush_count; in remove_records()
195 if(flush_count > 0) { in remove_records()
206 shrink_to_flush = flush_count; in remove_records()
246 long flush_count = 1000; /* # of records to write between flushing file */ in main() local
264 flush_count = HDatol(argv[u + 1]); in main()
265 if(flush_count < 0) in main()
307 if(flush_count >= nshrinks) in main()
313 HDfprintf(stderr, "\t# of shrinks between flushes = %ld\n", flush_count); in main()
[all …]
H A Dswmr_addrem_writer.c50 unsigned long flush_count);
165 addrem_records(hid_t fid, unsigned verbose, unsigned long nops, unsigned long flush_count) in addrem_records() argument
190 op_to_flush = flush_count; in addrem_records()
259 if(flush_count > 0) { in addrem_records()
270 op_to_flush = flush_count; in addrem_records()
312 long flush_count = 1000; /* # of records to write between flushing file */ in main() local
329 flush_count = HDatol(argv[u + 1]); in main()
330 if(flush_count < 0) in main()
369 if(flush_count >= nops) in main()
375 HDfprintf(stderr, "\t# of operations between flushes = %ld\n", flush_count); in main()
[all …]
H A Dswmr_sparse_writer.c48 unsigned long flush_count);
167 add_records(hid_t fid, unsigned verbose, unsigned long nrecords, unsigned long flush_count) in add_records() argument
196 rec_to_flush = flush_count; in add_records()
275 if(flush_count > 0) { in add_records()
286 rec_to_flush = flush_count; in add_records()
347 long flush_count = 1000; /* # of records to write between flushing file */ in main() local
361 flush_count = HDatol(argv[u + 1]); in main()
362 if(flush_count < 0) in main()
390 if(flush_count >= nrecords) in main()
396 HDfprintf(stderr, "\t# of records between flushes = %ld\n", flush_count); in main()
[all …]
H A Dswmr_writer.c41 unsigned long nrecords, unsigned long flush_count);
169 unsigned long nrecords, unsigned long flush_count) in add_records() argument
194 rec_to_flush = flush_count; in add_records()
240 if(flush_count > 0) { in add_records()
251 rec_to_flush = flush_count; in add_records()
301 long flush_count = 10000; /* # of records to write between flushing file */ in main() local
320 flush_count = HDatol(argv[u + 1]); in main()
321 if(flush_count < 0) in main()
363 if(flush_count >= nrecords) in main()
389 HDfprintf(verbose_file, "\t# of records between flushes = %ld\n", flush_count); in main()
[all …]
H A Dswmr_start_write.c44 unsigned long nrecords, unsigned long flush_count);
229 unsigned long nrecords, unsigned long flush_count) in add_records() argument
254 rec_to_flush = flush_count; in add_records()
300 if(flush_count > 0) { in add_records()
311 rec_to_flush = flush_count; in add_records()
374 long flush_count = 10000; /* # of records to write between flushing file */ in main() local
411 flush_count = HDatol(argv[u + 1]); in main()
412 if(flush_count < 0) in main()
452 if(flush_count >= nrecords) in main()
480 HDfprintf(verbose_file, "\t# of records between flushes = %ld\n", flush_count); in main()
[all …]
/dports/devel/p5-POE-Test-Loops/POE-Test-Loops-1.360/lib/POE/Test/Loops/
H A Dwheel_sf_ipv6.pm120 $heap->{flush_count} = 0;
132 $_[HEAP]->{flush_count}++;
138 $heap->{put_count} == $heap->{flush_count},
169 $heap->{flush_count} = 0;
192 $_[HEAP]->{flush_count}++;
198 $heap->{put_count} == $heap->{flush_count},
H A Dwheel_sf_tcp.pm71 $heap->{flush_count} = 0;
94 $_[HEAP]->{flush_count}++;
100 ok($heap->{put_count} == $heap->{flush_count}, "flushed all put data");
143 $heap->{flush_count} = 0;
180 $_[HEAP]->{flush_count}++;
H A Dwheel_sf_unix.pm85 $heap->{flush_count} = 0;
108 $_[HEAP]->{flush_count}++;
115 $_[HEAP]->{put_count} == $_[HEAP]->{flush_count},
219 $heap->{flush_count} = 0;
266 $_[HEAP]->{flush_count}++;
/dports/www/py-google-cloud-bigtable/google-cloud-bigtable-2.4.0/google/cloud/bigtable/
H A Dbatcher.py59 def __init__(self, table, flush_count=FLUSH_COUNT, max_row_bytes=MAX_ROW_BYTES): argument
64 self.flush_count = flush_count
104 if self.total_size >= self.max_row_bytes or len(self.rows) >= self.flush_count:
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_exit/
H A Dexit.c31 int flush_count;
72 if (ctx->is_running == FLB_TRUE && ctx->count >= ctx->flush_count) {
93 0, FLB_TRUE, offsetof(struct flb_exit, flush_count),
/dports/devel/py-datadog/datadog-0.42.0/datadog/threadstats/
H A Dbase.py154 self.flush_count = 0
387 self.flush_count += 1
388 log.debug("Flush #%s sending %s metrics" % (self.flush_count, count_metrics))
395 self.flush_count += 1
396 log.debug("Flush #%s sending %s distributions" % (self.flush_count, count_dists))
405 self.flush_count += 1
406 log.debug("Flush #%s sending %s events" % (self.flush_count, count_events))
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dfifo_test.c55 int flush_count; member
71 ctx->flush_count++; in failing_write_packet()
115 printf("flush count: %d\n", ctx->flush_count); in failing_deinit()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dfifo_test.c55 int flush_count; member
71 ctx->flush_count++; in failing_write_packet()
115 printf("flush count: %d\n", ctx->flush_count); in failing_deinit()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dfifo_test.c55 int flush_count; member
71 ctx->flush_count++; in failing_write_packet()
115 printf("flush count: %d\n", ctx->flush_count); in failing_deinit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dfifo_test.c55 int flush_count; member
71 ctx->flush_count++; in failing_write_packet()
115 printf("flush count: %d\n", ctx->flush_count); in failing_deinit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dfifo_test.c55 int flush_count; member
71 ctx->flush_count++; in failing_write_packet()
115 printf("flush count: %d\n", ctx->flush_count); in failing_deinit()
/dports/devel/py-applicationinsights/applicationinsights-0.11.10/tests/applicationinsights_tests/channel_tests/
H A DTestQueueBase.py46 self.assertEqual(2, actual.flush_count)
83 self.flush_count = 0
86 self.flush_count += 1
H A DTestTelemetryChannel.py41 self.assertEqual(0, queue.flush_count)
43 self.assertEqual(1, queue.flush_count)
115 self.flush_count = 0
118 self.flush_count += 1
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/stream/
H A Dlog_output_stream_test.cc76 EXPECT_EQ(test_output_stream()->flush_count(), 1u); in TEST_F()
88 EXPECT_EQ(test_output_stream()->flush_count(), 1u); in TEST_F()
102 EXPECT_EQ(test_output_stream()->flush_count(), 1u); in TEST_F()
/dports/multimedia/handbrake/ffmpeg-4.4/libswresample/tests/
H A Dswresample.c226 int in_sample_rate, out_sample_rate, ch ,i, flush_count; in main() local
388 flush_count = swr_convert(backw_ctx,aout, flush_i, 0, 0); in main()
390 flush_count+= swr_convert(backw_ctx,aout, SAMPLES-flush_i, 0, 0); in main()
392 if(flush_count){ in main()
400 for(i=0; i<flush_count; i++){ in main()
413 …:%f c:%f max:%f] len:%5d F:%3d\n", sqrt(sse/flush_count), sum_ab/(sqrt(sum_aa*sum_bb)), maxdiff, f… in main()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libswresample/
H A Dswresample-test.c225 int in_sample_rate, out_sample_rate, ch ,i, flush_count; in main() local
382 flush_count = swr_convert(backw_ctx,aout, flush_i, 0, 0); in main()
384 flush_count+= swr_convert(backw_ctx,aout, SAMPLES-flush_i, 0, 0); in main()
386 if(flush_count){ in main()
394 for(i=0; i<flush_count; i++){ in main()
407 …:%f c:%f max:%f] len:%5d F:%3d\n", sqrt(sse/flush_count), sum_ab/(sqrt(sum_aa*sum_bb)), maxdiff, f… in main()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libswresample/tests/
H A Dswresample.c226 int in_sample_rate, out_sample_rate, ch ,i, flush_count; in main() local
388 flush_count = swr_convert(backw_ctx,aout, flush_i, 0, 0); in main()
390 flush_count+= swr_convert(backw_ctx,aout, SAMPLES-flush_i, 0, 0); in main()
392 if(flush_count){ in main()
400 for(i=0; i<flush_count; i++){ in main()
413 …:%f c:%f max:%f] len:%5d F:%3d\n", sqrt(sse/flush_count), sum_ab/(sqrt(sum_aa*sum_bb)), maxdiff, f… in main()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libswresample/tests/
H A Dswresample.c226 int in_sample_rate, out_sample_rate, ch ,i, flush_count; in main() local
388 flush_count = swr_convert(backw_ctx,aout, flush_i, 0, 0); in main()
390 flush_count+= swr_convert(backw_ctx,aout, SAMPLES-flush_i, 0, 0); in main()
392 if(flush_count){ in main()
400 for(i=0; i<flush_count; i++){ in main()
413 …:%f c:%f max:%f] len:%5d F:%3d\n", sqrt(sse/flush_count), sum_ab/(sqrt(sum_aa*sum_bb)), maxdiff, f… in main()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libswresample/
H A Dswresample-test.c225 int in_sample_rate, out_sample_rate, ch ,i, flush_count; in main() local
382 flush_count = swr_convert(backw_ctx,aout, flush_i, 0, 0); in main()
384 flush_count+= swr_convert(backw_ctx,aout, SAMPLES-flush_i, 0, 0); in main()
386 if(flush_count){ in main()
394 for(i=0; i<flush_count; i++){ in main()
407 …:%f c:%f max:%f] len:%5d F:%3d\n", sqrt(sse/flush_count), sum_ab/(sqrt(sum_aa*sum_bb)), maxdiff, f… in main()

12345678910>>...14