OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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); }
generate_java.cpp
41
else if (extra->which ==
LONG_COMMENT
) {
aidl_language.h
8
LONG_COMMENT
,
Completed in 721 milliseconds