HomeSort by relevance Sort by last modified time
    Searched refs:repeat_count (Results 1 - 17 of 17) sorted by null

  /external/autotest/server/site_tests/bluetooth_AdapterStandalone/
bluetooth_AdapterStandalone.py 43 def run_once(self, host, repeat_count=1):
47 @param repeat_count: the number of times to repeat the tests.
54 for i in xrange(1, repeat_count + 1):
55 logging.info('repeat count: %d / %d', i, repeat_count)
  /external/libcups/filter/
rastertolabel.c 85 void ZPLCompress(unsigned char repeat_char, unsigned repeat_count);
743 unsigned repeat_count; /* Number of repeated characters */ local
830 for (compptr = CompBuffer + 1, repeat_char = CompBuffer[0], repeat_count = 1;
834 repeat_count ++;
837 ZPLCompress(repeat_char, repeat_count);
839 repeat_count = 1;
848 if (repeat_count & 1)
850 repeat_count --;
854 if (repeat_count > 0)
858 ZPLCompress(repeat_char, repeat_count);
    [all...]
  /external/autotest/server/site_tests/display_SuspendStress/
display_SuspendStress.py 33 repeat_count=3, suspend_time_range=(5,7)):
75 logging.info('Repeat %d times Suspend and resume', repeat_count)
77 count = repeat_count
  /external/ImageMagick/coders/
sixel.c 243 int repeat_count, color_index, max_color_index = 2, background_color_index;
256 repeat_count = 1;
383 repeat_count = param[0];
416 repeat_count = 1;
423 repeat_count = 1;
426 if (imsx < (posision_x + repeat_count) || imsy < (posision_y + 6)) {
430 while (nx < (posision_x + repeat_count) || ny < (posision_y + 6)) {
456 posision_x += repeat_count;
461 if (repeat_count <= 1) {
476 } else { /* repeat_count > 1 *
241 int repeat_count, color_index, max_color_index = 2, background_color_index; local
    [all...]
pict.c 618 repeat_count,
663 repeat_count=runlength;
664 if (repeat_count > MaxPackbitsRunlength)
665 repeat_count=MaxPackbitsRunlength;
667 *q++=(unsigned char) (257-repeat_count);
668 runlength-=repeat_count;
695 repeat_count=runlength;
696 if (repeat_count > MaxPackbitsRunlength)
697 repeat_count=MaxPackbitsRunlength;
699 *q++=(unsigned char) (257-repeat_count);
614 repeat_count, local
    [all...]
  /external/libchrome/base/threading/
simple_thread.cc 138 void DelegateSimpleThreadPool::AddWork(Delegate* delegate, int repeat_count) {
140 for (int i = 0; i < repeat_count; ++i)
simple_thread.h 174 void AddWork(Delegate* work, int repeat_count);
  /external/v8/src/snapshot/
serializer.cc 578 int repeat_count = 1; local
579 while (&current[repeat_count] < end - 1 &&
580 current[repeat_count] == current_contents) {
581 repeat_count++;
583 current += repeat_count;
584 bytes_processed_so_far_ += repeat_count * kPointerSize;
585 if (repeat_count > kNumberOfFixedRepeat) {
587 sink_->PutInt(repeat_count, "repeat count");
589 sink_->Put(kFixedRepeatStart + repeat_count, "FixedRepeat");
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_raster.h 224 uint16_t repeat_count; member in struct:ilo_state_line_stipple_info
ilo_state_raster.c 907 assert(info->repeat_count >= 1 && info->repeat_count <= 256);
912 const uint32_t inverse = 65536 / info->repeat_count;
914 info->repeat_count << GEN6_LINE_STIPPLE_DW2_REPEAT_COUNT__SHIFT;
917 const uint16_t inverse = 8192 / info->repeat_count;
919 info->repeat_count << GEN6_LINE_STIPPLE_DW2_REPEAT_COUNT__SHIFT;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_if_conversion.cpp 139 s.if_count != 1 || s.repeat_count)
sb_ir.cpp 482 ++s.repeat_count;
521 sblog << " repeat_count : " << repeat_count << "\n"; local
sb_ir.h 746 unsigned repeat_count; member in struct:r600_sb::node_stats
752 repeat_count(), if_count() {}
  /external/autotest/client/cros/chameleon/
chameleon.py 600 repeat_count=1, end_level=1):
609 @param repeat_count: The count of HPD pulses to fire.
615 assert_interval_usec, repeat_count, int(bool(end_level)))
  /toolchain/binutils/binutils-2.25/gas/config/
tc-msp430.c 1817 static signed int repeat_count = 0; local
    [all...]
  /external/pcre/dist2/src/
pcre2_jit_compile.c 7836 int repeat_type = 0, repeat_count = 0; local
9903 int repeat_ptr = 0, repeat_type = 0, repeat_count = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c     [all...]

Completed in 542 milliseconds