Home
last modified time | relevance | path

Searched refs:emptyline (Results 1 – 12 of 12) sorted by relevance

/external/bc/include/
Dnum.h250 void bc_num_printDebug(const BcNum *n, const char *name, bool emptyline);
251 void bc_num_printDigs(const BcDig* n, size_t len, bool emptyline);
252 void bc_num_printWithDigs(const BcNum *n, const char *name, bool emptyline);
/external/llvm-project/polly/test/
Dupdate_check.py22 emptyline = re.compile(r'\s*(\;\s*)?') variable
27 while len(lines) and emptyline.fullmatch(lines[0]):
34 while len(lines) and emptyline.fullmatch(lines[-1]):
406 elif emptyline.fullmatch(line):
/external/llvm-project/clang/test/CoverageMapping/
Dblock-storage-starts-region.m1 // RUN: %clang_cc1 -mllvm -emptyline-comment-coverage=false -fprofile-instrument=clang -fcoverage-m…
Dimplicit-def-in-macro.m1 // RUN: %clang_cc1 -mllvm -emptyline-comment-coverage=false -fprofile-instrument=clang -fcoverage-m…
Dobjc.m1 // RUN: %clang_cc1 -mllvm -emptyline-comment-coverage=false -fprofile-instrument=clang -fcoverage-m…
/external/python/cpython3/Lib/
Dcmd.py204 return self.emptyline()
219 def emptyline(self): member in Cmd
/external/python/cpython2/Lib/
Dcmd.py208 return self.emptyline()
223 def emptyline(self): member in Cmd
/external/bc/src/
Dnum.c2910 void bc_num_printDebug(const BcNum *n, const char *name, bool emptyline) { in bc_num_printDebug() argument
2915 if (emptyline) bc_file_putchar(&vm.fout, bc_flush_err, '\n'); in bc_num_printDebug()
2919 void bc_num_printDigs(const BcDig *n, size_t len, bool emptyline) { in bc_num_printDigs() argument
2927 if (emptyline) bc_file_putchar(&vm.fout, bc_flush_err, '\n'); in bc_num_printDigs()
2931 void bc_num_printWithDigs(const BcNum *n, const char *name, bool emptyline) { in bc_num_printWithDigs() argument
2935 bc_num_printDigs(n->num, n->len, emptyline); in bc_num_printWithDigs()
/external/python/cpython2/Doc/library/
Dcmd.rst104 .. method:: Cmd.emptyline()
/external/python/cpython3/Doc/library/
Dcmd.rst106 .. method:: Cmd.emptyline()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.min.css1 …stline{background-position:0 -5971px}.treeview li.emptyline>ul{margin-left:-1px}.treeview li.empty…
Dwikipedia.css3655 .treeview li.emptyline > ul {
3659 .treeview li.emptyline > ul > li:first-child {