Home
last modified time | relevance | path

Searched refs:begin_extra_text (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aidl/
Daidl_language_l.l12 static void begin_extra_text(unsigned lineno, which_extra_text which);
43 \%\%\{ { begin_extra_text(yylineno, COPY_TEXT); BEGIN(COPYING); }
50 \/\* { begin_extra_text(yylineno, (which_extra_text)LONG_COMMENT);
68 \/\/.*\n { begin_extra_text(yylineno, SHORT_COMMENT);
112 void begin_extra_text(unsigned lineno, which_extra_text which) in begin_extra_text() function