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

1 2 3

  /external/chromium_org/ash/system/user/
login_status.cc 45 base::string16 newline = multiline ? base::ASCIIToUTF16("\n") local
47 ReplaceSubstringsAfterOffset(&message, 0, base::ASCIIToUTF16("\\n"), newline);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextInsertionBaseCommand.h 50 // 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/
pkcs12.cc 98 char *newline = reinterpret_cast<char*>(memchr(password, '\n', off)); local
99 if (newline == NULL) {
102 *newline = 0;
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
pp.c 85 /* 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 - 2
    [all...]
  /external/mesa3d/src/glsl/glcpp/
pp.c 85 /* 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 - 2
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport2.java 38 public static final String newline = System.getProperty("line.separator"); field in class:GrammarReport2
91 buf.append(newline);
  /external/chromium_org/tools/gyp/pylib/gyp/
ninja_syntax.py 23 def newline(self): member in class:Writer
  /external/chromium_org/third_party/npapi/npspy/windows/
loggerw.cpp 159 size_t newline = string.find('\n'); local
160 if(newline != std::string::npos) {
  /external/chromium_org/third_party/polymer/components-chromium/core-component-page/
core-component-page-extracted.js 738 newline: /^\n+/,
886 // newline
887 if (cap = this.rules.newline.exec(src)) {
737 newline: \/^\\n+\/, property
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLSLPrettyPrint.cpp 30 * 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. If you need to search for
148 void newline() { function in class:GrGLSLPrettyPrint::GLSLPrettyPrint
    [all...]
  /external/iputils/
tftpsubs.c 75 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/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
format.py 42 def newline(self): member in class:Formatter
  /external/fonttools/Lib/fontTools/misc/
xmlWriter.py 30 self.newline()
67 def newline(self): member in class:XMLWriter
80 self.newline()
115 self.newline()
  /external/lldb/source/Host/common/
TimeValue.cpp 156 char *newline = ::strpbrk(time_cstr, "\n\r"); local
157 if (newline)
158 *newline = '\0';
  /external/mesa3d/src/gallium/tools/trace/
format.py 42 def newline(self): member in class:Formatter
  /external/okhttp/okio/src/main/java/okio/
RealBufferedSource.java 84 long newline = indexOf((byte) '\n'); local
86 if (newline == -1) {
90 return buffer.readUtf8Line(newline);
94 long newline = indexOf((byte) '\n'); local
95 if (newline == -1L) throw new EOFException();
96 return buffer.readUtf8Line(newline);
  /bootable/recovery/uncrypt/
uncrypt.c 187 char* newline = strchr(fn, '\n'); local
188 if (newline) *newline = 0;
  /cts/libs/json/src/com/android/json/stream/
JsonWriter.java 233 newline(); method
405 private void newline() throws IOException { method in class:JsonWriter
427 newline(); method
451 newline(); method
456 newline(); method
  /external/chromium_org/third_party/pexpect/
screen.py 35 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/
hb_test_tools.py 19 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/
utilities.mak 1 # 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/
screen.py 19 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/chromium_org/third_party/cython/src/Cython/
CodeWriter.py 20 def newline(self): member in class:LinesResult
26 self.newline()
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_disasm.c 433 static int newline (FILE *f) function
1153 newline (file);
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lvm.c 75 int newline = getfuncline(p, npc); local
78 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */
79 luaD_hook(L, LUA_HOOKLINE, newline); /* call line hook */

Completed in 449 milliseconds

1 2 3