Searched refs:NEWLINE (Results 1 - 25 of 53) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammar.g353 stat: expr NEWLINE -> expr
54 | ID '=' expr NEWLINE -> ^('=' ID expr)
55 | func NEWLINE -> func
56 | NEWLINE -> // ignore
94 NEWLINE
H A DProfileGrammar.g353 stat: expr NEWLINE -> expr
54 | ID '=' expr NEWLINE -> ^('=' ID expr)
55 | func NEWLINE -> func
56 | NEWLINE -> // ignore
94 NEWLINE
H A DDebugGrammarLexer.cs32 public const int NEWLINE=8; field in class:DebugGrammarLexer
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
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
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
H A Daddress_field_util.h29 NEWLINE = -1 enumerator in enum:i18n::addressinput::__anon12092
33 // |fields|. The |fields| may also contain NEWLINE elements. For example, parses
34 // "%S%C%n%D%X" into {ADMIN_AREA, LOCALITY, NEWLINE, DEPENDENT_LOCALITY,
H A Daddress_field_util.cc44 'n', static_cast<AddressField>(NEWLINE)));
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dreg_writer_unittest.py23 NEWLINE = '\r\n' variable in class:RegWriterUnittest
70 expected_output = self.NEWLINE.join([
98 expected_output = self.NEWLINE.join([
123 expected_output = self.NEWLINE.join([
152 expected_output = self.NEWLINE.join([
183 expected_output = self.NEWLINE.join([
208 expected_output = self.NEWLINE.join([
243 expected_output = self.NEWLINE.join([
270 expected_output = self.NEWLINE.join([
305 expected_output = self.NEWLINE
[all...]
H A Dreg_writer.py25 NEWLINE = '\r\n' variable in class:RegWriter
108 return self.NEWLINE.join(all)
/external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
H A Daddress_field_util_test.cc29 using i18n::addressinput::NEWLINE;
42 expected.push_back(static_cast<AddressField>(NEWLINE));
44 expected.push_back(static_cast<AddressField>(NEWLINE));
46 expected.push_back(static_cast<AddressField>(NEWLINE));
49 expected.push_back(static_cast<AddressField>(NEWLINE));
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/JavaCompat/
H A DExpr.g379 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/
H A DSeparators.java45 public static final String NEWLINE = "\r\n"; field in interface:Separators
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.h61 NEWLINE = 279, enumerator in enum:yytokentype
99 #define NEWLINE 279 macro
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DExtensionHeaderImpl.java112 .append(NEWLINE)
H A DReplyTo.java76 return headerName + COLON + SP + encodeBody() + NEWLINE;
H A DSupported.java80 retval += NEWLINE;
H A DCSeq.java103 return headerName + COLON + SP + encodeBody() + NEWLINE;
H A DSIPHeader.java124 buffer.append(NEWLINE);
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
H A Dglcpp-lex.l74 NEWLINE [\n]
114 <COMMENT>[^*\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
116 <COMMENT>"*"+[^*/\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
294 return NEWLINE;
301 return NEWLINE;
H A Dglcpp-parse.y163 %token COMMA_FINAL DEFINED ELIF_EXPANDED HASH HASH_DEFINE FUNC_IDENTIFIER OBJ_IDENTIFIER HASH_ELIF HASH_ELSE HASH_ENDIF HASH_IF HASH_IFDEF HASH_IFNDEF HASH_LINE HASH_UNDEF HASH_VERSION IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE
203 IF_EXPANDED expression NEWLINE {
206 | ELIF_EXPANDED expression NEWLINE {
209 | LINE_EXPANDED integer_constant NEWLINE {
217 | LINE_EXPANDED integer_constant integer_constant NEWLINE {
230 HASH_DEFINE OBJ_IDENTIFIER replacement_list NEWLINE {
233 | HASH_DEFINE FUNC_IDENTIFIER '(' ')' replacement_list NEWLINE {
236 | HASH_DEFINE FUNC_IDENTIFIER '(' identifier_list ')' replacement_list NEWLINE {
239 | HASH_UNDEF IDENTIFIER NEWLINE {
247 | HASH_LINE pp_tokens NEWLINE {
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.l74 NEWLINE [\n]
114 <COMMENT>[^*\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
116 <COMMENT>"*"+[^*/\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
294 return NEWLINE;
301 return NEWLINE;
H A Dglcpp-parse.y163 %token COMMA_FINAL DEFINED ELIF_EXPANDED HASH HASH_DEFINE FUNC_IDENTIFIER OBJ_IDENTIFIER HASH_ELIF HASH_ELSE HASH_ENDIF HASH_IF HASH_IFDEF HASH_IFNDEF HASH_LINE HASH_UNDEF HASH_VERSION IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE
203 IF_EXPANDED expression NEWLINE {
206 | ELIF_EXPANDED expression NEWLINE {
209 | LINE_EXPANDED integer_constant NEWLINE {
217 | LINE_EXPANDED integer_constant integer_constant NEWLINE {
230 HASH_DEFINE OBJ_IDENTIFIER replacement_list NEWLINE {
233 | HASH_DEFINE FUNC_IDENTIFIER '(' ')' replacement_list NEWLINE {
236 | HASH_DEFINE FUNC_IDENTIFIER '(' identifier_list ')' replacement_list NEWLINE {
239 | HASH_UNDEF IDENTIFIER NEWLINE {
247 | HASH_LINE pp_tokens NEWLINE {
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A DPython.g77 : 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
538 NEWLINE
590 Only match \n here if we didn't start on left edge; let NEWLINE return that.
600 | {this.startPos>0}?=> '#' (~'\n')* // let NEWLINE handl
[all...]
/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dphystokens.py77 ws_tokens = [token.INDENT, token.DEDENT, token.NEWLINE, tokenize.NL]

Completed in 458 milliseconds

123