Home
last modified time | relevance | path

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

/external/v8/src/
Dflag-definitions.h26 #define FLAG_FULL(ftype, ctype, nam, def, cmt) extern ctype FLAG_##nam; argument
27 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument
33 #define FLAG_FULL(ftype, ctype, nam, def, cmt) ctype FLAG_##nam = def; argument
39 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
45 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
46 { Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false } \
69 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument
73 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
148 #define DEFINE_BOOL(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt) argument
149 #define DEFINE_BOOL_READONLY(nam, def, cmt) \ argument
[all …]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
Dindic.pl445 my $cmt = "; // DECOMP: $name -> ";
449 $cmt .= $n . " + ";
451 $cmt = 0;
455 if ($cmt) {
456 $ {$scr}{$fullCode} = $x . $cmt;
599 my $cmt;
600 $cmt = $1 if (s|(\s*//.*)||); # isolate trailing // comment
602 s/$/$cmt/;
DdumpICUrules.bat408 my ($white, $cmt) = ($1, $2);
409 $cmt =~ s|\#|//|;
410 $_ = $white . $cmt;
426 my $cmt = '';
428 $cmt = '//' . $1;
440 $_ .= $cmt;
/external/icu/icu4c/source/data/locales/
Dtr.txt1318 "-1"{"geçen cmt."}
1319 "0"{"bu cmt."}
1320 "1"{"gelecek cmt."}
1325 "-1"{"geçen cmt."}
1326 "0"{"bu cmt."}
1327 "1"{"gelecek cmt."}
/external/icu/icu4j/
Dstylesheet.css63 span.j-cmt /* line comment */
Dstylesheet7.css514 span.j-cmt /* line comment */
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLRTreePrinter.g150 (cmt=DOC_COMMENT {out($cmt.text+"\n");} )?
DAssignTokenTypesWalker.g213 (cmt=DOC_COMMENT)?
DCodeGenTreeWalker.g344 ( cmt=DOC_COMMENT
346 outputFileST.add("docComment", $cmt.text);
347 headerFileST.add("docComment", $cmt.text);
DANTLR.g453 ( cmt=DOC_COMMENT )?
463 -> ^($gr $gid $cmt? optionsSpec? $ig? $ts? $scopes? $a? $r)
DDefineGrammarItemsWalker.g149 (cmt=DOC_COMMENT)?
DTreeToNFAConverter.g202 (cmt=DOC_COMMENT)?
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Dserialize.g78 (cmt:DOC_COMMENT)?