Home
last modified time | relevance | path

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

/external/libvpx/libvpx/tools/
Dcpplint.py618 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): argument
1209 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 …]
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py996 self.elided = []
1002 elided = self._CollapseStrings(lines[linenum])
1003 self.elided.append(CleanseComments(elided))
1010 def _CollapseStrings(elided): argument
1021 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 elided
1072 line = clean_lines.elided[linenum]
[all …]
/external/llvm/test/CodeGen/ARM/
Dcopy-cpsr.ll16 ; elided).
/external/llvm/test/CodeGen/SystemZ/
Dint-div-01.ll47 ; Check that the sign extension of the dividend is elided when the argument
/external/clang/test/CodeGenObjC/
Darc.m141 // 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.
/external/bison/build-aux/
Dgitlog-to-changelog103 These lines are simply elided.
/external/strace/
Dgitlog-to-changelog104 These lines are simply elided.
/external/llvm/docs/TableGen/
DLangIntro.rst599 elided:
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
Drbbitst.txt631 # represents elided letters at the end of a long word. It should be bound to
/external/icu/icu4c/source/test/testdata/
Drbbitst.txt631 # represents elided letters at the end of a long word. It should be bound to
/external/llvm/docs/
DGarbageCollection.rst439 /// Storage of metadata values is elided if the %metadata parameter to
/external/elfutils/src/src/
DChangeLog1691 can be elided from the stripped version of the symbol table.