Searched refs:lineno (Results 1 - 25 of 128) sorted by relevance

123456

/external/qemu/android/utils/
H A Dassert.c18 long lineno; member in struct:__anon10299
38 loc->lineno = fileLineno;
59 android_panic("ASSERTION FAILURE (%s:%d) in %s\n", loc->file, loc->lineno, loc->function);
/external/bison/src/
H A Dscan-skel.l66 int lineno IF_LINT (= 0);
94 lineno = 1;
101 "@oline@" fprintf (yyout, "%d", lineno + 1);
109 \n lineno++; ECHO;
/external/webkit/Source/WebCore/dom/
H A DErrorEvent.idl40 readonly attribute unsigned long lineno;
H A DErrorEvent.h55 unsigned lineno() const { return m_lineNumber; } function in class:WebCore::ErrorEvent
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dstack_utils.py56 for filename, lineno, name, line in traceback.extract_stack(stack):
57 logger('File: "%s", line %d, in %s' % (filename, lineno, name))
/external/oprofile/libopagent/
H A Dopagent.h39 unsigned int lineno; member in struct:debug_line_info
96 * necessary to provide one lineno information entry per machine instruction;
/external/webkit/Source/WebCore/bridge/
H A Dtestqtbindings.cpp116 int lineno = -1; local
120 lineno = int(lineVal->toNumber(exec));
122 if (lineno != -1)
123 fprintf(stderr,"Exception, line %d: %s\n",lineno,msg);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebScriptDebugger.h61 virtual void willExecuteProgram(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineno);
62 virtual void didExecuteProgram(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineno);
63 virtual void didReachBreakpoint(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineno);
H A DWebScriptDebugDelegate.h85 line:(int)lineno
91 line:(int)lineno
97 line:(int)lineno
104 line:(int)lineno
110 line:(int)lineno
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_expectations.py444 for (lineno, line) in enumerate(self._get_iterable_expectations(self._expectations)):
445 test, options, _ = self.parse_expectations_line(line, lineno)
450 def parse_expectations_line(self, line, lineno):
459 self._add_error(lineno, "Missing a ':'", line)
470 self._add_error(lineno, "Missing expectations.",
489 lineno = 0
492 lineno += 1
493 self._process_line(line, lineno, matcher, overrides_allowed)
495 def _process_line(self, line, lineno, matcher, overrides_allowed):
497 self.parse_expectations_line(line, lineno)
[all...]
/external/elfutils/libdw/
H A Ddwarf_getsrc_file.c63 dwarf_getsrc_file (Dwarf *dbg, const char *fname, int lineno, int column, argument
122 if (lineno != 0
123 && (lineno > line->line
136 || match[inner]->line != lineno
/external/libppp/src/
H A Dauth.c165 int n, lineno; local
172 lineno = 0;
174 lineno++;
180 log_Printf(LogWARN, "%s: %d: Invalid line\n", SECRETFILE, lineno);
210 int n, lineno; local
233 lineno = 0;
235 lineno++;
241 log_Printf(LogWARN, "%s: %d: Invalid line\n", SECRETFILE, lineno);
293 int n, lineno; local
299 lineno
344 int n, lineno; local
[all...]
/external/valgrind/main/helgrind/tests/
H A Dfilter_xml67 my ($file, $lineno, $in_frame, $keep_frame, $num_discarded, $ignore_line);
133 $lineno = $1;
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dxml.py45 self.handle_style_error(error.lineno, 'xml/syntax', 5, expat.ErrorString(error.code))
H A Dtest_expectations.py84 def _handle_error_message(self, lineno, message, confidence):
105 lineno, message = matched.group('line', 'message')
106 self._handle_style_error(int(lineno), 'test/expectations', level, message)
/external/doclava/src/com/google/doclava/
H A DDocFile.java67 int lineno = 1;
86 lineno++;
89 System.err.println(docfile + ":" + lineno + ": error parsing docfile");
91 System.err.println(docfile + ":" + lineno + ":" + line);
106 Comment comment = new Comment(commentText, null, new SourcePositionInfo(docfile, lineno, 1));
/external/srec/config/en.us/dictionary/
H A Dcmu2nuance.cpp46 for (int lineno = 1; NULL != fgets(line, sizeof(line), stdin); lineno++)
51 fprintf(stderr, "warning: ignoring line %d - %s", lineno, line);
60 fprintf(stderr, "can't read name at line %d\n", lineno);
177 fprintf(stderr, "can't pronounce line %d: %s", lineno, p);
/external/elfutils/src/
H A Daddr2line.c267 unsigned int lineno = 0; local
272 lineno = val;
277 if (lineno == 0)
283 printf (" at %s:%u", file, lineno);
285 printf (" at %s:%u:%u", file, lineno, colno);
460 int lineno, linecol; local
461 if (line != NULL && (src = dwfl_lineinfo (line, &addr, &lineno, &linecol,
478 comp_dir, comp_dir_sep, src, lineno, linecol);
481 comp_dir, comp_dir_sep, src, lineno);
/external/webkit/Source/JavaScriptCore/bytecode/
H A DSamplingTool.cpp358 int lineno = 0; local
359 for (HashMap<unsigned,unsigned>::iterator iter = lineCounts.begin(); iter != lineCounts.end(); ++iter, ++lineno) {
360 lineCountInfo[lineno].line = iter->first;
361 lineCountInfo[lineno].count = iter->second;
366 for (lineno = 0; lineno < linesCount; ++lineno) {
367 printf(" Line #%d has sample count %d.\n", lineCountInfo[lineno].line, lineCountInfo[lineno].count);
/external/sepolicy/check_seapp/
H A Dcheck_seapp.c104 int lineno; /** Line number rule was encounter on */ member in struct:rule_map
231 * @param lineno
234 static int key_map_validate(key_map *m, int lineno) { argument
252 key, value, lineno, out_file_name);
286 value, lineno, out_file_name);
297 lineno, out_file_name);
307 lineno, out_file_name);
449 * @param lineno
454 static rule_map *rule_map_new(kvp keys[], unsigned int num_of_keys, int lineno) { argument
466 new_map->lineno
836 unsigned lineno = 0; local
[all...]
/external/elfutils/libdwfl/
H A Ddwfl_module_getsrc_file.c55 const char *fname, int lineno, int column,
123 if (lineno != 0
124 && (lineno > line->line
137 || dwfl_line (match[inner])->line != lineno
54 dwfl_module_getsrc_file(Dwfl_Module *mod, const char *fname, int lineno, int column, Dwfl_Line ***srcsp, size_t *nsrcs) argument
/external/elfutils/tests/
H A Daddrscopes.c44 int lineno, linecol; local
46 && (src = dwfl_lineinfo (line, &addr, &lineno, &linecol,
51 prefix, addr, src, lineno, linecol);
54 prefix, addr, src, lineno);
H A Dfuncscopes.c45 int lineno, linecol; local
47 && (src = dwfl_lineinfo (line, &addr, &lineno, &linecol,
52 prefix, addr, src, lineno, linecol);
55 prefix, addr, src, lineno);
/external/valgrind/dynamic_annotations/
H A Ddynamic_annotations.c53 #define DYNAMIC_ANNOTATIONS_IMPL volatile short lineno = (__LINE__ << 8) + __COUNTER__; (void)lineno;
55 #define DYNAMIC_ANNOTATIONS_IMPL volatile short lineno = (__LINE__ << 8); (void)lineno;
59 Otherwise, lineno (see above) numbers for different Annotate* functions may conflict. */
/external/libselinux/src/
H A Dlabel_android_property.c85 int pass, unsigned lineno)
107 lineno);
117 path, lineno, prop);
126 path, lineno, context);
142 unsigned int lineno = 0, maxnspec, pass; local
181 if (process_line(rec, path, line_buf, pass, ++lineno) != 0) {
83 process_line(struct selabel_handle *rec, const char *path, char *line_buf, int pass, unsigned lineno) argument

Completed in 356 milliseconds

123456