Home
last modified time | relevance | path

Searched defs:countlines (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/gpu/
DGrSKSLPrettyPrint.cpp16 SkSL::String prettify(const char** strings, int* lengths, int count, bool countlines) { in prettify()
196 SkSL::String PrettyPrint(const char** strings, int* lengths, int count, bool countlines) { in PrettyPrint()
/external/skia/src/gpu/
DGrSKSLPrettyPrint.cpp16 SkSL::String prettify(const char** strings, int* lengths, int count, bool countlines) { in prettify()
196 SkSL::String PrettyPrint(const char** strings, int* lengths, int count, bool countlines) { in PrettyPrint()
/external/python/cpython2/Demo/tkinter/guido/
DMimeViewer.py101 def countlines(str, limit): function