Searched refs:line_no (Results 1 - 18 of 18) sorted by relevance

/external/toybox/toys/other/
H A Dmakedevs.c44 int fd = 0, line_no, i; local
55 for (line_no = 0; (line = get_line(fd)); free(line)) {
63 line_no++;
77 error_msg("line %d: bad type %c", line_no, type);
99 perror_msg("line %d: file '%s' does not exist", line_no, ptr);
103 perror_msg("line %d: can't create node '%s'", line_no, ptr);
108 perror_msg("line %d: can't chown/chmod '%s'", line_no, ptr);
/external/ppp/pppd/plugins/radius/
H A Ddict.c45 int line_no; local
61 line_no = 0;
65 line_no++;
77 line_no, filename);
84 line_no, filename);
112 line_no, filename);
123 line_no, filename);
131 line_no, filename);
139 line_no, filename);
164 line_no, filenam
[all...]
/external/harfbuzz_ng/util/
H A Dhb-shape.cc37 line_no (0),
46 line_no = 0;
86 line_no++;
94 format.serialize_buffer_of_text (buffer, line_no, text, text_len, font, gs);
100 format.serialize_message (line_no, "error", message, gs);
109 format.serialize_buffer_of_glyphs (buffer, line_no, text, text_len, font,
139 format.serialize_line_no (line_no, gs);
152 unsigned int line_no; member in struct:output_buffer_t
H A Doptions.cc906 format_options_t::serialize_line_no (unsigned int line_no, argument
910 g_string_append_printf (gs, "%d: ", line_no);
914 unsigned int line_no,
922 serialize_line_no (line_no, gs);
931 serialize_line_no (line_no, gs);
937 format_options_t::serialize_message (unsigned int line_no, argument
942 serialize_line_no (line_no, gs);
948 unsigned int line_no,
956 serialize_line_no (line_no, gs);
913 serialize_buffer_of_text(hb_buffer_t *buffer, unsigned int line_no, const char *text, unsigned int text_len, hb_font_t *font, GString *gs) argument
947 serialize_buffer_of_glyphs(hb_buffer_t *buffer, unsigned int line_no, const char *text, unsigned int text_len, hb_font_t *font, hb_buffer_serialize_format_t output_format, hb_buffer_serialize_flags_t format_flags, GString *gs) argument
H A Doptions.hh607 void serialize_line_no (unsigned int line_no,
610 unsigned int line_no,
615 void serialize_message (unsigned int line_no,
620 unsigned int line_no,
/external/toybox/toys/posix/
H A Dcmp.c34 long byte_no = 1, line_no = 1; local
61 TT.name, name, byte_no, line_no);
66 if (toybuf[i] == '\n') line_no++;
/external/mesa3d/scons/
H A Dsource_list.py22 self.line_no = 1
26 raise RuntimeError('%s:%d: %s' % (self.filename, self.line_no, msg))
122 self.line_no += self._parse_line(line)
/external/freetype/src/base/
H A Dftdbgmem.c60 long line_no; member in struct:FT_MemSourceRec_
373 node->source->line_no );
473 node->line_no == _ft_debug_lineno )
485 node->line_no = _ft_debug_lineno;
541 FT_FILENAME( node->source->file_name ), node->source->line_no,
628 FT_FILENAME( node->source->file_name ), node->source->line_no,
749 FT_Long line_no = _ft_debug_lineno; local
760 file_name, line_no );
768 block, cur_size, file_name, line_no );
776 block, file_name, line_no );
[all...]
/external/tensorflow/tensorflow/compiler/xla/tools/parser/
H A Dhlo_lexer.cc317 unsigned line_no = 1; local
323 line_no = line_no_cache_.line_no_of_query;
327 line_no++;
333 line_no_cache_.line_no_of_query = line_no;
338 return {line_no, ptr - start - line_offset};
/external/boringssl/src/tool/
H A Ddigest.cc252 unsigned line_no = 0; local
257 line_no++;
285 source.is_stdin() ? kStdinName : source.filename().c_str(), line_no);
/external/linux-kselftest/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c59 void shutdown(int exit_val, char *err_cause, int line_no);
76 void shutdown(int exit_val, char *err_cause, int line_no) argument
111 error(exit_val, errno, "%s at %d", err_cause, line_no);
H A Dmq_perf_tests.c152 void shutdown(int exit_val, char *err_cause, int line_no);
171 void shutdown(int exit_val, char *err_cause, int line_no) argument
204 err_cause, line_no);
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
H A DLtpfsCmds.c239 int line_no = 0; local
243 __buffer_error("Test file", line_no);
/external/mesa3d/bin/
H A Dperf-annotate-jit62 self.line_no = 0
70 self.line_no += 1
/external/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py330 sym_id, size, line_no, file_no = self.addresses[key]
334 return symbol, filename, line_no
343 function_name, file_name, line_no = res
345 addr, function_name, file_name, line_no)]
/external/compiler-rt/lib/asan/
H A Dasan_interface_internal.h42 int line_no; member in struct:__asan_global_source_location
H A Dasan_globals.cc90 g.location->filename, g.location->filename, g.location->line_no,
H A Dasan_report.cc286 if (g.location->line_no)
287 str->append(":%d", g.location->line_no);

Completed in 439 milliseconds