Home
last modified time | relevance | path

Searched refs:elided (Results 1 – 3 of 3) sorted by relevance

/tools/repohooks/tools/
Dcpplint.py1182 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): argument
1941 if _RE_PATTERN_INCLUDE.match(elided):
1942 return elided
1947 elided = _RE_PATTERN_CLEANSE_LINE_ESCAPES.sub('', elided)
1955 match = Match(r'^([^\'"]*)([\'"])(.*)$', elided)
1957 collapsed += elided
[all …]
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/lint/
DFlaggedApiLintTest.kt42 fun `Dont require @FlaggedApi on methods that get elided from signature files`() { in Dont require @FlaggedApi on methods that get elided from signature files()
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DAddAdditionalOverridesTest.kt280 fun `Method with multiple interface parent methods in same hierarchy not elided`() { in Method with multiple interface parent methods in same hierarchy not elided()