OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:keep_line
(Results
1 - 1
of
1
) sorted by null
/external/clang/utils/check_cfc/
obj_diff.py
14
def
keep_line
(line):
function
28
return filter(
keep_line
, out.split(os.linesep))
37
return filter(
keep_line
, out.split(os.linesep))
Completed in 1502 milliseconds