Searched refs:is_comment (Results 1 - 4 of 4) sorted by relevance

/external/v8/tools/
H A Dobjdump-v852 def is_comment(line): function
76 elif printing and not is_comment(line):
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
H A Dpygen.py91 is_comment = line and len(line) and line[0] == '#'
94 if (not is_comment and
/external/skqp/
H A DPRESUBMIT.py118 def is_comment(line): function in function:_IfDefChecks
134 if is_comment(line) or is_empty_line(line):
/external/skia/
H A DPRESUBMIT.py141 def is_comment(line): function in function:_IfDefChecks
157 if is_comment(line) or is_empty_line(line):

Completed in 143 milliseconds