Home
last modified time | relevance | path

Searched refs:count_lines (Results 1 – 7 of 7) sorted by relevance

/external/libcups/cups/
Dtestfile.c32 static int count_lines(cups_file_t *fp);
131 if ((count = count_lines(fp)) != 477) in main()
151 if ((count = count_lines(fp)) != 477) in main()
243 count_lines(cups_file_t *fp) /* I - File to read from */ in count_lines() function
/external/python/cpython3/Lib/idlelib/
Dsqueezer.py255 numoflines = self.count_lines(s)
275 def count_lines(self, s): member in Squeezer
319 numoflines = self.count_lines(s)
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_squeezer.py137 self.assertEqual(squeezer.count_lines(text), expected)
202 squeezer.count_lines = Mock(return_value=6)
215 squeezer.count_lines = Mock(return_value=6)
242 squeezer.count_lines = Mock(return_value=6)
262 squeezer.count_lines = Mock(return_value=6)
/external/skia/tools/viewer/
DParticlesSlide.cpp70 static int count_lines(const SkString& s) { in count_lines() function
98 int lines = count_lines(s); in visit()
/external/openssh/
Dmoduli.c498 count_lines(FILE *f) in count_lines() function
594 end_lineno = count_lines(in); in prime_test()
/external/autotest/client/profilers/powertop/src/
Dpowertop.c137 void count_lines(void) in count_lines() function
1020 count_lines(); in main()
/external/igt-gpu-tools/runner/
Dresultgen.c139 static size_t count_lines(const char *buf, const char *bufend) in count_lines() function
881 count_lines(errtext, errtext + strlen(errtext)) > 2) { in override_result_single()