Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:match

144   # Match a module block start, for python scripts --help
147 # match the start of a flag listing
155 # Match a module block start, for c++ programs --help
158 # match the start of a flag listing
162 # Match a module block start, for java programs --help
165 # match the start of a flag listing
284 mobj = self.module_py_re.match(line)
296 mobj = self.flag_py_re.match(line)
306 mobj = self.flag_default_py_re.match(line)
311 mobj = self.flag_tips_py_re.match(line)
336 mobj = self.module_c_re.match(line)
348 mobj = self.flag_c_re.match(line)
383 mobj = self.module_java_re.match(line)
395 mobj = self.flag_java_re.match(line)