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

  /external/iproute2/misc/
lnstat_util.c 41 int j, num_lines = 0; local
50 num_lines++;
63 return num_lines;
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++) {
  /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.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 192 milliseconds