Searched refs:elided (Results 1 – 3 of 3) sorted by relevance
1182 Match(r'^\s*#\s*include\b', clean_lines.elided[linenum - 1])):1914 self.elided = []1922 elided = self._CollapseStrings(self.lines_without_raw_strings[linenum])1923 self.elided.append(CleanseComments(elided))1930 def _CollapseStrings(elided): argument1941 if _RE_PATTERN_INCLUDE.match(elided):1942 return elided1947 elided = _RE_PATTERN_CLEANSE_LINE_ESCAPES.sub('', elided)1955 match = Match(r'^([^\'"]*)([\'"])(.*)$', elided)1957 collapsed += elided[all …]
42 fun `Dont require @FlaggedApi on methods that get elided from signature files`() { in Dont require @FlaggedApi on methods that get elided from signature files()
280 fun `Method with multiple interface parent methods in same hierarchy not elided`() { in Method with multiple interface parent methods in same hierarchy not elided()