Lines Matching refs:split
918 _hpp_headers = {ext.strip() for ext in val.split(',')}
950 extensions = [ext.strip() for ext in val.split(',')]
1318 for filt in filters.split(','):
1345 category = category.split('/')[0]
1640 project, rest = os.path.split(googlename)
2268 """Returns the path split into a list by the separator.
2278 (head, tail) = os.path.split(path)
2405 linesplit = line.split()
3370 base_classname = classinfo.name.split('::')[-1]
3387 constructor_args = explicit_constructor_match.group(2).split(',')
3390 # argument parameter lists don't split arguments in two
3581 function_name = match_result.group(1).split()[-1]
4887 # split them.
4889 # URLs can be long too. It's possible to split these, but it makes them
5029 os.path.split(_DropCommonSuffixes(fileinfo.RepositoryName())))
5030 include_dir, include_base = os.path.split(_DropCommonSuffixes(include))
5348 tokens = re.split(r'\s|\+|\-|\*|\/|<<|>>]', match.group(3))
5369 # requires skipping the next token because we split on ' ' and '*'.
5602 # If we detected a type split across two lines, join the previous
5622 # Check for templated parameter that is split across multiple lines
6524 abs_path, base_name = os.path.split(abs_filename)
6629 # If after the split a trailing '\r' is present, it is removed
6635 'replace').read().split('\n')
6638 lines = target_file.read().split('\n')
6641 # The -1 accounts for the extra trailing blank line we get from split()