HomeSort by relevance Sort by last modified time
    Searched full:teof (Results 1 - 12 of 12) sorted by null

  /prebuilts/go/darwin-x86/src/text/template/parse/
lex_test.go 71 tEOF = mkItem(itemEOF, "")
88 {"empty", "", []item{tEOF}},
89 {"spaces", " \t\n", []item{mkItem(itemText, " \t\n"), tEOF}},
90 {"text", `now is the time`, []item{mkItem(itemText, "now is the time"), tEOF}},
94 tEOF,
103 tEOF,
113 tEOF,
115 {"empty action", `{{}}`, []item{tLeft, tRight, tEOF}},
116 {"for", `{{for}}`, []item{tLeft, tFor, tRight, tEOF}},
118 tLeft, tBlock, tSpace, mkItem(itemString, `"foo"`), tSpace, tDot, tRight, tEOF,
    [all...]
  /prebuilts/go/linux-x86/src/text/template/parse/
lex_test.go 71 tEOF = mkItem(itemEOF, "")
88 {"empty", "", []item{tEOF}},
89 {"spaces", " \t\n", []item{mkItem(itemText, " \t\n"), tEOF}},
90 {"text", `now is the time`, []item{mkItem(itemText, "now is the time"), tEOF}},
94 tEOF,
103 tEOF,
113 tEOF,
115 {"empty action", `{{}}`, []item{tLeft, tRight, tEOF}},
116 {"for", `{{for}}`, []item{tLeft, tFor, tRight, tEOF}},
118 tLeft, tBlock, tSpace, mkItem(itemString, `"foo"`), tSpace, tDot, tRight, tEOF,
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3tokenstream.c 377 pANTLR3_COMMON_TOKEN teof = &(ts->tokenSource->eofToken); local
379 teof->setStartIndex (teof, ts->istream->index (ts->istream));
380 teof->setStopIndex (teof, ts->istream->index (ts->istream));
381 return teof;
397 pANTLR3_COMMON_TOKEN teof = &(ts->tokenSource->eofToken); local
399 teof->setStartIndex (teof, ts->istream->index(ts->istream));
400 teof->setStopIndex (teof, ts->istream->index(ts->istream))
    [all...]
antlr3lexer.c 261 pANTLR3_COMMON_TOKEN teof = &(toksource->eofToken); local
263 teof->setStartIndex (teof, lexer->getCharIndex(lexer));
264 teof->setStopIndex (teof, lexer->getCharIndex(lexer));
265 teof->setLine (teof, lexer->getLine(lexer));
266 teof->factoryMade = ANTLR3_TRUE; // This isn't really manufactured but it stops things from trying to free it
267 return teof;
  /external/icu/icu4c/source/i18n/
plurrule.cpp 617 if (U_FAILURE(status) || type == tSemiColon || type == tEOF || type == tAt) {
631 if (U_FAILURE(status) || type == tSemiColon || type == tEOF || type == tAt) {
    [all...]
plurrule_impl.h 137 tEOF
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]
  /external/mksh/src/
main.c 888 if (t->type == TEOF) {
912 if (t->type != TEOF && interactive && really_exit)
    [all...]
syn.c 97 outtree = newtp(TEOF);
tree.c 1157 OPEN(TEOF)
sh.h     [all...]
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
commands.c 1015 "\tEOF on stdin has the same effect\n"}, {

Completed in 893 milliseconds