Home
last modified time | relevance | path

Searched defs:blankline (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/
Dformatter.py42 def end_paragraph(self, blankline): pass argument
45 def add_label_data(self, format, counter, blankline=None): pass argument
90 def end_paragraph(self, blankline): argument
115 def add_label_data(self, format, counter, blankline = None): argument
310 def send_paragraph(self, blankline): pass argument
341 def send_paragraph(self, blankline): argument
379 def send_paragraph(self, blankline): argument
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DDumpWriter.h41 void blankline() { println(""); } in blankline() function
/aosp_15_r20/external/python/cpython2/Parser/
Dtokenizer.c1219 int blankline; in tok_get() local
/aosp_15_r20/external/python/cpython3/Parser/
Dtokenizer.c1416 int blankline, nonascii; in tok_get() local