Searched refs:countlines (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ |
D | GrSKSLPrettyPrint.cpp | 15 SkString prettify(const char** strings, int* lengths, int count, bool countlines) { in prettify() argument 16 fCountlines = countlines; in prettify() 195 SkString PrettyPrint(const char** strings, int* lengths, int count, bool countlines) { in PrettyPrint() argument 197 return pp.prettify(strings, lengths, count, countlines); in PrettyPrint()
|
D | GrSKSLPrettyPrint.h | 13 SkString PrettyPrint(const char** strings, int* lengths, int count, bool countlines);
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | MimeViewer.py | 23 height = countlines(headertext, 4) 44 height = countlines(body, 10) 101 def countlines(str, limit): function
|
/external/syslinux/com32/cmenu/libmenu/ |
D | help.c | 39 static int countlines(char *buffer) in countlines() function 130 numlines = countlines(text); in showhelp()
|