HomeSort by relevance Sort by last modified time
    Searched refs:LONG_COMMENT (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aidl/
aidl_language_l.l 34 %x COPYING LONG_COMMENT
50 \/\* { begin_extra_text(yylineno, (which_extra_text)LONG_COMMENT);
51 BEGIN(LONG_COMMENT); }
52 <LONG_COMMENT>[^*]* { append_extra_text(yytext); }
53 <LONG_COMMENT>\*+[^/] { append_extra_text(yytext); }
54 <LONG_COMMENT>\n { append_extra_text(yytext); }
55 <LONG_COMMENT>\**\/ { BEGIN(INITIAL); }
aidl_language.h 8 LONG_COMMENT,
generate_java.cpp 242 else if (extra->which == LONG_COMMENT) {

Completed in 9101 milliseconds