/external/libcups/filter/ |
D | rastertolabel.c | 85 void ZPLCompress(unsigned char repeat_char, unsigned repeat_count); 743 unsigned repeat_count; /* Number of repeated characters */ in OutputLine() local 830 for (compptr = CompBuffer + 1, repeat_char = CompBuffer[0], repeat_count = 1; in OutputLine() 834 repeat_count ++; in OutputLine() 837 ZPLCompress(repeat_char, repeat_count); in OutputLine() 839 repeat_count = 1; in OutputLine() 848 if (repeat_count & 1) in OutputLine() 850 repeat_count --; in OutputLine() 854 if (repeat_count > 0) in OutputLine() 858 ZPLCompress(repeat_char, repeat_count); in OutputLine() [all …]
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | parallel_interleave_test.py | 47 self.repeat_count = 2 81 self.repeat_count).apply( 184 [[4] * 4, [5] * 5, [6] * 6] * self.repeat_count, 1, 1): 222 [[3] * 3, [7] * 7, [4] * 4] * self.repeat_count, 2, 1): 243 self._interleave([[4] * 4, [5] * 5, [6] * 6] * self.repeat_count, 2, 285 self._interleave([[4] * 4, [5] * 5, [6] * 6] * self.repeat_count, 2, 325 self._interleave([[4] * 4, [5] * 5, [6] * 6] * self.repeat_count, 2, 368 self._interleave([[4] * 4, [5] * 5, [6] * 6] * self.repeat_count, 2, 448 self._interleave([[4] * 4, [], [6] * 6] * self.repeat_count, 2, 1)): 510 [[4] * 4, [5] * 5, [6] * 6] * self.repeat_count, [all …]
|
/external/autotest/server/site_tests/bluetooth_AdapterStandalone/ |
D | bluetooth_AdapterStandalone.py | 43 def run_once(self, host, repeat_count=1): argument 54 for i in xrange(1, repeat_count + 1): 55 logging.info('repeat count: %d / %d', i, repeat_count)
|
D | control.stress | 44 job.run_test('bluetooth_AdapterStandalone', host=host, repeat_count=100,
|
/external/ImageMagick/coders/ |
D | sixel.c | 243 int repeat_count, color_index, max_color_index = 2, background_color_index; in sixel_decode() local 258 repeat_count = 1; in sixel_decode() 389 repeat_count = param[0]; in sixel_decode() 390 if (repeat_count > (ssize_t) extent) in sixel_decode() 424 repeat_count = 1; in sixel_decode() 431 repeat_count = 1; in sixel_decode() 434 if (imsx < (posision_x + repeat_count) || imsy < (posision_y + 6)) { in sixel_decode() 438 while (nx < (posision_x + repeat_count) || ny < (posision_y + 6)) { in sixel_decode() 466 posision_x += repeat_count; in sixel_decode() 471 if (repeat_count <= 1) { in sixel_decode() [all …]
|
D | pict.c | 601 repeat_count, in EncodeImage() local 646 repeat_count=runlength; in EncodeImage() 647 if (repeat_count > MaxPackbitsRunlength) in EncodeImage() 648 repeat_count=MaxPackbitsRunlength; in EncodeImage() 650 *q++=(unsigned char) (257-repeat_count); in EncodeImage() 651 runlength-=repeat_count; in EncodeImage() 678 repeat_count=runlength; in EncodeImage() 679 if (repeat_count > MaxPackbitsRunlength) in EncodeImage() 680 repeat_count=MaxPackbitsRunlength; in EncodeImage() 682 *q++=(unsigned char) (257-repeat_count); in EncodeImage() [all …]
|
/external/autotest/server/site_tests/display_SuspendStress/ |
D | display_SuspendStress.py | 33 repeat_count=3, suspend_time_range=(5,7)): argument 75 logging.info('Repeat %d times Suspend and resume', repeat_count) 77 count = repeat_count
|
D | control.mirrored_30min | 28 repeat_count=60, tag="mirrored")
|
D | control.extended_10min | 28 repeat_count=20)
|
D | control.extended_30min | 28 repeat_count=60)
|
D | control.mirrored_10min | 28 repeat_count=20, tag="mirrored")
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | cache_test.py | 173 repeat_count = variables.Variable(constant_op.constant(10, dtypes.int64)) 175 lambda x: dataset_ops.Dataset.from_tensors(x).repeat(repeat_count)) 180 self.evaluate(repeat_count.initializer) 190 self.evaluate(repeat_count.assign(0))
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/ |
D | interleave_dataset_serialization_test.py | 36 repeat_count = 2 38 repeat_count).interleave(
|
/external/v8/src/snapshot/ |
D | serializer.cc | 751 int repeat_count = 1; in VisitPointers() local 752 while (¤t[repeat_count] < end - 1 && in VisitPointers() 753 current[repeat_count] == *current) { in VisitPointers() 754 repeat_count++; in VisitPointers() 756 current += repeat_count; in VisitPointers() 757 bytes_processed_so_far_ += repeat_count * kPointerSize; in VisitPointers() 758 if (repeat_count > kNumberOfFixedRepeat) { in VisitPointers() 760 sink_->PutInt(repeat_count, "repeat count"); in VisitPointers() 762 sink_->Put(kFixedRepeatStart + repeat_count, "FixedRepeat"); in VisitPointers()
|
/external/libchrome/base/threading/ |
D | simple_thread.cc | 146 void DelegateSimpleThreadPool::AddWork(Delegate* delegate, int repeat_count) { in AddWork() argument 148 for (int i = 0; i < repeat_count; ++i) in AddWork()
|
D | simple_thread.h | 211 void AddWork(Delegate* work, int repeat_count);
|
/external/u-boot/drivers/video/ |
D | ipu_disp.c | 205 int repeat_count, int cnt_clr_src, in ipu_di_sync_config() argument 214 (repeat_count >= 0x1000) || in ipu_di_sync_config() 226 if (repeat_count == 0) { in ipu_di_sync_config() 233 reg |= repeat_count << (16 * ((wave_gen - 1) & 0x1)); in ipu_di_sync_config()
|
/external/u-boot/board/xilinx/zynqmp/zynqmp-zc1232-revA/ |
D | psu_init_gpl.c | 594 unsigned int repeat_count = 0; in serdes_fixcal_code() local 643 } while (repeat_count++ < 10); in serdes_fixcal_code()
|
/external/u-boot/board/xilinx/zynqmp/zynqmp-zcu104-revA/ |
D | psu_init_gpl.c | 742 unsigned int repeat_count = 0; in serdes_fixcal_code() local 792 } while (repeat_count++ < 10); in serdes_fixcal_code()
|
/external/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm018-dc4/ |
D | psu_init_gpl.c | 745 unsigned int repeat_count = 0; in serdes_fixcal_code() local 808 } while (repeat_count++ < 10); in serdes_fixcal_code()
|
/external/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm015-dc1/ |
D | psu_init_gpl.c | 757 unsigned int repeat_count = 0; in serdes_fixcal_code() local 820 } while (repeat_count++ < 10); in serdes_fixcal_code()
|
/external/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm019-dc5/ |
D | psu_init_gpl.c | 771 unsigned int repeat_count = 0; in serdes_fixcal_code() local 834 } while (repeat_count++ < 10); in serdes_fixcal_code()
|
/external/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm017-dc3/ |
D | psu_init_gpl.c | 745 unsigned int repeat_count = 0; in serdes_fixcal_code() local 808 } while (repeat_count++ < 10); in serdes_fixcal_code()
|
/external/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm016-dc2/ |
D | psu_init_gpl.c | 745 unsigned int repeat_count = 0; in serdes_fixcal_code() local 808 } while (repeat_count++ < 10); in serdes_fixcal_code()
|
/external/python/cpython3/Tools/stringbench/ |
D | stringbench.py | 57 def bench(s, group, repeat_count): argument 66 f.repeat_count = repeat_count 1468 v.comment, v.repeat_count))
|