Home
last modified time | relevance | path

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

12

/external/google-styleguide/cpplint/
Dcpplint.py804 Match(r'^\s*#\s*include\b', clean_lines.elided[linenum - 1])):
1436 self.elided = []
1444 elided = self._CollapseStrings(self.lines_without_raw_strings[linenum])
1445 self.elided.append(CleanseComments(elided))
1452 def _CollapseStrings(elided): argument
1463 if _RE_PATTERN_INCLUDE.match(elided):
1464 return elided
1469 elided = _RE_PATTERN_CLEANSE_LINE_ESCAPES.sub('', elided)
1477 match = Match(r'^([^\'"]*)([\'"])(.*)$', elided)
1479 collapsed += elided
[all …]
/external/libaom/libaom/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/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dcompare-unescaped.ll30 ; The comparison should fold to false irrespective of whether the call to malloc can be elided or n…
96 ; call to malloc and the bitcast instructions are elided after that since there are no uses of the …
108 ; The malloc call for %m cannot be elided since it is used in the call to function f.
150 ; The malloc call for %m cannot be elided since it is used in the call to function f.
Dselect-implied.ll75 ; always false and can be elided.
/external/llvm/test/Transforms/InstCombine/
Dcompare-unescaped.ll30 ; The comparison should fold to false irrespective of whether the call to malloc can be elided or n…
96 ; call to malloc and the bitcast instructions are elided after that since there are no uses of the …
108 ; The malloc call for %m cannot be elided since it is used in the call to function f.
150 ; The malloc call for %m cannot be elided since it is used in the call to function f.
Dselect-implied.ll75 ; always false and can be elided.
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Delidelocalchecks.ll2 ; Also test that redundant checks of the same variable are elided.
63 ; loads and stores with elided redundant checks
102 ; Loads and stores with elided redundant checks
/external/llvm/test/CodeGen/ARM/
Dcopy-cpsr.ll16 ; elided).
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dmisched-stp.ll8 ; Now that overwritten stores are elided in SelectionDAG, dependencies
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dcopy-cpsr.ll16 ; elided).
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Dvolatile-alloca.ll5 ; be elided anyway.
/external/python/cpython2/Doc/library/
Dfpectl.rst87 [ more output from test elided ]
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Native/
Dpdb-native-compilands.test10 ; on Windows. The path prefixes have been elided because those may be
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Coroutines/
Dcoro-heap-elide.ll2 ; elided and any tail calls referencing the coroutine frame has the tail
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dops_compatibility.md5 Converter, those operations may be elided or fused, before the supported
119 corresponding model will not be convertible if they can't be elided or fused.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-div-01.ll47 ; Check that the sign extension of the dividend is elided when the argument
/external/llvm/test/CodeGen/SystemZ/
Dint-div-01.ll47 ; Check that the sign extension of the dividend is elided when the argument
/external/u-boot/doc/device-tree-bindings/pinctrl/
Dpinctrl-bindings.txt107 ... /* Standard DT properties for the device itself elided */
/external/skqp/tools/bookmaker/
DincludeParser.cpp574 bool elided = Elided::kYes == fElided; in writeCodeBlock() local
575 bool elidedTemplate = elided && !strncmp(i.fStart, "template ", 9); in writeCodeBlock()
583 if (elided && ((MarkType::kFunction != markType && lastIndent > startIndent) || elidedTClass)) { in writeCodeBlock()
587 if (elided || statementEnd) { in writeCodeBlock()
/external/clang/test/CodeGenObjC/
Darc.m149 // Call to -initWith: with elided retain of consumed argument.
155 // Assignment for initialization, retention elided.
187 // Call to -initWith: with elided retain of consumed argument.
193 // Retain/release elided.
/external/perfetto/infra/perfetto.dev/src/assets/
Dstyle.scss814 /* This make it so that a single word gets elided but if there
/external/perfetto/docs/design-docs/
Dprotozero.md398 // The memcpy will be elided by the compiler, which will emit just a
/external/llvm/docs/TableGen/
DLangIntro.rst599 elided:

12