Searched refs:line_count (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgtest_list_output_unittest.py127 line_count = 0
129 expected_line = expected_lines[line_count]
135 'on line %d' % (actual, expected_output, line_count)))
136 line_count = line_count + 1
/freebsd-13-stable/usr.bin/head/tests/
H A Dhead_test.sh51 atf_test_case line_count
125 atf_add_test_case line_count
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp412 int line_count = (int)m_input_lines.size(); local
416 for (int index = firstIndex; index < line_count; index++) {
422 if (index < line_count - 1)
440 StringList Editline::GetInputAsStringList(int line_count) { argument
443 if (line_count == 0)
450 --line_count;
825 for (int line_count = 0; line_count < m_current_line_rows - cursor_row;
826 line_count++) {
/freebsd-13-stable/contrib/libevent/
H A Devent_rpcgen.py24 line_count = 0 variable
64 self._tags[entry.Tag()], line_count))
1344 'around line %d' % (entry, line_count))
1398 newentry.SetLineCount(line_count)
1408 newentry.SetLineCount(line_count)
1439 global line_count
1453 line_count += 1
1489 % (line_count, line))
1503 % line_count)
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py24 line_count = 0 variable
64 self._tags[entry.Tag()], line_count))
1344 'around line %d' % (entry, line_count))
1398 newentry.SetLineCount(line_count)
1408 newentry.SetLineCount(line_count)
1439 global line_count
1453 line_count += 1
1489 % (line_count, line))
1503 % line_count)
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h265 StringList GetInputAsStringList(int line_count = UINT32_MAX);
/freebsd-13-stable/usr.bin/dtc/
H A Dinput_buffer.cc1057 int line_count = 1; local
1068 line_count++;
1083 fprintf(stderr, "Error at %s:%d:%d: %s\n", b.filename().c_str(), line_count, loc - line_start, msg);
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c635 u32 *line_count)
899 *line_count = curr_line - p_hwfn->p_cxt_mngr->pf_start_line;
634 ecore_cxt_cfg_ilt_compute(struct ecore_hwfn *p_hwfn, u32 *line_count) argument
H A Decore_dev.c2415 u32 line_count; local
2462 rc = ecore_cxt_cfg_ilt_compute(p_hwfn, &line_count);
2469 p_hwfn, line_count);
2478 rc = ecore_cxt_cfg_ilt_compute(p_hwfn, &line_count);
2481 line_count);

Completed in 213 milliseconds