HomeSort by relevance Sort by last modified time
    Searched refs:lineno (Results 1 - 25 of 183) sorted by null

1 2 3 4 5 6 7 8

  /external/qemu/android/utils/
assert.c 18 long lineno; member in struct:__anon13101
38 loc->lineno = fileLineno;
59 android_panic("ASSERTION FAILURE (%s:%d) in %s\n", loc->file, loc->lineno, loc->function);
  /frameworks/base/tools/aidl/
aidl.cpp 116 import->statement.lineno = statement->lineno;
240 filename, name->lineno, name->data, expected.c_str());
309 ((p->flattening_methods & RPC_DATA) != 0), filename, p->name.lineno);
316 filename, c->name.lineno);
337 filename, c->name.lineno);
344 filename, c->name.lineno);
357 filename, c->name.lineno);
419 m->type.type.lineno, m->type.type.data);
427 filename, m->type.type.lineno);
601 int lineno = -1; local
764 int lineno = 1; local
    [all...]
aidl_language.h 14 unsigned lineno; member in struct:extra_text_type
22 unsigned lineno; member in struct:buffer_type
164 void init_buffer_type(buffer_type* buf, int lineno);
aidl_language_l.l 12 static void begin_extra_text(unsigned lineno, which_extra_text which);
23 yylval.buffer.lineno = yylineno; \
101 yylval.buffer.lineno = yylineno;
114 void begin_extra_text(unsigned lineno, which_extra_text which)
117 text->lineno = lineno;
aidl_language_y.y 72 $2.buffer.lineno, $2.buffer.data);
96 g_currentFilename, $1.buffer.lineno);
101 g_currentFilename, $2.buffer.lineno, $2.buffer.data);
117 g_currentFilename, $1.buffer.lineno);
122 g_currentFilename, $2.buffer.lineno, $2.buffer.data);
178 g_currentFilename, $2.buffer.lineno, $2.buffer.data);
183 g_currentFilename, $2.buffer.lineno, $2.buffer.data);
205 g_currentFilename, $3.buffer.lineno);
301 fprintf(stderr, "%s:%d: syntax error in parameter list\n", g_currentFilename, $1.buffer.lineno);
357 void init_buffer_type(buffer_type* buf, int lineno)
    [all...]
  /external/webkit/Source/WebCore/dom/
ErrorEvent.idl 40 readonly attribute unsigned long lineno;
ErrorEvent.h 55 unsigned lineno() const { return m_lineNumber; } function in class:WebCore::ErrorEvent
  /external/webkit/Tools/Scripts/webkitpy/common/system/
stack_utils.py 56 for filename, lineno, name, line in traceback.extract_stack(stack):
57 logger('File: "%s", line %d, in %s' % (filename, lineno, name))
  /external/oprofile/libopagent/
opagent.h 39 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/
testqtbindings.cpp 116 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/
WebScriptDebugger.h 61 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);
WebScriptDebugDelegate.h 85 line:(int)lineno
91 line:(int)lineno
97 line:(int)lineno
104 line:(int)lineno
110 line:(int)lineno
  /frameworks/base/media/mca/
structgen.py 99 def __init__(self, lineno, message):
100 self.lineno = lineno
104 return "On line %d: %s" % (self.lineno, self.message)
197 lineno = 0
207 self.commandArgAssert(linecomps, 1, lineno)
214 self.commandArgAssert(linecomps, 1, lineno)
217 self.commandArgAssert(linecomps, 1, lineno)
220 self.commandArgAssert(linecomps, 1, lineno)
223 self.commandArgAssert(linecomps, 1, lineno)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 444 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/
dwarf_getsrc_file.c 63 dwarf_getsrc_file (Dwarf *dbg, const char *fname, int lineno, int column,
122 if (lineno != 0
123 && (lineno > line->line
136 || match[inner]->line != lineno
  /external/libppp/src/
auth.c 165 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 = 0
344 int n, lineno; local
    [all...]
  /external/valgrind/main/helgrind/tests/
filter_xml 67 my ($file, $lineno, $in_frame, $keep_frame, $num_discarded, $ignore_line);
133 $lineno = $1;
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
xml.py 45 self.handle_style_error(error.lineno, 'xml/syntax', 5, expat.ErrorString(error.code))
test_expectations.py 84 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/
DocFile.java 88 int lineno = 1; local
107 lineno++;
110 System.err.println(docfile + ":" + lineno + ": error parsing docfile");
112 System.err.println(docfile + ":" + lineno + ":" + line);
127 Comment comment = new Comment(commentText, null, new SourcePositionInfo(docfile, lineno, 1));
  /external/srec/config/en.us/dictionary/
cmu2nuance.cpp 46 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/sepolicy/tools/
check_seapp.c 104 int lineno; /** Line number rule was encounter on */ member in struct:rule_map
232 * @param lineno
237 static int key_map_validate(key_map *m, int lineno) {
255 key, value, lineno, out_file_name);
264 value, lineno, out_file_name);
298 value, lineno, out_file_name);
309 lineno, out_file_name);
319 lineno, out_file_name);
464 * @param lineno
469 static rule_map *rule_map_new(kvp keys[], unsigned int num_of_keys, int lineno) {
854 unsigned lineno = 0; local
    [all...]
  /external/libselinux/src/
label_android_property.c 85 int pass, unsigned lineno)
107 lineno);
117 path, lineno, prop);
126 path, lineno, context);
134 path, lineno, spec_arr[nspec].lr.ctx_raw);
150 unsigned int lineno = 0, maxnspec, pass; local
185 if (process_line(rec, path, line_buf, pass, ++lineno) != 0) {
  /external/elfutils/src/
addr2line.c 267 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/
SamplingTool.cpp 358 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);

Completed in 1085 milliseconds

1 2 3 4 5 6 7 8