Home
last modified time | relevance | path

Searched refs:repeat_count (Results 1 – 25 of 31) sorted by relevance

12

/external/libcups/filter/
Drastertolabel.c80 void ZPLCompress(unsigned char repeat_char, unsigned repeat_count);
746 unsigned repeat_count; /* Number of repeated characters */ in OutputLine() local
833 for (compptr = CompBuffer + 1, repeat_char = CompBuffer[0], repeat_count = 1; in OutputLine()
837 repeat_count ++; in OutputLine()
840 ZPLCompress(repeat_char, repeat_count); in OutputLine()
842 repeat_count = 1; in OutputLine()
851 if (repeat_count & 1) in OutputLine()
853 repeat_count --; in OutputLine()
857 if (repeat_count > 0) in OutputLine()
861 ZPLCompress(repeat_char, repeat_count); in OutputLine()
[all …]
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dparallel_interleave_test.py47 self.repeat_count = 2
81 self.repeat_count).apply(
190 [[4] * 4, [5] * 5, [6] * 6] * self.repeat_count, 1, 1):
218 [[3] * 3, [7] * 7, [4] * 4] * self.repeat_count, 2, 1):
243 self._interleave([[4] * 4, [5] * 5, [6] * 6] * self.repeat_count, 2,
283 self._interleave([[4] * 4, [5] * 5, [6] * 6] * self.repeat_count, 2,
321 self._interleave([[4] * 4, [5] * 5, [6] * 6] * self.repeat_count, 2,
362 self._interleave([[4] * 4, [5] * 5, [6] * 6] * self.repeat_count, 2,
436 self._interleave([[4] * 4, [], [6] * 6] * self.repeat_count, 2, 1)):
496 [[4] * 4, [5] * 5, [6] * 6] * self.repeat_count,
[all …]
/external/autotest/server/site_tests/display_SuspendStress/
Ddisplay_SuspendStress.py33 repeat_count=3, suspend_time_range=(5,7)): argument
75 logging.info('Repeat %d times Suspend and resume', repeat_count)
77 count = repeat_count
Dcontrol.extended_30min28 repeat_count=60)
Dcontrol.mirrored_30min28 repeat_count=60, tag="mirrored")
Dcontrol.mirrored_10min28 repeat_count=20, tag="mirrored")
Dcontrol.extended_10min28 repeat_count=20)
/external/mesa3d/src/amd/compiler/
Daco_print_asm.cpp192 unsigned repeat_count = 0; in print_asm() local
197 repeat_count++; in print_asm()
201 if (repeat_count) in print_asm()
202 fprintf(output, "\t(then repeated %u times)\n", repeat_count); in print_asm()
203 repeat_count = 0; in print_asm()
/external/ImageMagick/coders/
Dsixel.c246 int repeat_count, color_index, max_color_index = 2, background_color_index; in sixel_decode() local
261 repeat_count = 1; in sixel_decode()
394 repeat_count = param[0]; in sixel_decode()
395 if (repeat_count > (ssize_t) extent) in sixel_decode()
429 repeat_count = 1; in sixel_decode()
436 repeat_count = 1; in sixel_decode()
439 if (imsx < (posision_x + repeat_count) || imsy < (posision_y + 6)) { in sixel_decode()
443 while (nx < (posision_x + repeat_count) || ny < (posision_y + 6)) { in sixel_decode()
471 posision_x += repeat_count; in sixel_decode()
476 if (repeat_count <= 1) { in sixel_decode()
[all …]
Dpict.c603 repeat_count, in EncodeImage() local
648 repeat_count=runlength; in EncodeImage()
649 if (repeat_count > MaxPackbitsRunlength) in EncodeImage()
650 repeat_count=MaxPackbitsRunlength; in EncodeImage()
652 *q++=(unsigned char) (257-repeat_count); in EncodeImage()
653 runlength-=repeat_count; in EncodeImage()
680 repeat_count=runlength; in EncodeImage()
681 if (repeat_count > MaxPackbitsRunlength) in EncodeImage()
682 repeat_count=MaxPackbitsRunlength; in EncodeImage()
684 *q++=(unsigned char) (257-repeat_count); in EncodeImage()
[all …]
/external/tensorflow/tensorflow/python/ops/
Dimage_grad_deterministic_test.py84 repeat_count = 3
100 for i in range(repeat_count):
123 for i in range(repeat_count):
/external/tensorflow/tensorflow/python/kernel_tests/
Dbias_op_deterministic_test.py99 repeat_count = 5
112 for i in range(repeat_count):
132 for i in range(repeat_count):
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dinterleave_dataset_serialization_test.py38 repeat_count = 2
40 repeat_count).interleave(
/external/libchrome/base/threading/
Dsimple_thread.cc146 void DelegateSimpleThreadPool::AddWork(Delegate* delegate, int repeat_count) { in AddWork() argument
148 for (int i = 0; i < repeat_count; ++i) in AddWork()
Dsimple_thread.h211 void AddWork(Delegate* work, int repeat_count);
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dcache_test.py209 repeat_count = variables.Variable(constant_op.constant(10, dtypes.int64))
211 lambda x: dataset_ops.Dataset.from_tensors(x).repeat(repeat_count))
216 self.evaluate(repeat_count.initializer)
226 self.evaluate(repeat_count.assign(0))
/external/freetype/src/sfnt/
Dsfwoff2.c543 FT_Byte repeat_count = 0; in store_points() local
584 if ( flag == last_flag && repeat_count != 255 ) in store_points()
587 repeat_count++; in store_points()
591 if ( repeat_count != 0 ) in store_points()
596 dst[flag_offset++] = repeat_count; in store_points()
602 repeat_count = 0; in store_points()
610 if ( repeat_count != 0 ) in store_points()
615 dst[flag_offset++] = repeat_count; in store_points()
/external/webrtc/test/scenario/
Dvideo_frame_matcher.h53 int repeat_count = 0; member
Dvideo_frame_matcher.cc118 frame_pair.repeated = captured.best_decode->repeat_count++; in HandleMatch()
/external/libcups/tools/
Dipptool.c896 repeat_count = 0, /* Repeat count */ in do_test() local
1014 repeat_count ++; in do_test()
1366 if (data->statuses[i].repeat_match && repeat_count < data->statuses[i].repeat_limit) in do_test()
1374 if (data->statuses[i].repeat_no_match && repeat_count < data->statuses[i].repeat_limit) in do_test()
1397 if (!data->statuses[i].repeat_match || repeat_count >= data->statuses[i].repeat_limit) in do_test()
1469 if (expect->repeat_no_match && repeat_count < expect->repeat_limit) in do_test()
1481 …fine_value && ((!expect->repeat_match && !expect->repeat_no_match) || repeat_count >= expect->repe… in do_test()
1488 if (expect->repeat_no_match && repeat_count < expect->repeat_limit) in do_test()
1498 !expect->repeat_match && (!expect->repeat_no_match || repeat_count >= expect->repeat_limit)) in do_test()
1509 repeat_count < expect->repeat_limit) in do_test()
[all …]
/external/python/cpython3/Tools/stringbench/
Dstringbench.py57 def bench(s, group, repeat_count): argument
66 f.repeat_count = repeat_count
1468 v.comment, v.repeat_count))
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.cpp484 ++s.repeat_count; in collect_stats()
523 sblog << " repeat_count : " << repeat_count << "\n"; in dump()
Dsb_if_conversion.cpp136 s.if_count != 1 || s.repeat_count || s.uses_ar) in check_and_convert()
/external/autotest/client/cros/chameleon/
Dchameleon.py801 repeat_count=1, end_level=1): argument
816 assert_interval_usec, repeat_count, int(bool(end_level)))
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh600 unsigned int repeat_count = *p++; in get_contour_points() local
601 while ((repeat_count-- > 0) && (++i < num_points)) in get_contour_points()

12