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

1 2 3 4 5

  /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
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
reg_writer_unittest.py 23 NEWLINE = '\r\n'
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.join(
    [all...]
reg_writer.py 27 NEWLINE = '\r\n'
109 return self.NEWLINE.join(all)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_univnewlines2k.py 1 # Tests universal newline support for both reading and parsing files.
9 "This Python does not have universal newline support"
35 # and a class variable NEWLINE to set the expected newlines value
53 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
59 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
69 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
91 NEWLINE = None
97 NEWLINE = '\r'
101 NEWLINE = '\n'
105 NEWLINE = '\r\n
    [all...]
test_univnewlines.py 1 # Tests universal newline support for both reading and parsing files.
18 "This Python does not have universal newline support")
42 # and a class variable NEWLINE to set the expected newlines value
63 self.assertEqual(set(fp.newlines), set(self.NEWLINE))
69 self.assertEqual(set(fp.newlines), set(self.NEWLINE))
79 self.assertEqual(set(fp.newlines), set(self.NEWLINE))
93 NEWLINE = '\r'
97 NEWLINE = '\n'
101 NEWLINE = '\r\n'
109 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_univnewlines2k.py 1 # Tests universal newline support for both reading and parsing files.
9 "This Python does not have universal newline support"
35 # and a class variable NEWLINE to set the expected newlines value
53 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
59 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
69 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
91 NEWLINE = None
97 NEWLINE = '\r'
101 NEWLINE = '\n'
105 NEWLINE = '\r\n
    [all...]
test_univnewlines.py 1 # Tests universal newline support for both reading and parsing files.
18 "This Python does not have universal newline support")
42 # and a class variable NEWLINE to set the expected newlines value
63 self.assertEqual(set(fp.newlines), set(self.NEWLINE))
69 self.assertEqual(set(fp.newlines), set(self.NEWLINE))
79 self.assertEqual(set(fp.newlines), set(self.NEWLINE))
93 NEWLINE = '\r'
97 NEWLINE = '\n'
101 NEWLINE = '\r\n'
109 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
    [all...]
  /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";
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.h 61 NEWLINE = 279,
99 #define NEWLINE 279
  /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/deqp/framework/randomshaders/
rsgShader.cpp 97 str << Token::PRECISION << Token::MEDIUM_PRECISION << Token::FLOAT << Token::SEMICOLON << Token::NEWLINE;
106 str << Token::NEWLINE;
111 str << Token::NEWLINE;
144 str << Token::RIGHT_PAREN << Token::NEWLINE;
rsgStatement.cpp 205 str << Token::LEFT_BRACE << Token::NEWLINE << Token::INDENT_INC;
210 str << Token::INDENT_DEC << Token::RIGHT_BRACE << Token::NEWLINE;
223 str << Token::SEMICOLON << Token::NEWLINE;
343 str << Token::SEMICOLON << Token::NEWLINE;
463 str << Token::RIGHT_PAREN << Token::NEWLINE;
485 str << Token::NEWLINE;
490 str << Token::NEWLINE << Token::INDENT_INC;
560 str << Token::SEMICOLON << Token::NEWLINE;
rsgPrettyPrinter.cpp 114 "\n" // NEWLINE,
177 case Token::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;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 16 #define NEWLINE 4
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 16 #define NEWLINE 4
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-lex.l 74 NEWLINE [\n]
114 <COMMENT>[^*\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
116 <COMMENT>"*"+[^*/\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
294 return NEWLINE;
297 /* Handle missing newline at EOF. */
301 return NEWLINE;
glcpp-parse.y 163 %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/
glcpp-lex.l 74 NEWLINE [\n]
114 <COMMENT>[^*\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
116 <COMMENT>"*"+[^*/\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
294 return NEWLINE;
297 /* Handle missing newline at EOF. */
301 return NEWLINE;
glcpp-parse.y 163 %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/
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...]

Completed in 853 milliseconds

1 2 3 4 5