/external/python/cpython2/Lib/test/ |
D | test_univnewlines2k.py | 91 NEWLINE = None variable in TestNativeNewlines 97 NEWLINE = '\r' variable in TestCRNewlines 101 NEWLINE = '\n' variable in TestLFNewlines 105 NEWLINE = '\r\n' variable in TestCRLFNewlines 116 NEWLINE = ('\r', '\n') variable in TestMixedNewlines
|
D | test_univnewlines.py | 93 NEWLINE = '\r' variable in TestCRNewlines 97 NEWLINE = '\n' variable in TestLFNewlines 101 NEWLINE = '\r\n' variable in TestCRLFNewlines 112 NEWLINE = ('\r', '\n') variable in TestMixedNewlines
|
/external/python/cpython3/Lib/test/ |
D | test_univnewlines.py | 92 NEWLINE = '\r' variable in TestCRNewlines 98 NEWLINE = '\n' variable in TestLFNewlines 104 NEWLINE = '\r\n' variable in TestCRLFNewlines 117 NEWLINE = ('\r', '\n') variable in TestMixedNewlines
|
/external/rust/crates/regex-syntax/src/unicode_tables/ |
D | word_break.rs | 979 pub const NEWLINE: &'static [(char, char)] = constant
|
/external/selinux/libsepol/cil/src/ |
D | cil_lexer.h | 41 #define NEWLINE 7 macro
|
/external/nist-sip/java/gov/nist/core/ |
D | Separators.java | 45 public static final String NEWLINE = "\r\n"; field
|
/external/python/cpython2/Tools/scripts/ |
D | checkappend.py | 113 NEWLINE=tokenize.NEWLINE, argument
|
D | reindent.py | 290 NEWLINE=tokenize.NEWLINE, argument
|
/external/doclava/src/com/google/doclava/ |
D | Proofread.java | 30 static final String NEWLINE = "\n" + INDENT; field in Proofread
|
/external/fonttools/Lib/fontTools/voltLib/ |
D | lexer.py | 7 NEWLINE = "NEWLINE" variable in Lexer
|
/external/autotest/utils/ |
D | reindent.py | 260 NEWLINE=tokenize.NEWLINE, argument
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | ProfileGrammarLexer.cs | 32 public const int NEWLINE=8; field in ProfileGrammarLexer
|
D | DebugGrammarLexer.cs | 32 public const int NEWLINE=8; field in DebugGrammarLexer
|
D | DebugTreeGrammar.cs | 44 public const int NEWLINE=8; field in DebugTreeGrammar
|
D | ProfileTreeGrammar.cs | 44 public const int NEWLINE=8; field in ProfileTreeGrammar
|
/external/python/cpython3/Tools/scripts/ |
D | reindent.py | 288 NEWLINE=tokenize.NEWLINE, argument
|
/external/python/cpython2/Include/ |
D | token.h | 16 #define NEWLINE 4 macro
|
/external/python/cpython2/Lib/ |
D | token.py | 15 NEWLINE = 4 variable
|
/external/python/cpython2/Lib/lib2to3/pgen2/ |
D | token.py | 13 NEWLINE = 4 variable
|
/external/python/cpython3/Lib/lib2to3/pgen2/ |
D | token.py | 13 NEWLINE = 4 variable
|
/external/fonttools/Lib/fontTools/feaLib/ |
D | lexer.py | 20 NEWLINE = "NEWLINE" variable in Lexer
|
/external/jline/src/src/main/java/jline/ |
D | ConsoleOperations.java | 65 final short NEWLINE = -6; field
|
/external/python/cpython3/Include/ |
D | token.h | 17 #define NEWLINE 4 macro
|
/external/python/cpython3/Lib/ |
D | token.py | 10 NEWLINE = 4 variable
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/javadoc/ |
D | JavadocLexer.java | 489 private static final CharMatcher NEWLINE = CharMatcher.is('\n'); field in JavadocLexer
|