Home | History | Annotate | Download | only in checkers

Lines Matching refs:split

665     def split(self):
668 For 'chrome/browser/browser.cpp', Split() would
676 project, rest = os.path.split(googlename)
681 return self.split()[1]
685 return self.split()[2]
689 return '/'.join(self.split()[0:2])
951 line_split = line.split()
1302 base_classname = classinfo.name.split('::')[-1]
1459 function_name = match_result.group(1).split()[-1]
2862 # Split the size using space and arithmetic operators as delimiters.
2865 tokens = re.split(r'\s|\+|\-|\*|\/|<<|>>]', matched.group(3))
2894 # requires skipping the next token becasue we split on ' ' and '*'.