Searched refs:line_nr (Results 1 - 5 of 5) sorted by relevance
/third_party/ninja/misc/ |
H A D | ci.py | 26 line_nr = 1 36 error(path, ':{} has trailing whitespace.'.format(line_nr)) 37 line_nr += 1
|
/third_party/eudev/src/libudev/ |
H A D | libudev.c | 106 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 D | function-body-decoder.cc | 146 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 D | udev-rules.c | 1604 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 D | svga_tgsi_insn.c | 3764 unsigned line_nr = 0; in svga_shader_emit_instructions() local 3820 line_nr++, in svga_shader_emit_instructions()
|
Completed in 10 milliseconds