/external/google-styleguide/cpplint/ |
D | cpplint.py | 798 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/ |
D | cpplint.py | 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): 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/ |
D | cpplint.py | 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): 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/ |
D | cpplint.py | 996 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/ |
D | compare-unescaped.ll | 30 ; 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.
|
D | select-implied.ll | 75 ; always false and can be elided.
|
/external/llvm/test/Transforms/InstCombine/ |
D | compare-unescaped.ll | 30 ; 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.
|
D | select-implied.ll | 75 ; always false and can be elided.
|
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/ |
D | elidelocalchecks.ll | 2 ; 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/ |
D | gcs_config_ops.cc | 46 # Some additional fields elided
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | misched-stp.ll | 8 ; Now that overwritten stores are elided in SelectionDAG, dependencies
|
/external/llvm/test/CodeGen/ARM/ |
D | copy-cpsr.ll | 16 ; elided).
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | copy-cpsr.ll | 16 ; elided).
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | volatile-alloca.ll | 5 ; be elided anyway.
|
/external/python/cpython2/Doc/library/ |
D | fpectl.rst | 87 [ more output from test elided ]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Native/ |
D | pdb-native-compilands.test | 10 ; on Windows. The path prefixes have been elided because those may be
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Coroutines/ |
D | coro-heap-elide.ll | 2 ; elided and any tail calls referencing the coroutine frame has the tail
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-div-01.ll | 47 ; Check that the sign extension of the dividend is elided when the argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-div-01.ll | 47 ; Check that the sign extension of the dividend is elided when the argument
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_compatibility.md | 5 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/ |
D | pinctrl-bindings.txt | 107 ... /* Standard DT properties for the device itself elided */
|
/external/skia/tools/bookmaker/ |
D | includeParser.cpp | 575 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/ |
D | includeParser.cpp | 574 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/ |
D | arc.m | 149 // 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/ |
D | LangIntro.rst | 599 elided:
|