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

  /external/curl/lib/
objnames-test08.sh 65 list_c=$logdir/${tstnum}_list_c
159 ls $srcdir/../lib/*.c > $list_c
160 ls $srcdir/../src/*.c >> $list_c
164 for c_fname in `cat $list_c`; do
171 cnt_c=`cat $list_c | wc -l`
190 paste $list_obj $list_c | sort > $list_obj_c
212 rm -f $list_c
objnames-test10.sh 65 list_c=$logdir/${tstnum}_list_c
159 ls $srcdir/../lib/*.c > $list_c
160 ls $srcdir/../src/*.c >> $list_c
164 for c_fname in `cat $list_c`; do
171 cnt_c=`cat $list_c | wc -l`
190 paste $list_obj $list_c | sort > $list_obj_c
212 rm -f $list_c
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
mtb_unittest.py 653 for list_c in list_coords:
654 list_t = [1000 + 0.012 * i for i in range(len(list_c))]
656 VAL.WHOLE: (list_t, list_c),
657 VAL.MIDDLE: (list_t[1:9], list_c[1:9]),
658 VAL.BEGIN: (list_t[:1], list_c[:1]),
659 VAL.END: (list_t[9:], list_c[9:]),
661 self._test_get_segments(list_t, list_c, expected_segments, ratio)
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py 646 for axis, list_c in self.list_coords.items():
648 list_t, list_c)
    [all...]

Completed in 196 milliseconds