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

/external/chromium_org/tools/code_coverage/
H A Dcroc_scan.py35 in_comment = None
45 if in_comment:
47 if tokenstr == in_comment:
48 in_comment = None
66 in_comment = self.comment_end
74 if in_comment:
/external/chromium_org/v8/tools/
H A Djsmin.py59 self.in_comment = False
206 if self.in_comment:
210 self.in_comment = False
215 if not self.in_comment:
221 self.in_comment = True
/external/v8/tools/
H A Djsmin.py59 self.in_comment = False
206 if self.in_comment:
210 self.in_comment = False
215 if not self.in_comment:
221 self.in_comment = True
/external/oprofile/pp/
H A Dopannotate.cpp53 string const in_comment(" * ");
94 out << in_comment << "Command line: " << cmdline << '\n'
95 << in_comment << '\n'; local
97 out << in_comment << "Interpretation of command line:" << '\n'; local
100 out << in_comment local
104 out << in_comment
108 out << in_comment << "Output all files" << '\n'; local
111 out << in_comment local
116 out << in_comment << "Passing the following " local
124 out << in_comment << '\ local
[all...]

Completed in 131 milliseconds