Home
last modified time | relevance | path

Searched refs:line_nr (Results 1 - 5 of 5) sorted by relevance

/third_party/ninja/misc/
H A Dci.py26 line_nr = 1
36 error(path, ':{} has trailing whitespace.'.format(line_nr))
37 line_nr += 1
/third_party/eudev/src/libudev/
H A Dlibudev.c106 unsigned line_nr = 0; in udev_new() local
113 line_nr++; in udev_new()
127 log_debug(UDEV_CONF_FILE ":%u: missing assignment, skipping line.", line_nr); in udev_new()
159 log_debug(UDEV_CONF_FILE ":%u: inconsistent quoting, skipping line.", line_nr); in udev_new()
171 log_debug("/etc/udev/udev.conf:%u: invalid log level '%s', ignoring.", line_nr, val); in udev_new()
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder.cc146 int line_nr = 0; in PrintRawWasmCode() local
153 ++line_nr; in PrintRawWasmCode()
177 ++line_nr; in PrintRawWasmCode()
184 ++line_nr; in PrintRawWasmCode()
189 ++line_nr; in PrintRawWasmCode()
311 ++line_nr; in PrintRawWasmCode()
313 DCHECK(!line_numbers || line_numbers->size() == static_cast<size_t>(line_nr)); in PrintRawWasmCode()
314 USE(line_nr); in PrintRawWasmCode()
/third_party/eudev/src/udev/
H A Dudev-rules.c1604 int line_nr = 0; in parse_file() local
1629 line_nr++; in parse_file()
1648 line_nr++; in parse_file()
1653 log_error("line too long '%s':%u, ignored", filename, line_nr); in parse_file()
1656 add_rule(rules, key, filename, filename_off, line_nr); in parse_file()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c3764 unsigned line_nr = 0; in svga_shader_emit_instructions() local
3820 line_nr++, in svga_shader_emit_instructions()

Completed in 10 milliseconds