Searched refs:NEWLINE (Results 26 - 50 of 64) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DProfileGrammarLexer.cs32 public const int NEWLINE=8; field in class:ProfileGrammarLexer
352 // $ANTLR start "NEWLINE"
357 int _type = NEWLINE;
393 // $ANTLR end "NEWLINE"
457 // BuildOptions\\ProfileGrammar.g3:1:10: ( T__10 | T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | ID | INT | NEWLINE | WS )
664 // BuildOptions\\ProfileGrammar.g3:1:65: NEWLINE
H A DDebugGrammarParser.cs26 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
41 public const int NEWLINE=8; field in class:DebugGrammarParser
175 if ( ((LA1_0>=ID && LA1_0<=NEWLINE)||LA1_0==12) )
262 // BuildOptions\\DebugGrammar.g3:53:0: stat : ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->);
286 RewriteRuleITokenStream stream_NEWLINE=new RewriteRuleITokenStream(adaptor,"token NEWLINE");
303 // BuildOptions\\DebugGrammar.g3:53:9: ( expr NEWLINE -> expr | ID '=' expr NEWLINE
[all...]
H A DProfileGrammarParser.cs26 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
41 public const int NEWLINE=8; field in class:ProfileGrammarParser
179 if ( ((LA1_0>=ID && LA1_0<=NEWLINE)||LA1_0==12) )
266 // BuildOptions\\ProfileGrammar.g3:53:0: stat : ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->);
290 RewriteRuleITokenStream stream_NEWLINE=new RewriteRuleITokenStream(adaptor,"token NEWLINE");
307 // BuildOptions\\ProfileGrammar.g3:53:9: ( expr NEWLINE -> expr | ID '=' expr NEWLINE
[all...]
H A DDebugTreeGrammar.cs29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
44 public const int NEWLINE=8; field in class:DebugTreeGrammar
H A DProfileTreeGrammar.cs29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
44 public const int NEWLINE=8; field in class:ProfileTreeGrammar
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.l77 NEWLINE \n|\r|\r\n
100 <COMMENT>{NEWLINE} { ++yylineno; }
226 {NEWLINE} {
232 \\{NEWLINE} { ++yylineno; }
/external/doclava/src/com/google/doclava/
H A DProofread.java30 static final String NEWLINE = "\n" + INDENT; field in class:Proofread
69 s = m.replaceAll(NEWLINE);
/external/pcre/dist/
H A Dconfig.h.in39 NEWLINE macro below to set a suitable EBCDIC newline, commonly 21 (0x15).
40 On systems that can use "configure" or CMake to set EBCDIC, NEWLINE is
50 NEWLINE macro below. On systems that can use "configure" or CMake to set
51 EBCDIC_NL25, the adjustment of NEWLINE is automatic. */
195 /* The value of NEWLINE determines the default newline character sequence.
203 #undef NEWLINE
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dphystokens.py77 ws_tokens = [token.INDENT, token.DEDENT, token.NEWLINE, tokenize.NL]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DTo.java81 return headerName + COLON + SP + encodeBody() + NEWLINE;
H A DRequestLine.java86 buffer.append(NEWLINE);
H A DStatusLine.java119 encoding += NEWLINE;
H A DSIPHeaderList.java156 buffer.append(headerName).append(':').append(Separators.NEWLINE);
178 buffer.append(Separators.NEWLINE);
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A Drhino-python.extensions44 ... 1 COLON NEWLINE INDENT PRINT a NEWLINE DEDENT b ASSIGN 3 ...
49 Upon NEWLINE token from the lexer, however, an INDENT or DEDENT token
50 may need to be sent to the parser. The NEWLINE is the trigger for
51 this class to do it's job. NEWLINE is saved and then the first token
133 // if not a NEWLINE, doesn't signal indent/dedent work; just enqueue
134 if ( t.getType()!=PythonLexer.NEWLINE ) {
144 // save NEWLINE in the queue
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dadm_writer.py10 NEWLINE = '\r\n' variable
60 return NEWLINE.join(self.lines)
/external/deqp/framework/randomshaders/
H A DrsgToken.hpp122 NEWLINE, enumerator in enum:rsg::Token::Type
/external/nist-sip/java/gov/nist/core/
H A DGenericObjectList.java64 protected static final String NEWLINE = Separators.NEWLINE; field in class:GenericObjectList
H A DGenericObject.java57 protected static final String NEWLINE = Separators.NEWLINE; field in class:GenericObject
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py91 NEWLINE = frozenset([tokenize.NL, tokenize.NEWLINE]) variable
92 SKIP_TOKENS = NEWLINE.union([tokenize.INDENT, tokenize.DEDENT])
435 newline = not last_token_multiline and token_type not in NEWLINE
1163 return (token[0] in NEWLINE or
1167 return token[0] in NEWLINE
1436 if token_type in NEWLINE:
1437 if token_type == tokenize.NEWLINE:
/external/chromium_org/third_party/icu/source/i18n/
H A Dcpdtrans.cpp25 static const UChar NEWLINE = 10; variable
430 _smartAppend(rulesSource, NEWLINE);
/external/icu/icu4c/source/i18n/
H A Dcpdtrans.cpp25 static const UChar NEWLINE = 10; variable
430 _smartAppend(rulesSource, NEWLINE);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb367 NEWLINE = ?\n.ord
482 if c == NEWLINE
535 @position.zero? or @data[ @position - 1 ] == NEWLINE
543 @data[ @position ] == NEWLINE #if @position < @data.length
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c1004 { yylineno++; yycolumn = 0; return NEWLINE; }
1015 { yylineno++; yycolumn = 0; return NEWLINE; }
1307 return NEWLINE;
1316 return NEWLINE;
H A Dglcpp-parse.c273 NEWLINE = 279, enumerator in enum:yytokentype
311 #define NEWLINE 279 macro
708 "LINE_EXPANDED", "NEWLINE", "OTHER", "PLACEHOLDER", "SPACE", "PASTE",
4282 * purpose of converting a NEWLINE token into a SPACE
4301 } else if (ret == NEWLINE) {
4310 if (ret == NEWLINE)
4340 return NEWLINE;
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPMessage.java247 return contentLengthHeader.encode(encoding).append(NEWLINE).toString();
372 encoding.append(unrecognized).append(NEWLINE);
375 encoding.append(contentLengthHeader.encode()).append(NEWLINE);
433 encoding.append(NEWLINE);

Completed in 699 milliseconds

123