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

1 2 3 4 5

  /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;
  /external/nist-sip/java/gov/nist/core/
Separators.java 45 public static final String NEWLINE = "\r\n";
  /libcore/benchmarks/src/benchmarks/regression/
BreakIteratorBenchmark.java 36 NEWLINE(Locale.US, "\\n:\n"),
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
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
DebugTreeGrammar.cs 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
44 public const int NEWLINE=8;
ProfileTreeGrammar.cs 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
44 public const int NEWLINE=8;
  /external/doclava/src/com/google/doclava/
Proofread.java 30 static final String NEWLINE = "\n" + INDENT;
69 s = m.replaceAll(NEWLINE);
  /external/icu/icu4c/source/i18n/
cpdtrans.cpp 25 static const UChar NEWLINE = 10;
430 _smartAppend(rulesSource, 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);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
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...]
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...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
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...]
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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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...]
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
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...]
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...]
  /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/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py 13 NEWLINE = 4
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtpd.py 93 NEWLINE = '\n'
177 self.__data = NEWLINE.join(data)
355 data = NEWLINE.join(lines)
token.py 17 NEWLINE = 4
  /prebuilts/gdb/linux-x86/include/python2.7/
token.h 16 #define NEWLINE 4

Completed in 351 milliseconds

1 2 3 4 5