HomeSort by relevance Sort by last modified time
    Searched refs:newline (Results 1 - 25 of 413) 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 /*
  /external/antlr/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)
  /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...]
  /external/toolchain-utils/llvm_extra/
create_ebuild_file.py 100 newline = line.strip()
101 if newline.startswith('#'):
110 newline = line.replace('multitarget', '+multitarget')
111 text.append(newline)
122 newline = line.replace('$PN', 'llvm')
123 newline = newline.replace('${PN}', 'llvm')
124 text.append(newline)
  /external/yapf/yapftests/
utils.py 49 newline=None,
68 newline=newline)
78 newline='',
85 newline=newline,
  /build/make/common/
json.mk 21 add_json_val =$= $(eval _json_contents := $$(_json_contents)$$(_json_indent)"$$(strip $$(1))": $$(strip $$(2))$$(comma)$$(newline))
26 add_json_map =$= $(eval _json_contents := $$(_json_contents)$$(_json_indent)"$$(strip $$(1))": {$$(newline))$(json_increase_indent)
27 end_json_map =$= $(json_decrease_indent)$(eval _json_contents := $$(_json_contents)$$(if $$(filter %$$(comma),$$(lastword $$(_json_contents))),__SV_END)$$(_json_indent)},$$(newline))
30 json_start =$= $(eval _json_contents := {$$(newline))$(eval _json_indent := $$(4space))
33 json_end =$= $(eval _json_contents := $$(subst $$(comma)$$(newline)__SV_END,$$(newline),$$(_json_contents)__SV_END}$$(newline)))
core.mk 32 # Note that make will eat the newline just before endef.
33 define newline macro
46 .KATI_READONLY := SHELL empty space comma newline pound backslash
  /external/bcc/src/cc/frontends/p4/compiler/
programSerializer.py 32 def newline(self): member in class:ProgramSerializer
38 self.newline()
49 self.newline()
56 self.newline()
64 self.newline()
ebpfCounter.py 76 serializer.newline()
83 serializer.newline()
86 serializer.newline()
93 serializer.newline()
97 serializer.newline()
102 serializer.newline()
110 serializer.newline()
115 serializer.newline()
  /external/toybox/toys/other/
fmt.c 35 static void newline(void) function
48 if (!pline) return newline();
62 return newline();
66 if (count!=TT.level) newline();
77 if (TT.pos+count+!!TT.pos>=TT.width) newline();
  /external/fonttools/Lib/fontTools/ttLib/tables/
T_S_I_V_.py 13 writer.newline()
15 writer.newline()
17 writer.newline()
asciiTable.py 14 writer.newline()
16 writer.newline()
18 writer.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...]
  /external/u-boot/tools/patman/
terminal.py 27 newline: True to output a newline after the text
30 def __init__(self, text, newline, colour):
32 self.newline = newline
36 return 'newline=%s, colour=%s, text=%s' % (self.newline, self.colour,
39 def Print(text='', newline=True, colour=None):
47 newline: True to add a new line at the end of the text
51 print_test_list.append(PrintLine(text, newline, colour)
    [all...]
  /external/fonttools/Tests/misc/
testTools_test.py 66 writer.newline()
68 writer.newline()
70 writer.newline()
72 writer.newline() # toXML always ends with a newline
  /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...]
  /cts/libs/json/src/com/android/json/stream/
NewlineDelimitedJsonWriter.java 135 * Sets the indentation string is no opt for newline-delimited JSON
145 /** Sets newline-delimited for a JSON object. */
177 newline(); method
182 newline(); method
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/include/
plat_macros.S 18 newline: label
55 adr x4, newline
  /external/mesa3d/src/compiler/glsl/glcpp/
pp.c 64 /* Given str, (that's expected to start with a newline terminator of some
65 * sort), return a pointer to the first character in str after the newline.
67 * A newline terminator can be any of the following sequences:
114 const char *backslash, *newline, *search_start; local
138 * newline terminators and will properly handle line continuation
143 * examining the first encountered newline terminator, and using the
169 * occurrence of a newline character to avoid changing any
176 newline = cr < lf ? cr : lf;
178 newline = cr;
180 newline = lf
    [all...]

Completed in 794 milliseconds

1 2 3 4 5 6 7 8 91011>>