Lines Matching refs:strip
918 _hpp_headers = {ext.strip() for ext in val.split(',')}
950 extensions = [ext.strip() for ext in val.split(',')]
1319 clean_filt = filt.strip()
1849 if lines[lineix].strip().startswith('/*'):
1851 if lines[lineix].strip().find('*/', 2) < 0:
1860 if lines[lineix].strip().endswith('*/'):
3406 constructor_args[0].strip() == 'void'))
3423 % re.escape(base_classname), constructor_args[0].strip()))
4731 lhs = lhs.strip()
4732 rhs = rhs.strip()
5405 line += clean_lines.elided[linenum + 1].strip()
5632 line += clean_lines.elided[i].strip()
6156 if required_header_unstripped.strip('<>"') not in include_dict:
6537 if not line.strip():
6541 name = name.strip()
6542 val = val.strip()