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

1 2 3 4

  /build/tools/kcm/
kcm.cpp 31 int lineno; member in struct:KeyRecord
37 PropValue() { lineno = -1; }
38 PropValue(const PropValue& that) { lineno=that.lineno; value=that.value; }
39 PropValue(int l, const string& v) { lineno = l; value = v; }
41 int lineno; member in struct:PropValue
49 static int parse_key_line(const char* filename, int lineno, char* line,
85 int lineno = 1; local
121 filename, lineno, thisline);
132 filename, lineno, thisline)
    [all...]
  /external/bluetooth/bluez/rfcomm/
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/WebCore/dom/
ErrorEvent.idl 40 readonly attribute unsigned long lineno;
ErrorEvent.h 57 unsigned lineno() const { return m_lineNumber; } function in class:WebCore::ErrorEvent
  /external/webkit/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);
testbindings.mm 263 int lineno = -1;
267 lineno = int(lineVal.toNumber(exec));
269 if (lineno != -1)
270 fprintf(stderr,"Exception, line %d: %s\n",lineno,msg);
  /external/webkit/WebKit/mac/WebView/
WebScriptDebugDelegate.h 85 line:(int)lineno
91 line:(int)lineno
97 line:(int)lineno
103 line:(int)lineno
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);
  /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
681 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;
  /build/tools/droiddoc/src/
DocFile.java 73 int lineno = 1; local
92 lineno++;
95 System.err.println(docfile + ":" + lineno + ": error parsing docfile");
97 System.err.println(docfile + ":" + lineno + ":" + line);
113 new SourcePositionInfo(docfile, lineno, 1));
  /external/clearsilver/util/
neo_err.h 58 int lineno; member in struct:_neo_err
78 * arguments: using the macro, the function name, file, and lineno are
94 NEOERR *nerr_raisef (const char *func, const char *file, int lineno,
108 NEOERR *nerr_raise_errnof (const char *func, const char *file, int lineno,
117 * arguments: with the macro, the function name, file and lineno are
124 NEOERR *nerr_passf (const char *func, const char *file, int lineno,
134 * arguments: with the macro, the function name, file and lineno are
148 NEOERR *nerr_pass_ctxf (const char *func, const char *file, int lineno,
neo_err.c 97 NEOERR *nerr_raisef (const char *func, const char *file, int lineno, int error,
114 err->lineno = lineno;
119 NEOERR *nerr_raise_errnof (const char *func, const char *file, int lineno,
141 err->lineno = lineno;
146 NEOERR *nerr_passf (const char *func, const char *file, int lineno, NEOERR *err)
160 nerr->lineno = lineno;
166 NEOERR *nerr_pass_ctxf (const char *func, const char *file, int lineno,
    [all...]
  /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/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 408 lineno = 0
410 lineno += 1
411 action = self._get_platform_update_action(line, lineno, tests,
473 def parse_expectations_line(self, line, lineno):
490 self._add_error(lineno, "Missing expectations.",
498 def _get_platform_update_action(self, line, lineno, tests, platform):
503 lineno: current line number of line
514 lineno)
533 def _has_valid_modifiers_for_current_platform(self, options, lineno,
541 lineno: The line in the file where the test is listed
    [all...]
  /external/webkit/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/webkit/WebKitTools/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)
  /external/clearsilver/scripts/
cs_lint.py 18 lineno = self.lineno(self.data, self.at)
19 print "-E- [%s:%d] %s" % (self.context, lineno, s)
26 lineno = self.lineno(self.data, self.at)
27 print "-W- [%s:%d] %s" % (self.context, lineno, s)
54 def lineno(self, data, i): member in class:ClearSilverChecker
  /development/tools/findunused/
find_unused_resources.rb 97 @@globalJavaIdUses[id] = FilePosition.new(filename, file.lineno)
116 strings[id] = FilePosition.new(filename, file.lineno)
119 layouts[id] = FilePosition.new(filename, file.lineno)
123 xmlIdUses[id] = FilePosition.new(filename, file.lineno)
136 xmlIdUses[id] = FilePosition.new(filename, file.lineno)
  /external/webkit/WebCore/inspector/
JavaScriptDebugServer.h 129 virtual void willExecuteProgram(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineno);
130 virtual void didExecuteProgram(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineno);
131 virtual void didReachBreakpoint(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineno);

Completed in 444 milliseconds

1 2 3 4