HomeSort by relevance Sort by last modified time
    Searched refs:newl (Results 1 - 25 of 25) 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 81 cond_av_list_t ** newl, avtab_t * expa);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/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)
792 def writexml(self, writer, indent="", addindent="", newl=""):
795 # newl = newline string
812 writer.write(newl)
814 node.writexml(writer, indent+addindent, addindent, newl)
816 writer.write("</%s>%s" % (self.tagName, newl))
818 writer.write("/>%s"%(newl))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minidom.py 47 def toprettyxml(self, indent="\t", newl="\n", encoding = None):
49 # newl = the newline string to append
57 self.writexml(writer, "", indent, newl, encoding)
59 self.writexml(writer, "", indent, newl)
794 def writexml(self, writer, indent="", addindent="", newl=""):
797 # newl = newline string
809 writer.write(">%s"%(newl))
811 node.writexml(writer,indent+addindent,addindent,newl)
812 writer.write("%s</%s>%s" % (indent,self.tagName,newl))
814 writer.write("/>%s"%(newl))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cStringIO.c 377 Py_ssize_t newl; local
384 newl = oself->pos+l;
385 if (newl >= oself->buf_size) {
387 if (oself->buf_size <= newl) {
388 assert(newl + 1 < INT_MAX);
389 oself->buf_size = (int)(newl+1);
  /external/python/cpython2/Lib/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)
792 def writexml(self, writer, indent="", addindent="", newl=""):
795 # newl = newline string
812 writer.write(newl)
814 node.writexml(writer, indent+addindent, addindent, newl)
816 writer.write("</%s>%s" % (self.tagName, newl))
818 writer.write("/>%s"%(newl))
    [all...]
  /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')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.c 651 const char *newl[2] = {NULL, NULL}; local
674 newl[lineno] = s;
682 if (newl[0]) {
683 if (!check_coding_spec(str, newl[0] - str, tok, buf_setreadl))
685 if (tok->enc == NULL && newl[1]) {
686 if (!check_coding_spec(newl[0]+1, newl[1] - newl[0],
    [all...]
  /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;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.c 671 const char *newl[2] = {NULL, NULL}; local
694 newl[lineno] = s;
702 if (newl[0]) {
703 if (!check_coding_spec(str, newl[0] - str, tok, buf_setreadl))
705 if (tok->enc == NULL && !tok->read_coding_spec && newl[1]) {
706 if (!check_coding_spec(newl[0]+1, newl[1] - newl[0],
    [all...]
  /external/python/cpython2/Parser/
tokenizer.c 675 const char *newl[2] = {NULL, NULL}; local
698 newl[lineno] = s;
706 if (newl[0]) {
707 if (!check_coding_spec(str, newl[0] - str, tok, buf_setreadl))
709 if (tok->enc == NULL && !tok->read_coding_spec && newl[1]) {
710 if (!check_coding_spec(newl[0]+1, newl[1] - newl[0],
    [all...]
  /external/toolchain-utils/cros_utils/
pstat.py 342 newl = []
345 newl.append(l[i][j])
346 return newl
    [all...]
  /external/selinux/libsepol/src/
expand.c     [all...]
  /external/mksh/src/
edit.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_minidom.py 438 domstr = dom.toprettyxml(newl="\r\n")
    [all...]
  /external/python/cpython2/Lib/test/
test_minidom.py 430 domstr = dom.toprettyxml(newl="\r\n")
    [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 1287 milliseconds