OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countlines
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/gpu/
GrSKSLPrettyPrint.h
13
SkSL::String PrettyPrint(const char** strings, int* lengths, int count, bool
countlines
);
GrSKSLPrettyPrint.cpp
16
SkSL::String prettify(const char** strings, int* lengths, int count, bool
countlines
) {
17
fCountlines =
countlines
;
196
SkSL::String PrettyPrint(const char** strings, int* lengths, int count, bool
countlines
) {
198
return pp.prettify(strings, lengths, count,
countlines
);
/external/skqp/src/gpu/
GrSKSLPrettyPrint.h
13
SkSL::String PrettyPrint(const char** strings, int* lengths, int count, bool
countlines
);
GrSKSLPrettyPrint.cpp
16
SkSL::String prettify(const char** strings, int* lengths, int count, bool
countlines
) {
17
fCountlines =
countlines
;
196
SkSL::String PrettyPrint(const char** strings, int* lengths, int count, bool
countlines
) {
198
return pp.prettify(strings, lengths, count,
countlines
);
/external/python/cpython2/Demo/tkinter/guido/
MimeViewer.py
23
height =
countlines
(headertext, 4)
44
height =
countlines
(body, 10)
101
def
countlines
(str, limit):
function
Completed in 400 milliseconds