/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
D | ConcreteSyntaxModel.java | 101 CsmElement.newline(), in concreteSyntaxModelByClass.put() 103 …roperty.MEMBERS, CsmElement.newline(), CsmElement.none(), CsmElement.none(), CsmElement.newline()), in concreteSyntaxModelByClass.put() 123 list(ObservableProperty.ANNOTATIONS, newline(), none(), newline()), in concreteSyntaxModelByClass.put() argument 138 …block(sequence(newline(), list(ObservableProperty.MEMBERS, sequence(newline(), newline()), CsmElem… in concreteSyntaxModelByClass.put() argument 160 …TY, sequence(space(), token(GeneratedJavaParserConstants.LBRACE), CsmElement.newline(), CsmElement… in concreteSyntaxModelByClass.put() 161 … list(ObservableProperty.CLASS_BODY, newline(), newline(), none(), CsmElement.newline()), in concreteSyntaxModelByClass.put() 163 token(RBRACE), CsmElement.newline())) in concreteSyntaxModelByClass.put() 179 CsmElement.newline(), in concreteSyntaxModelByClass.put() 187 conditional(ObservableProperty.ENTRIES, IS_NOT_EMPTY, newline()), in concreteSyntaxModelByClass.put() argument 188 ….newline(), list(ObservableProperty.MEMBERS, newline(), newline(), none(), CsmElement.newline()))), in concreteSyntaxModelByClass.put() [all …]
|
/external/yapf/yapftests/ |
D | utils.py | 49 newline=None, argument 78 newline='', argument
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | CheckTags.java | 72 private boolean newline; field in CheckTags.DocStack 113 public void output(String msg, boolean error, boolean newline) { in output() 117 void output(String msg, boolean error, boolean newline, int ix) { in output() 247 boolean newline = false; field in CheckTags 249 void output(String msg, boolean error, boolean newline) { in output()
|
/external/u-boot/tools/patman/ |
D | terminal.py | 30 def __init__(self, text, newline, colour): argument 39 def Print(text='', newline=True, colour=None): argument
|
/external/python/cpython3/Modules/_io/clinic/ |
D | _iomodule.c.h | 148 const char *newline = NULL; in _io_open() local
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
D | SerializeOptions.java | 68 private String newline = "\n"; field in SerializeOptions 322 public SerializeOptions setNewline(String newline) in setNewline()
|
/external/boringssl/src/tool/ |
D | pkcs12.cc | 114 char *newline = reinterpret_cast<char *>(OPENSSL_memchr(password, '\n', off)); in DoPKCS12() local
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | GrammarReport2.java | 38 public static final String newline = System.getProperty("line.separator"); field in GrammarReport2
|
/external/yapf/yapf/yapflib/ |
D | reformatter.py | 286 def __init__(self, state, newline, previous): argument 361 def _AddNextStateToQueue(penalty, previous_node, newline, count, p_queue): argument
|
D | format_decision_state.py | 484 def AddTokenToState(self, newline, dry_run, must_split=False): argument 667 def _CalculateComprehensionState(self, newline): argument
|
D | py3compat.py | 29 def open_with_encoding(filename, mode, encoding, newline=''): # pylint: disable=unused-argument argument
|
/external/smali/util/src/main/java/org/jf/util/ |
D | TextUtils.java | 39 private static String newline = System.getProperty("line.separator"); field in TextUtils
|
/external/perf_data_converter/src/quipper/ |
D | perf_stat_parser.cc | 51 auto newline = proto->add_line(); in ParsePerfStatOutputToProto() local
|
/external/skqp/src/core/ |
D | SkStringUtils.cpp | 38 static const char newline[] = "\n"; in SkTabString() local
|
/external/skia/src/core/ |
D | SkStringUtils.cpp | 38 static const char newline[] = "\n"; in SkTabString() local
|
/external/harfbuzz_ng/test/shaping/ |
D | hb_test_tools.py | 100 def newline (): return '\n' member in ColorFormatter.Null 116 def newline (): return '\n' member in ColorFormatter.ANSI 128 def newline (): return '<br/>\n' member in ColorFormatter.HTML
|
/external/bcc/src/cc/ |
D | bcc_perf_map.c | 94 char *newline, *sep; in bcc_perf_map_foreach_sym() local
|
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
D | RealBufferedSource.java | 187 long newline = indexOf((byte) '\n'); in readUtf8Line() local 197 long newline = indexOf((byte) '\n'); in readUtf8LineStrict() local
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | RealBufferedSource.java | 186 long newline = indexOf((byte) '\n'); in readUtf8Line() local 196 long newline = indexOf((byte) '\n'); in readUtf8LineStrict() local
|
/external/pcre/dist2/src/ |
D | pcre2demo.c | 86 uint32_t newline; in main() local
|
/external/bcc/src/cc/frontends/p4/compiler/ |
D | programSerializer.py | 32 def newline(self): member in ProgramSerializer
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | pp.c | 114 const char *backslash, *newline, *search_start; in remove_line_continuations() local
|
/external/catch2/projects/SelfTest/UsageTests/ |
D | ToStringGeneral.tests.cpp | 17 char newline = '\n'; variable
|
/external/skqp/src/gpu/ |
D | GrSKSLPrettyPrint.cpp | 170 void newline() { in newline() function in GrSKSLPrettyPrint::GLSLPrettyPrint
|
/external/skia/src/gpu/ |
D | GrSKSLPrettyPrint.cpp | 170 void newline() { in newline() function in GrSKSLPrettyPrint::GLSLPrettyPrint
|