Searched refs:elided (Results 1 – 12 of 12) sorted by relevance
618 not Match(r'^\s*$', clean_lines.elided[linenum - 1])):1182 self.elided = []1190 elided = self._CollapseStrings(self.lines_without_raw_strings[linenum])1191 self.elided.append(CleanseComments(elided))1198 def _CollapseStrings(elided): argument1209 if not _RE_PATTERN_INCLUDE.match(elided):1213 elided = _RE_PATTERN_CLEANSE_LINE_ESCAPES.sub('', elided)1214 elided = _RE_PATTERN_CLEANSE_LINE_SINGLE_QUOTES.sub("''", elided)1215 elided = _RE_PATTERN_CLEANSE_LINE_DOUBLE_QUOTES.sub('""', elided)1216 return elided[all …]
996 self.elided = []1002 elided = self._CollapseStrings(lines[linenum])1003 self.elided.append(CleanseComments(elided))1010 def _CollapseStrings(elided): argument1021 if not _RE_PATTERN_INCLUDE.match(elided):1025 elided = _RE_PATTERN_CLEANSE_LINE_ESCAPES.sub('', elided)1026 elided = _RE_PATTERN_CLEANSE_LINE_SINGLE_QUOTES.sub("''", elided)1027 elided = _RE_PATTERN_CLEANSE_LINE_DOUBLE_QUOTES.sub('""', elided)1028 return elided1072 line = clean_lines.elided[linenum][all …]
16 ; elided).
47 ; Check that the sign extension of the dividend is elided when the argument
141 // Call to -initWith: with elided retain of consumed argument.147 // Assignment for initialization, retention elided.178 // Call to -initWith: with elided retain of consumed argument.184 // Retain/release elided.
103 These lines are simply elided.
104 These lines are simply elided.
599 elided:
631 # represents elided letters at the end of a long word. It should be bound to
439 /// Storage of metadata values is elided if the %metadata parameter to
1691 can be elided from the stripped version of the symbol table.