Home
last modified time | relevance | path

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

/frameworks/base/tools/aidl/
Daidl_language_l.l13 static void append_extra_text(char* text);
45 <COPYING>.*\n { append_extra_text(yytext); }
46 <COPYING>.* { append_extra_text(yytext); }
47 <COPYING>\n+ { append_extra_text(yytext); }
52 <LONG_COMMENT>[^*]* { append_extra_text(yytext); }
53 <LONG_COMMENT>\*+[^/] { append_extra_text(yytext); }
54 <LONG_COMMENT>\n { append_extra_text(yytext); }
69 append_extra_text(yytext); }
128 void append_extra_text(char* text) in append_extra_text() function