Home
last modified time | relevance | path

Searched refs:countlines (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrSKSLPrettyPrint.cpp15 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()
DGrSKSLPrettyPrint.h13 SkString PrettyPrint(const char** strings, int* lengths, int count, bool countlines);
/external/python/cpython2/Demo/tkinter/guido/
DMimeViewer.py23 height = countlines(headertext, 4)
44 height = countlines(body, 10)
101 def countlines(str, limit): function
/external/syslinux/com32/cmenu/libmenu/
Dhelp.c39 static int countlines(char *buffer) in countlines() function
130 numlines = countlines(text); in showhelp()