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

1 2 3 4 5 6 7

  /external/selinux/libsepol/cil/src/
cil_lexer.h 41 #define NEWLINE 7
  /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;
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/chatserver/
NameReader.java 46 * up to a newline. When a newline character have been received
54 private static final String NEWLINE = "\n";
80 * Receives incoming data from the socket, searches for a newline
88 if (name.contains(NEWLINE)) {
102 String[] strings = name.split(NEWLINE, 2);
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/chatserver/
NameReader.java 46 * up to a newline. When a newline character have been received
54 private static final String NEWLINE = "\n";
80 * Receives incoming data from the socket, searches for a newline
88 if (name.contains(NEWLINE)) {
102 String[] strings = name.split(NEWLINE, 2);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/nist-sip/java/gov/nist/core/
Separators.java 45 public static final String NEWLINE = "\r\n";
  /external/python/cpython2/Lib/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...]
  /libcore/benchmarks/src/benchmarks/regression/
BreakIteratorBenchmark.java 36 NEWLINE(Locale.US, "\\n:\n"),
  /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/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
  /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 27 static const UChar NEWLINE = 10;
432 _smartAppend(rulesSource, NEWLINE);
  /external/python/cpython3/Lib/test/
test_univnewlines.py 1 # Tests universal newline support for both reading and parsing files.
11 "This Python does not have universal newline support")
41 # and a class variable NEWLINE to set the expected newlines value
62 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
68 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
78 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
92 NEWLINE = '\r'
98 NEWLINE = '\n'
104 NEWLINE = '\r\n'
112 self.assertEqual(repr(fp.newlines), repr(self.NEWLINE))
    [all...]
  /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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
token.h 16 #define NEWLINE 4

Completed in 419 milliseconds

1 2 3 4 5 6 7