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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/doc/testspecs/VK/
apitests.conf 2 newline=\n
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
131-eof-without-newline.c 1 this file ends with no newline
133-eof-without-newline-comment.c 1 This file ends with no newline within a comment /*
  /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 34 char* newline = reinterpret_cast<char*>(memchr(buffer_ + start_, '\n', bytes_)); local
35 if (newline != nullptr) {
36 *newline = '\0';
38 start_ = newline - buffer_ + 1;
39 bytes_ -= newline - *line + 1;
40 *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/python/cpython3/Modules/_io/clinic/
_iomodule.c.h 7 " errors=None, newline=None, closefd=True, opener=None)\n"
39 "\'U\' universal newline mode (deprecated)\n"
56 "of Python. It has no effect in Python 3. Use newline to control\n"
87 "newline controls how universal newlines works (it only applies to text\n"
91 "* On input, if newline is None, universal newlines mode is\n"
94 " caller. If it is \'\', universal newline mode is enabled, but line\n"
99 "* On output, if newline is None, any \'\\n\' characters written are\n"
101 " newline is \'\' or \'\\n\', no translation takes place. If newline is any\n"
135 const char *newline, int closefd, PyObject *opener)
148 const char *newline = NULL; local
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue22164.go 12 x := f(g() // ERROR "unexpected newline"
20 x := f(g() // ERROR "unexpected newline"
24 x := []int{1, 2, 3 // ERROR "unexpected newline"
bug013.go 17 bug13.go:5: newline in string
19 bug13.go:6: newline in string
  /prebuilts/go/linux-x86/test/fixedbugs/
issue22164.go 12 x := f(g() // ERROR "unexpected newline"
20 x := f(g() // ERROR "unexpected newline"
24 x := []int{1, 2, 3 // ERROR "unexpected newline"
bug013.go 17 bug13.go:5: newline in string
19 bug13.go:6: newline in string
  /external/fonttools/Lib/fontTools/ttLib/tables/
asciiTable.py 14 writer.newline()
16 writer.newline()
18 writer.newline()
  /external/freetype/builds/
detect.mk 138 @type builds$(SEP)newline
140 @type builds$(SEP)newline
142 @type builds$(SEP)newline
147 @type builds$(SEP)newline
150 @type builds$(SEP)newline
153 @type builds$(SEP)newline
  /external/skia/src/gpu/
GrSKSLPrettyPrint.cpp 39 * be self explanatory. For '#' and '//' tokens we parse until we reach a newline.
47 * '{' and '}' are handled in basically the same way. We add a newline if we aren't
48 * on a fresh line, dirty the line, then add a second newline, ie braces are always
73 this->newline();
76 this->newline();
79 this->newline();
81 this->newline();
87 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:GrSKSLPrettyPrint::GLSLPrettyPrint
    [all...]
  /external/skqp/src/gpu/
GrSKSLPrettyPrint.cpp 39 * be self explanatory. For '#' and '//' tokens we parse until we reach a newline.
47 * '{' and '}' are handled in basically the same way. We add a newline if we aren't
48 * on a fresh line, dirty the line, then add a second newline, ie braces are always
73 this->newline();
76 this->newline();
79 this->newline();
81 this->newline();
87 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:GrSKSLPrettyPrint::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/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
  /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...]
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
MemoryProfileSymbolGen.py 187 def processLine(newline):
193 if cmp(newline[0:driverPrefixLen],"Driver - ") == 0 :
194 driverlineList = newline.split(" ")
201 match = re.match(pdbMatchString, newline)
203 #print "match - " + newline
216 elif cmp(newline,"") == 0 :
220 if newline.find ("<==") != -1 :
221 entry_list = newline.split(" ")
230 return newline
232 return newline + symbolName
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/include/
plat_macros.S 18 newline: label
55 adr x4, newline

Completed in 595 milliseconds

1 2 3 4 5 6 7 8 91011>>