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

  /frameworks/base/libs/rs/
spec.h 11 extern int num_lines;
spec.l 14 int num_lines = 0;
30 <comment>\n ++num_lines;
34 <*>"\n" ++num_lines; //printf("found lf \n");
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_dequantize_sample.h 94 int32 num_lines,
  /external/jpeg/
jcapistd.c 65 * This should be less than the supplied num_lines only in case that
72 * so that the application need not adjust num_lines for end-of-image
78 JDIMENSION num_lines)
104 if (num_lines > rows_left)
105 num_lines = rows_left;
108 (*cinfo->main->process_data) (cinfo, scanlines, &row_ctr, num_lines);
121 JDIMENSION num_lines)
149 if (num_lines < lines_per_iMCU_row)
jpeglib.h     [all...]
  /build/tools/
adbs 96 num_lines = len(lines)
97 if num_lines < 2:
99 func_name = lines[num_lines-2]
  /external/iproute2/misc/
lnstat.c 155 int num_lines; member in struct:table_hdr
187 th.num_lines = h+1;
195 for (h = 1; h <= th.num_lines; h++) {
209 for (i = 0; i < th->num_lines; i++) {
lnstat_util.c 41 int j, num_lines = 0; local
50 num_lines++;
63 return num_lines;
  /system/extras/tests/fstest/
perm_checker.c 162 int num_rules = 0, num_lines = 0; local
168 num_lines++;
170 printf("# WARNING # Invalid rule on line number %d\n", num_lines);
173 add_rule(num_lines, spec,
192 return num_lines - num_rules;
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp_unittest.py 165 for i in xrange(lines.num_lines()):
181 for i in xrange(lines.num_lines()):
206 for i in xrange(lines.num_lines()):
219 for i in xrange(lines.num_lines()):
    [all...]
cpp.py 551 def num_lines(self): member in class:CleansedLines
598 return (line, clean_lines.num_lines(), -1)
607 while line_number < clean_lines.num_lines() and num_open > 0:
    [all...]
  /external/freetype/src/cff/
cffgload.c 1658 FT_Int num_lines; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 597 int num_lines = (n + NUM_COL/2) / NUM_COL; local
598 for (int line = 0, k = 0; line < num_lines; line++) {
    [all...]

Completed in 289 milliseconds