Home
last modified time | relevance | path

Searched refs:is_comment (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/
Dobjdump-v852 def is_comment(line): function
76 elif printing and not is_comment(line):
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dpygen.py91 is_comment = line and len(line) and line[0] == '#'
94 if (not is_comment and
/external/skia/
DPRESUBMIT.py107 def is_comment(line): function
123 if is_comment(line) or is_empty_line(line):