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

/frameworks/base/media/mca/
H A Dstructgen.py99 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...]
/frameworks/base/tools/aidl/
H A Daidl.cpp110 import->statement.lineno = statement->lineno;
234 filename, name->lineno, name->data, expected.c_str());
303 ((p->flattening_methods & RPC_DATA) != 0), filename, p->name.lineno);
310 filename, c->name.lineno);
331 filename, c->name.lineno);
338 filename, c->name.lineno);
351 filename, c->name.lineno);
413 m->type.type.lineno, m->type.type.data);
421 filename, m->type.type.lineno);
595 int lineno = -1; local
758 int lineno = 1; local
[all...]
H A Daidl_language.h14 unsigned lineno; member in struct:extra_text_type
22 unsigned lineno; member in struct:buffer_type
160 void init_buffer_type(buffer_type* buf, int lineno);
H A Daidl_language_y.y71 $2.buffer.lineno, $2.buffer.data);
95 g_currentFilename, $1.buffer.lineno);
100 g_currentFilename, $2.buffer.lineno, $2.buffer.data);
116 g_currentFilename, $1.buffer.lineno);
121 g_currentFilename, $2.buffer.lineno, $2.buffer.data);
177 g_currentFilename, $2.buffer.lineno, $2.buffer.data);
182 g_currentFilename, $2.buffer.lineno, $2.buffer.data);
204 g_currentFilename, $3.buffer.lineno);
258 fprintf(stderr, "%s:%d: syntax error in parameter list\n", g_currentFilename, $1.buffer.lineno);
314 void init_buffer_type(buffer_type* buf, int lineno)
[all...]
H A Daidl_language_l.l12 static void begin_extra_text(unsigned lineno, which_extra_text which);
23 yylval.buffer.lineno = yylineno; \
99 yylval.buffer.lineno = yylineno;
112 void begin_extra_text(unsigned lineno, which_extra_text which)
115 text->lineno = lineno;
/frameworks/base/tools/aapt/
H A DResource.cpp2290 char lineno[20]; local
2291 sprintf(lineno, ":%d", line);
2292 location += lineno;
2307 char lineno[20]; local
2308 sprintf(lineno, ":%d", line);
2309 location += lineno;

Completed in 295 milliseconds