HomeSort by relevance Sort by last modified time
    Searched refs:in_comment (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/glib/gio/
makegioalias.pl 39 my $in_comment = 0;
50 $in_comment = 1;
53 if ($in_comment)
57 $in_comment = 0;
  /external/bluetooth/glib/gobject/
makegobjectalias.pl 39 my $in_comment = 0;
50 $in_comment = 1;
53 if ($in_comment)
57 $in_comment = 0;
  /external/valgrind/tsan/
ignore.cc 12 bool in_comment = false; local
21 in_comment = false;
26 in_comment = true;
29 if (!in_comment) {
  /external/v8/tools/
jsmin.py 59 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/
opannotate.cpp 53 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 << '\n' local
    [all...]
  /external/webkit/Tools/Scripts/
prepare-ChangeLog 549 my $in_comment = 0;
576 if ($in_comment) {
578 $in_comment = 0;
599 $in_comment = 1;
839 my $in_comment = 0;
858 if ($in_comment) {
860 $in_comment = 0;
881 $in_comment = 1;
    [all...]

Completed in 58 milliseconds