Home
last modified time | relevance | path

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

12

/external/google-styleguide/cpplint/
Dcpplint.py798 Match(r'^\s*#\s*include\b', clean_lines.elided[linenum - 1])):
1430 self.elided = []
1438 elided = self._CollapseStrings(self.lines_without_raw_strings[linenum])
1439 self.elided.append(CleanseComments(elided))
1446 def _CollapseStrings(elided): argument
1457 if _RE_PATTERN_INCLUDE.match(elided):
1458 return elided
1463 elided = _RE_PATTERN_CLEANSE_LINE_ESCAPES.sub('', elided)
1471 match = Match(r'^([^\'"]*)([\'"])(.*)$', elided)
1473 collapsed += 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/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/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/tensorflow/tensorflow/contrib/cloud/ops/
Dgcs_config_ops.cc46 # Some additional fields 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/llvm/test/CodeGen/ARM/
Dcopy-cpsr.ll16 ; elided).
/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/llvm/test/CodeGen/SystemZ/
Dint-div-01.ll47 ; Check that the sign extension of the dividend is elided when the argument
/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/tensorflow/tensorflow/lite/g3doc/guide/
Dops_compatibility.md5 Converter, those operations may be elided or fused, before the supported
128 the corresponding model will not be convertible if they can't be elided or
/external/u-boot/doc/device-tree-bindings/pinctrl/
Dpinctrl-bindings.txt107 ... /* Standard DT properties for the device itself elided */
/external/skia/tools/bookmaker/
DincludeParser.cpp575 bool elided = Elided::kYes == fElided; in writeCodeBlock() local
576 bool elidedTemplate = elided && !strncmp(i.fStart, "template ", 9); in writeCodeBlock()
584 if (elided && ((MarkType::kFunction != markType && lastIndent > startIndent) || elidedTClass)) { in writeCodeBlock()
588 if (elided || statementEnd) { in writeCodeBlock()
/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/llvm/docs/TableGen/
DLangIntro.rst599 elided:

12