Searched refs:elide (Results 1 – 10 of 10) sorted by relevance
/external/chromium-trace/catapult/third_party/typ/typ/ |
D | printer.py | 29 def update(self, msg, elide=True): argument 31 if elide and self.cols and msg_len > self.cols - 5:
|
D | runner.py | 521 self.update(test_start_msg + ' queued', elide=False) 523 self.update(test_start_msg, elide=(not self.args.verbose)) 549 self.update(stats.format() + result.name + suffix, elide=False) 558 elide=(not self.args.verbose)) 567 def update(self, msg, elide): argument 568 self.printer.update(msg, elide) 590 '' if num_failures == 1 else 's'), elide=False)
|
/external/llvm/test/Feature/OperandBundles/ |
D | dse.ll | 33 ; legal to elide the final store that location.
|
/external/llvm/test/CodeGen/X86/ |
D | peephole-na-phys-copy-folding.ll | 4 ; The peephole optimizer can elide some physical register copies such as
|
/external/clang/test/CodeGenObjC/ |
D | exceptions.m | 64 // Landing pad. Note that we elide the re-enter.
|
/external/v8/test/webkit/ |
D | dfg-int-overflow-large-constants-in-a-line-expected.txt | 24 Tests that our optimization to elide overflow checks understands that if we keep adding huge number…
|
/external/llvm/docs/ |
D | InAlloca.rst | 121 In this case, we want to be able to elide copies into ``bar``'s argument
|
/external/clang/docs/ |
D | UsersManual.rst | 381 .. option:: -fno-elide-type 385 The default for template type printing is to elide as many template 397 -fno-elide-type: 410 -fno-elide-type.
|
/external/clang/include/clang/Driver/ |
D | Options.td | 532 def fno_elide_type : Flag<["-"], "fno-elide-type">, Group<f_Group>, 534 HelpText<"Do not elide types when printing diagnostics">; 833 def fno_elide_constructors : Flag<["-"], "fno-elide-constructors">, Group<f_Group>,
|
/external/chromium-trace/catapult/third_party/gsutil/ |
D | CHANGES.md | 368 - Fixed a bug where du -s did not properly elide subdirectories.
|