Home
last modified time | relevance | path

Searched refs:elide (Results 1 – 10 of 10) sorted by relevance

/external/chromium-trace/catapult/third_party/typ/typ/
Dprinter.py29 def update(self, msg, elide=True): argument
31 if elide and self.cols and msg_len > self.cols - 5:
Drunner.py521 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/
Ddse.ll33 ; legal to elide the final store that location.
/external/llvm/test/CodeGen/X86/
Dpeephole-na-phys-copy-folding.ll4 ; The peephole optimizer can elide some physical register copies such as
/external/clang/test/CodeGenObjC/
Dexceptions.m64 // Landing pad. Note that we elide the re-enter.
/external/v8/test/webkit/
Ddfg-int-overflow-large-constants-in-a-line-expected.txt24 Tests that our optimization to elide overflow checks understands that if we keep adding huge number…
/external/llvm/docs/
DInAlloca.rst121 In this case, we want to be able to elide copies into ``bar``'s argument
/external/clang/docs/
DUsersManual.rst381 .. 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/
DOptions.td532 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/
DCHANGES.md368 - Fixed a bug where du -s did not properly elide subdirectories.