HomeSort by relevance Sort by last modified time
    Searched refs:NEWLINE (Results 1 - 25 of 44) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammar.g3 53 stat: expr NEWLINE -> expr
54 | ID '=' expr NEWLINE -> ^('=' ID expr)
55 | func NEWLINE -> func
56 | NEWLINE -> // ignore
94 NEWLINE
ProfileGrammar.g3 53 stat: expr NEWLINE -> expr
54 | ID '=' expr NEWLINE -> ^('=' ID expr)
55 | func NEWLINE -> func
56 | NEWLINE -> // ignore
94 NEWLINE
DebugGrammarParser.cs 26 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
41 public const int NEWLINE=8;
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 -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->
    [all...]
ProfileGrammarParser.cs 26 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
41 public const int NEWLINE=8;
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 -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->
    [all...]
DebugGrammarLexer.cs 32 public const int NEWLINE=8;
352 // $ANTLR start "NEWLINE"
357 int _type = NEWLINE;
393 // $ANTLR end "NEWLINE"
457 // BuildOptions\\DebugGrammar.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\\DebugGrammar.g3:1:65: NEWLINE
ProfileGrammarLexer.cs 32 public const int NEWLINE=8;
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
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/JavaCompat/
Expr.g3 79 stat: expr NEWLINE {JSystem.@out.println($expr.value);}
80 | ID '=' expr NEWLINE
82 | NEWLINE
109 NEWLINE:'\r'? '\n' ;
  /external/nist-sip/java/gov/nist/core/
Separators.java 45 public static final String NEWLINE = "\r\n";
GenericObjectList.java 64 protected static final String NEWLINE = Separators.NEWLINE;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PostalSplitter.java 76 private static final String NEWLINE = "\n";
130 builder.append(NEWLINE);
147 builder.append(NEWLINE);
189 if (hasStreet) builder.append(NEWLINE);
193 if (hasStreet || hasPobox) builder.append(NEWLINE);
200 builder.append(NEWLINE);
217 builder.append(NEWLINE);
  /external/nist-sip/java/gov/nist/javax/sip/header/
ExtensionHeaderImpl.java 112 .append(NEWLINE)
ReplyTo.java 76 return headerName + COLON + SP + encodeBody() + NEWLINE;
Supported.java 80 retval += NEWLINE;
CSeq.java 103 return headerName + COLON + SP + encodeBody() + NEWLINE;
SIPHeader.java 124 buffer.append(NEWLINE);
To.java 81 return headerName + COLON + SP + encodeBody() + NEWLINE;
RequestLine.java 86 buffer.append(NEWLINE);
StatusLine.java 119 encoding += NEWLINE;
SIPHeaderList.java 156 buffer.append(headerName).append(':').append(Separators.NEWLINE);
178 buffer.append(Separators.NEWLINE);
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 68 * the case where newline is ignored in cases like this:
77 : NEWLINE
79 | compound_stmt NEWLINE
83 : (NEWLINE | stmt)*
87 : (NEWLINE)* testlist (NEWLINE)*
129 : small_stmt (options {greedy=true;}:SEMI small_stmt)* (SEMI)? NEWLINE
254 | NEWLINE INDENT (stmt)+ DEDENT
529 /** Consume a newline and any whitespace at start of next line */
536 * If the first newline starts in column one, they are to be ignored
    [all...]
rhino-python.extensions 44 ... 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/doclava/src/com/google/doclava/
Proofread.java 30 static final String NEWLINE = "\n" + INDENT;
69 s = m.replaceAll(NEWLINE);
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
ICalendar.java 64 private static final String NEWLINE = "\n";
183 sb.append(NEWLINE);
189 * caller is responsible for appending a newline at the end of the
196 sb.append(NEWLINE);
202 sb.append(NEWLINE);
210 sb.append(NEWLINE);
337 * caller is responsible for appending a newline after this property.
  /external/icu4c/i18n/
cpdtrans.cpp 25 static const UChar NEWLINE = 10;
430 _smartAppend(rulesSource, NEWLINE);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 367 NEWLINE = ?\n.ord
482 if c == NEWLINE
535 @position.zero? or @data[ @position - 1 ] == NEWLINE
543 @data[ @position ] == NEWLINE #if @position < @data.length
    [all...]

Completed in 1683 milliseconds

1 2