Searched defs:newline (Results 1 - 25 of 75) sorted by relevance

123

/external/chromium_org/ash/system/user/
H A Dlogin_status.cc45 base::string16 newline = multiline ? base::ASCIIToUTF16("\n") local
47 ReplaceSubstringsAfterOffset(&message, 0, base::ASCIIToUTF16("\\n"), newline);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarReport2.java38 public static final String newline = System.getProperty("line.separator"); field in class:GrammarReport2
91 buf.append(newline);
H A DGrammarReport.java80 public static final String newline = System.getProperty("line.separator"); field in class:GrammarReport
282 buf.append(newline);
285 buf.append(newline);
311 buf.append(newline);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextInsertionBaseCommand.h50 // lienLength doesn't include the newline character. So the value of lineLength could be 0.
55 size_t newline; local
56 while ((newline = string.find('\n', offset)) != kNotFound) {
57 operation(offset, newline - offset, false);
58 offset = newline + 1;
/external/chromium_org/third_party/boringssl/src/tool/
H A Dpkcs12.cc98 char *newline = reinterpret_cast<char*>(memchr(password, '\n', off)); local
99 if (newline == NULL) {
102 *newline = 0;
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DPrinting.c30 static int __Pyx_Print(PyObject* f, PyObject *arg_tuple, int newline) { argument
62 if (newline) {
76 static int __Pyx_Print(PyObject* stream, PyObject *arg_tuple, int newline) { argument
91 if (!newline) {
101 } else if (!newline) {
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dninja_syntax.py23 def newline(self): member in class:Writer
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
H A Dpp.c85 /* Found '#'...look for spaces preceded by a newline */
105 const char *newline; local
106 while ((newline = strchr(search_start, '\n')) != NULL) {
109 /* # of characters preceding the newline. */
110 int n = newline - shader;
113 if (n >= 1 && newline[-1] == '\\')
114 backslash = newline - 1;
115 else if (n >= 2 && newline[-1] == '\r' && newline[-2] == '\\')
116 backslash = newline
[all...]
/external/chromium_org/third_party/npapi/npspy/windows/
H A Dloggerw.cpp159 size_t newline = string.find('\n'); local
160 if(newline != std::string::npos) {
/external/chromium_org/third_party/polymer/components-chromium/core-component-page/
H A Dcore-component-page-extracted.js738 newline: /^\n+/,
886 // newline
887 if (cap = this.rules.newline.exec(src)) {
2910 // which are the following plus space, tab, and newline: { }
737 newline: /^\\n+/, property
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLSLPrettyPrint.cpp30 * self explanatory. For '#' and '//' tokens we parse until we reach a newline.
37 * '{' and '}' are handled in basically the same way. We add a newline if we aren't
38 * on a fresh line, dirty the line, then add a second newline, ie braces are always
58 this->newline();
61 this->newline();
64 this->newline();
66 this->newline();
72 this->newline();
109 this->newline();
116 // this code assumes it is not actually searching for a newline
148 void newline() { function in class:GrGLSLPrettyPrint::GLSLPrettyPrint
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dpp.c85 /* Found '#'...look for spaces preceded by a newline */
105 const char *newline; local
106 while ((newline = strchr(search_start, '\n')) != NULL) {
109 /* # of characters preceding the newline. */
110 int n = newline - shader;
113 if (n >= 1 && newline[-1] == '\\')
114 backslash = newline - 1;
115 else if (n >= 2 && newline[-1] == '\r' && newline[-2] == '\\')
116 backslash = newline
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
H A Dformat.py42 def newline(self): member in class:Formatter
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasmlib.c145 long nasm_src_set_linnum(long newline) argument
148 line_number = newline;
/external/fonttools/Lib/fontTools/misc/
H A DxmlWriter.py30 self.newline()
67 def newline(self): member in class:XMLWriter
80 self.newline()
115 self.newline()
/external/fonttools/Tools/fontTools/misc/
H A DxmlWriter.py30 self.newline()
67 def newline(self): member in class:XMLWriter
80 self.newline()
115 self.newline()
/external/iputils/
H A Dtftpsubs.c75 int newline = 0; /* fillbuf: in middle of newline expansion */ variable
87 newline = 0; /* init crlf flag */
143 if (newline) {
147 newline = 0;
155 newline = 1;
/external/lldb/source/Host/common/
H A DTimeValue.cpp156 char *newline = ::strpbrk(time_cstr, "\n\r"); local
157 if (newline)
158 *newline = '\0';
/external/mesa3d/src/gallium/tools/trace/
H A Dformat.py42 def newline(self): member in class:Formatter
/external/chromium_org/base/metrics/
H A Dsparse_histogram.cc115 const std::string& newline,
123 output->append(newline);
164 output->append(newline);
114 WriteAsciiImpl(bool graph_it, const std::string& newline, std::string* output) const argument
/external/chromium_org/third_party/pexpect/
H A Dscreen.py35 CR = 13 # Move cursor to left margin or newline.
81 each screen line is terminated by a newline. """
146 def newline (self): member in class:screen
/external/harfbuzz_ng/test/shaping/
H A Dhb_test_tools.py19 def newline (): return '\n' member in class:ColorFormatter.Null
35 def newline (): return '\n' member in class:ColorFormatter.ANSI
47 def newline (): return '<br/>\n' member in class:ColorFormatter.HTML
103 return [s1+s2+self.formatter.newline () for (s1,s2) in zip (self.symbols, oo) if s2]
109 yield self.formatter.escape (l).replace ('\n', self.formatter.newline ())
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A Dutilities.mak1 # This allows us to work with the newline character:
2 define newline macro
6 newline := $(newline) macro
13 # what should replace a newline when escaping
23 # single space each newline character in the output
27 # The only solution is to change each newline into
32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))
108 # At least GNU make gets confused by expanding a newline
[all...]
/external/lldb/test/pexpect-2.4/
H A Dscreen.py19 CR = 13 # Move cursor to left margin or newline.
65 each screen line is terminated by a newline. """
130 def newline (self): member in class:screen
/external/okhttp/okio/src/main/java/okio/
H A DOkBuffer.java306 long newline = indexOf((byte) '\n');
308 if (newline == -1) {
312 return readUtf8Line(newline);
316 long newline = indexOf((byte) '\n');
317 if (newline == -1) throw new EOFException();
318 return readUtf8Line(newline);
321 String readUtf8Line(long newline) { argument
322 if (newline > 0 && getByte(newline - 1) == '\r') {
324 String result = readUtf8((newline
[all...]

Completed in 559 milliseconds

123