HomeSort by relevance Sort by last modified time
    Searched refs:newl (Results 1 - 16 of 16) sorted by null

  /external/curl/src/
tool_cb_dbg.c 105 static bool newl = FALSE; local
113 if(!newl) {
118 newl = FALSE;
121 if(!newl)
125 newl = (size && (data[size - 1] != '\n')) ? TRUE : FALSE;
130 if(!newl)
133 newl = (size && (data[size - 1] != '\n')) ? TRUE : FALSE;
146 if(!newl)
149 newl = FALSE;
155 newl = FALSE
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
expand.h 80 cond_av_list_t ** newl, avtab_t * expa);
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py 48 def toprettyxml(self, indent="\t", newl="\n", encoding = None):
50 # newl = the newline string to append
58 self.writexml(writer, "", indent, newl, encoding)
60 self.writexml(writer, "", indent, newl)
795 def writexml(self, writer, indent="", addindent="", newl=""):
798 # newl = newline string
815 writer.write(newl)
817 node.writexml(writer, indent+addindent, addindent, newl)
819 writer.write("</%s>%s" % (self.tagName, newl))
821 writer.write("/>%s"%(newl))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py 48 def toprettyxml(self, indent="\t", newl="\n", encoding = None):
50 # newl = the newline string to append
58 self.writexml(writer, "", indent, newl, encoding)
60 self.writexml(writer, "", indent, newl)
795 def writexml(self, writer, indent="", addindent="", newl=""):
798 # newl = newline string
815 writer.write(newl)
817 node.writexml(writer, indent+addindent, addindent, newl)
819 writer.write("</%s>%s" % (self.tagName, newl))
821 writer.write("/>%s"%(newl))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 48 def toprettyxml(self, indent="\t", newl="\n", encoding = None):
50 # newl = the newline string to append
58 self.writexml(writer, "", indent, newl, encoding)
60 self.writexml(writer, "", indent, newl)
795 def writexml(self, writer, indent="", addindent="", newl=""):
798 # newl = newline string
815 writer.write(newl)
817 node.writexml(writer, indent+addindent, addindent, newl)
819 writer.write("</%s>%s" % (self.tagName, newl))
821 writer.write("/>%s"%(newl))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 48 def toprettyxml(self, indent="\t", newl="\n", encoding = None):
50 # newl = the newline string to append
58 self.writexml(writer, "", indent, newl, encoding)
60 self.writexml(writer, "", indent, newl)
795 def writexml(self, writer, indent="", addindent="", newl=""):
798 # newl = newline string
815 writer.write(newl)
817 node.writexml(writer, indent+addindent, addindent, newl)
819 writer.write("</%s>%s" % (self.tagName, newl))
821 writer.write("/>%s"%(newl))
    [all...]
  /external/compiler-rt/lib/BlocksRuntime/
runtime.c 51 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) {
53 long original = InterlockedCompareExchange(dst, newl, oldl);
72 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) {
73 return __sync_bool_compare_and_swap(dst, oldl, newl);
  /cts/tools/utils/cts/
tools.py 106 doc.writexml(writer, addindent=' ', newl='\n', encoding=self.encoding)
215 doc.writexml(stream, addindent=' ', newl='\n', encoding='UTF-8')
  /external/toybox/kconfig/lxdialog/
util.c 316 int newl, cur_x, cur_y; local
338 newl = 1;
351 (newl && wlen < 4 && sp
365 newl = 1;
367 newl = 0;
  /external/opencv3/doc/pattern_tools/
svgfig.py 350 def xml(self, indent=u" ", newl=u"\n", depth_limit=None, depth=0):
354 newl string used for newlines
376 substr.append(s.xml(indent, newl, depth_limit, depth + 1) + newl)
378 substr.append(u"%s%s%s" % (indent * (depth + 1), s, newl))
380 substr.append("%s%s%s" % (indent * (depth + 1), repr(s), newl))
383 return u"%s<%s%s>%s%s%s</%s>" % (indent * depth, self.t, attrstr, newl, substr, indent * depth, self.t)
388 def standalone_xml(self, indent=u" ", newl=u"\n", encoding=u"utf-8"):
392 newl string used for newlines
403 """ % encoding + (u"".join(top.__standalone_xml(indent, newl))) # end of return statemen
    [all...]
  /external/selinux/libsepol/src/
expand.c     [all...]
  /external/mksh/src/
edit.c     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_minidom.py 438 domstr = dom.toprettyxml(newl="\r\n")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_minidom.py 438 domstr = dom.toprettyxml(newl="\r\n")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 438 domstr = dom.toprettyxml(newl="\r\n")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 438 domstr = dom.toprettyxml(newl="\r\n")
    [all...]

Completed in 1015 milliseconds