Searched refs:emptyline (Results 1 – 12 of 12) sorted by relevance
/external/bc/include/ |
D | num.h | 250 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/ |
D | update_check.py | 22 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/ |
D | block-storage-starts-region.m | 1 // RUN: %clang_cc1 -mllvm -emptyline-comment-coverage=false -fprofile-instrument=clang -fcoverage-m…
|
D | implicit-def-in-macro.m | 1 // RUN: %clang_cc1 -mllvm -emptyline-comment-coverage=false -fprofile-instrument=clang -fcoverage-m…
|
D | objc.m | 1 // RUN: %clang_cc1 -mllvm -emptyline-comment-coverage=false -fprofile-instrument=clang -fcoverage-m…
|
/external/python/cpython3/Lib/ |
D | cmd.py | 204 return self.emptyline() 219 def emptyline(self): member in Cmd
|
/external/python/cpython2/Lib/ |
D | cmd.py | 208 return self.emptyline() 223 def emptyline(self): member in Cmd
|
/external/bc/src/ |
D | num.c | 2910 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/ |
D | cmd.rst | 104 .. method:: Cmd.emptyline()
|
/external/python/cpython3/Doc/library/ |
D | cmd.rst | 106 .. method:: Cmd.emptyline()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/ |
D | wikipedia.min.css | 1 …stline{background-position:0 -5971px}.treeview li.emptyline>ul{margin-left:-1px}.treeview li.empty…
|
D | wikipedia.css | 3655 .treeview li.emptyline > ul { 3659 .treeview li.emptyline > ul > li:first-child {
|