/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
Lexer.pm | 237 my ($self, $text) = @_; 239 $self->state->text($text);
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t055templates.py | 342 -> template(t={$text}) <<boom(<t>)>> 455 -> template(t={$text}) <<boom(<t>)>>
|
t054main.py | 137 r returns [res]: (ID)+ EOF { $res = $text; };
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/ |
template-output.rb | 289 -> template(t={$text}) <<boom(<%= @t %>)>> 385 -> template(t={$text}) <<boom(<%= @t %>)>>
|
/external/bison/tests/ |
c++.at | 72 # $line, and $text tags, which will be replaced by the file and line 74 WARN_FORMAT = "$file:$line: $text"
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
readelf.exp | 134 regsub -all "(^|\n)(.*Skipping unexpected symbol type.*)" $text "\\1" text 135 return $text
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
TreeNodeStream.as | 59 * you can specify it here. Used to do rule $text attribute in tree
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
ITreeNodeStream.cs | 74 * you can specify it here. Used to do rule $text attribute in tree
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
ITreeNodeStream.cs | 78 * you can specify it here. Used to do rule $text attribute in tree
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
ITreeNodeStream`1.cs | 77 * you can specify it here. Used to do rule $text attribute in tree
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeNodeStream.java | 60 * you can specify it here. Used to do rule $text attribute in tree
|
DOTTreeGenerator.java | 68 new StringTemplate("$name$ [label=\"$text$\"];\n");
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
actions.rb | 81 say('\%p \%p \%p \%p \%p \%p \%p \%p' \% [$text, $type, $line, $pos, $index, $channel, $start, $stop])
|
properties.rb | 31 @after { $bla = [$start, $stop, $text] }
|
/external/ltp/tools/ |
STPfailure_report.pl | 37 $Text::Wrap::columns = 72;
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/test/ |
AbstractGroovyTestCase.groovy | 80 assert message.contains(text), "message=[$message], text=[$text]"
|
/external/syslinux/txt/ |
Makefile | 87 # a2x $(A2X_OPTS) -D xhtml -f xhtml $< 88 # text/%.text: %.xml %.txt
|
/external/curl/tests/ |
ftpserver.pl | [all...] |
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestSyntacticPredicateEvaluation.java | 349 " : ('x'+ 'y')=> 'x'+ 'y' -> template(a={$text}) <<1:<a>;>>\n" + 350 " | 'x'+ 'z' -> template(a={$text}) <<2:<a>;>>\n"+
|
/external/curl/packages/vms/ |
clean_gnv_curl.com | 135 $! 136 $ file = "lcl_root:[.packages.vms]*-curl-*.pcsi$text" 138 $! 139 $ file = "lcl_root:[.packages.vms]*-curl_d-*.pcsi$text"
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/ |
searchcvs.php | 223 $text = (!$selected ? "<a href=\"?q=" . sanitize($_GET["q"]) . "&p=$page\">$innertext</a>" : $innertext); 224 return "<span" . ($selected ? " class=\"selected\"" : "") . ">$text</span>";
|
/device/google/marlin/common/ |
utils.mk | 70 $(if $(call match-word-in-list,$(1),$(text)),true,) \
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
dottreegen.py | 65 template="$name$ [label=\"$text$\"];\n"
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/ |
main-scripts.rb | 82 r returns [res]: (ID)+ EOF { $res = $text; };
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ANTLR.g | 1159 StringBuffer s = Grammar.getUnescapedStringFromGrammarStringLiteral($text); 1234 $text.set(0, ""); 1244 $text.set(0, builder.toString()); 1257 String action = $text;
|