Home
last modified time | relevance | path

Searched refs:n_lines (Results 1 – 3 of 3) sorted by relevance

/external/dbus/test/
Ddecode-gcov.c669 int n_lines; member
1505 if (val >= fl->n_lines) in get_lines_from_bb_file()
1508 val, fl->n_lines); in get_lines_from_bb_file()
1585 int n_lines; in count_lines_in_string() local
1595 n_lines = 0; in count_lines_in_string()
1605 ++n_lines; in count_lines_in_string()
1614 ++n_lines; in count_lines_in_string()
1616 return n_lines; in count_lines_in_string()
1623 int n_lines; in fill_line_content() local
1633 n_lines = 0; in fill_line_content()
[all …]
/external/dbus/bus/
Ddesktop-file.c39 int n_lines; member
113 for (i = 0; i < section->n_lines; i++) in bus_desktop_file_section_free()
285 desktop_file->sections[n].n_lines = 0; in new_section()
325 if (section->n_allocated_lines == section->n_lines) in new_line()
331 line = &section->lines[section->n_lines++]; in new_line()
611 for (j = 0; j < file->sections[i].n_lines; j++)
732 for (i = 0; i < section->n_lines; i++) in lookup_line()
/external/bluetooth/glib/glib/
Dgutils.c2353 gint n_lines, i; in load_user_special_dirs() local
2367 n_lines = g_strv_length (lines); in load_user_special_dirs()
2370 for (i = 0; i < n_lines; i++) in load_user_special_dirs()