Searched refs:LONG_COMMENT (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aidl/
H A Daidl_language_l.l34 %x COPYING LONG_COMMENT
51 \/\* { begin_extra_text(yylineno, (which_extra_text)LONG_COMMENT);
52 BEGIN(LONG_COMMENT); }
53 <LONG_COMMENT>[^*]* { append_extra_text(yytext); }
54 <LONG_COMMENT>\*+[^/] { append_extra_text(yytext); }
55 <LONG_COMMENT>\n { append_extra_text(yytext); }
56 <LONG_COMMENT>\**\/ { BEGIN(INITIAL); }
H A Dgenerate_java.cpp41 else if (extra->which == LONG_COMMENT) {
H A Daidl_language.h8 LONG_COMMENT, enumerator in enum:__anon1036

Completed in 118 milliseconds