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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/doc/testspecs/VK/
apitests.conf 2 newline=\n
  /frameworks/native/vulkan/doc/implementors_guide/
implementors_guide.conf 2 newline=\n
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestDotTreeGenerator.cs 57 string newline = Environment.NewLine;
59 @"digraph {" + newline
60 + newline
61 + @" ordering=out;" + newline
62 + @" ranksep=.4;" + newline
63 + @" bgcolor=""lightgrey""; node [shape=box, fixedsize=false, fontsize=12, fontname=""Helvetica-bold"", fontcolor=""blue""" + newline
64 + @" width=.25, height=.25, color=""black"", fillcolor=""white"", style=""filled, solid, bold""];" + newline
65 + @" edge [arrowsize=.5, color=""black"", style=""bold""]" + newline
66 + newline
    [all...]
  /build/kati/testcase/
define_newline.mk 1 define newline macro
6 $(info This should have$(newline)two lines)
  /system/core/libmemunreachable/
LineBuffer.cpp 32 char* newline = reinterpret_cast<char*>(memchr(buffer_ + start_, '\n', bytes_)); local
33 if (newline != nullptr) {
34 *newline = '\0';
36 start_ = newline - buffer_ + 1;
37 bytes_ -= newline - *line + 1;
38 *line_len = newline - *line;
  /system/extras/memory_replay/
LineBuffer.cpp 29 char* newline = reinterpret_cast<char*>(memchr(buffer_ + start_, '\n', bytes_)); local
30 if (newline != nullptr) {
31 *newline = '\0';
33 start_ = newline - buffer_ + 1;
34 bytes_ -= newline - *line + 1;
35 *line_len = newline - *line;
  /external/chromium-libpac/test/js-unittest/
ends_with_statement_no_semicolon.js 1 // Ends with a statement, and no terminal newline.
  /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/fonttools/Lib/fontTools/ttLib/tables/
asciiTable.py 14 writer.newline()
16 writer.newline()
18 writer.newline()
DefaultTable.py 23 writer.newline()
25 writer.newline()
27 writer.newline()
30 writer.newline()
  /external/skia/src/gpu/gl/builders/
GrGLSLPrettyPrint.cpp 41 * be self explanatory. For '#' and '//' tokens we parse until we reach a newline.
49 * '{' and '}' are handled in basically the same way. We add a newline if we aren't
50 * on a fresh line, dirty the line, then add a second newline, ie braces are always
74 this->newline();
77 this->newline();
80 this->newline();
82 this->newline();
88 this->newline();
126 this->newline();
135 // this code assumes it is not actually searching for a newline. If you need to search for
170 void newline() { function in class:GrGLSLPrettyPrint::GLSLPrettyPrint
    [all...]
  /prebuilts/go/darwin-x86/test/
eof.go 7 // Test a source file does not need a final newline.
10 // No newline at the end of this file.
eof1.go 7 // Test that a comment ending a source file does not need a final newline.
12 // No newline at the end of this comment
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug013.go 17 bug13.go:5: newline in string
19 bug13.go:6: newline in string
  /prebuilts/go/linux-x86/test/
eof.go 7 // Test a source file does not need a final newline.
10 // No newline at the end of this file.
eof1.go 7 // Test that a comment ending a source file does not need a final newline.
12 // No newline at the end of this comment
  /prebuilts/go/linux-x86/test/fixedbugs/
bug013.go 17 bug13.go:5: newline in string
19 bug13.go:6: newline in string
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
SerializeOptions.java 66 * standard XML newline.
68 private String newline = "\n"; field in class:SerializeOptions
309 * @return Returns the newline.
313 return newline;
318 * @param newline
319 * The newline to set.
322 public SerializeOptions setNewline(String newline)
324 this.newline = newline;
393 clone.setNewline(newline);
    [all...]
  /prebuilts/go/darwin-x86/test/syntax/
semi5.go 10 { // ERROR "unexpected semicolon or newline before .?{.?"
  /prebuilts/go/linux-x86/test/syntax/
semi5.go 10 { // ERROR "unexpected semicolon or newline before .?{.?"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mimify.py 96 newline = ''
102 newline = newline + line[pos:res.start(0)] + \
105 return newline + line[pos:]
109 newline = ''
118 newline = newline + line[pos:res.start(0)] + mime_decode(match)
120 return newline + line[pos:]
196 newline = ifile.readline()
197 if newline[:len(QUOTE)] == QUOTE:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mimify.py 96 newline = ''
102 newline = newline + line[pos:res.start(0)] + \
105 return newline + line[pos:]
109 newline = ''
118 newline = newline + line[pos:res.start(0)] + mime_decode(match)
120 return newline + line[pos:]
196 newline = ifile.readline()
197 if newline[:len(QUOTE)] == QUOTE
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mimify.py 96 newline = ''
102 newline = newline + line[pos:res.start(0)] + \
105 return newline + line[pos:]
109 newline = ''
118 newline = newline + line[pos:res.start(0)] + mime_decode(match)
120 return newline + line[pos:]
196 newline = ifile.readline()
197 if newline[:len(QUOTE)] == QUOTE
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 96 newline = ''
102 newline = newline + line[pos:res.start(0)] + \
105 return newline + line[pos:]
109 newline = ''
118 newline = newline + line[pos:res.start(0)] + mime_decode(match)
120 return newline + line[pos:]
196 newline = ifile.readline()
197 if newline[:len(QUOTE)] == QUOTE
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 96 newline = ''
102 newline = newline + line[pos:res.start(0)] + \
105 return newline + line[pos:]
109 newline = ''
118 newline = newline + line[pos:res.start(0)] + mime_decode(match)
120 return newline + line[pos:]
196 newline = ifile.readline()
197 if newline[:len(QUOTE)] == QUOTE
    [all...]

Completed in 807 milliseconds

1 2 3 4 5 6 7 8 91011>>