Home | History | Annotate | Download | only in test

Lines Matching refs:lines

633   DBusList *lines;
669 Line *lines;
1508 fprintf (stderr, "Line %ld but file only has %d lines\n",
1518 if (!_dbus_list_append (&func->block_graph[block].lines,
1519 &fl->lines[val]))
1523 if (!_dbus_list_append (&fl->lines[val].blocks,
1593 printf ("Counting lines in source file\n");
1622 Line *lines)
1643 lines[n_lines].text = dbus_malloc0 (p - last_line_end + 1);
1644 if (lines[n_lines].text == NULL)
1647 memcpy (lines[n_lines].text, last_line_end, p - last_line_end);
1648 lines[n_lines].number = n_lines + 1;
1661 memcpy (lines[n_lines].text, last_line_end, p - last_line_end);
1677 Line *l = &f->lines[i];
1733 if (func->block_graph[0].lines == NULL)
1739 if (func->block_graph[i].lines != NULL)
1754 if (func->block_graph[i].lines == NULL)
1767 if (func->block_graph[i].lines != NULL &&
1790 Line *l = &f->lines[i];
1901 f->lines = dbus_new0 (Line, f->n_lines);
1902 if (f->lines == NULL)
1905 fill_line_content (&contents, f->lines);
1925 int n_lines; /* lines that have blocks on them */
1985 Line *l = &f->lines[i];
2043 Line *l = &f->lines[i];
2074 Line *l = &f->lines[i];
2126 l = _dbus_list_get_first_link (&b->lines);
2133 l = _dbus_list_get_next_link (&b->lines, l);
2435 printf (" %g%% lines executed (%d of %d)\n",
2441 printf (" %g%% lines completely executed (%d of %d)\n",
2446 printf (" (ignored %d lines of test-only/debug-only code)\n",