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

1 2 3 4 5 6 7 8

  /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
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/pcre/dist/
config.h.generic 39 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. */
207 /* The value of NEWLINE determines the default newline character sequence.
215 #ifndef NEWLINE
216 #define NEWLINE 10
config-cmake.h.in 46 #define NEWLINE @NEWLINE@
  /external/nist-sip/java/gov/nist/core/
Separators.java 45 public static final String NEWLINE = "\r\n";
  /toolchain/binutils/binutils-2.25/binutils/
arlex.l 88 "\n" { linenumber ++; return 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/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;
  /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;
  /external/pcre/
config.h 40 NEWLINE macro below to set a suitable EBCDIC newline, commonly 21 (0x15).
41 On systems that can use "configure" or CMake to set EBCDIC, NEWLINE is
51 NEWLINE macro below. On systems that can use "configure" or CMake to set
52 EBCDIC_NL25, the adjustment of NEWLINE is automatic. */
195 /* The value of NEWLINE determines the default newline character sequence.
203 #define NEWLINE 10
  /prebuilts/gdb/darwin-x86/include/python2.7/
token.h 16 #define NEWLINE 4
  /prebuilts/gdb/linux-x86/include/python2.7/
token.h 16 #define NEWLINE 4
  /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

Completed in 980 milliseconds

1 2 3 4 5 6 7 8