/external/qemu/android/utils/ |
assert.c | 18 long lineno; member in struct:__anon9293 38 loc->lineno = fileLineno; 59 android_panic("ASSERTION FAILURE (%s:%d) in %s\n", loc->file, loc->lineno, loc->function);
|
/system/media/mca/ |
structgen.py | 99 def __init__(self, lineno, message): 100 self.lineno = lineno 104 return "On line %d: %s" % (self.lineno, self.message) 192 lineno = 0 202 self.commandArgAssert(linecomps, 1, lineno) 209 self.commandArgAssert(linecomps, 1, lineno) 212 self.commandArgAssert(linecomps, 1, lineno) 215 self.commandArgAssert(linecomps, 1, lineno) 218 self.commandArgAssert(linecomps, 1, lineno) [all...] |
/external/bluetooth/bluez/tools/ |
kword.h | 24 extern int lineno;
|
kword.c | 38 int lineno; variable
|
parser.y | 137 fprintf(stderr, "%s line %d\n", s, lineno); 165 lineno = 1;
|
/external/bison/src/ |
scan-skel.l | 66 int lineno IF_LINT (= 0); 94 lineno = 1; 101 "@oline@" fprintf (yyout, "%d", lineno + 1); 109 \n lineno++; ECHO;
|
/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/tools/aidl/ |
aidl.cpp | 105 import->statement.lineno = statement->lineno; 229 filename, name->lineno, name->data, expected.c_str()); 296 p->name.data, false, filename, p->name.lineno); 302 filename, c->name.lineno); 323 filename, c->name.lineno); 330 filename, c->name.lineno); 392 m->type.type.lineno, m->type.type.data); 399 m->type.type.lineno, m->type.type.data); 405 m->type.array_token.lineno, m->type.type.data 546 int lineno = -1; local 709 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 151 void init_buffer_type(buffer_type* buf, int lineno);
|
aidl_language_y.y | 69 $2.buffer.lineno, $2.buffer.data); 92 g_currentFilename, $1.buffer.lineno); 97 g_currentFilename, $2.buffer.lineno, $2.buffer.data); 135 g_currentFilename, $2.buffer.lineno, $2.buffer.data); 140 g_currentFilename, $2.buffer.lineno, $2.buffer.data); 162 g_currentFilename, $3.buffer.lineno); 216 fprintf(stderr, "%s:%d: syntax error in parameter list\n", g_currentFilename, $1.buffer.lineno); 272 void init_buffer_type(buffer_type* buf, int lineno) 274 buf->lineno = lineno; [all...] |
aidl_language_l.l | 12 static void begin_extra_text(unsigned lineno, which_extra_text which); 23 yylval.buffer.lineno = yylineno; \ 97 yylval.buffer.lineno = yylineno; 110 void begin_extra_text(unsigned lineno, which_extra_text which) 113 text->lineno = lineno;
|
/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/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 | 67 int lineno = 1; local 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/ |
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/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);
|
/external/valgrind/dynamic_annotations/ |
dynamic_annotations.c | 53 #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/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
decoder.py | 22 lineno = doc.count('\n', 0, pos) + 1 23 if lineno == 1: 27 return lineno, colno 30 lineno, colno = linecol(doc, pos) 32 return '%s: line %d column %d (char %d)' % (msg, lineno, colno, pos) 35 msg, lineno, colno, endlineno, endcolno, pos, end)
|