/external/llvm/tools/opt/ |
D | PassPrinters.cpp | 33 FunctionPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in FunctionPassPrinter() 34 : FunctionPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in FunctionPassPrinter() 66 CallGraphSCCPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in CallGraphSCCPassPrinter() 67 : CallGraphSCCPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in CallGraphSCCPassPrinter() 103 ModulePassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in ModulePassPrinter() 104 : ModulePass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in ModulePassPrinter() 135 LoopPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in LoopPassPrinter() 136 : LoopPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in LoopPassPrinter() 168 RegionPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in RegionPassPrinter() 169 : RegionPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in RegionPassPrinter() [all …]
|
D | PassPrinters.h | 29 bool Quiet); 32 raw_ostream &out, bool Quiet); 35 bool Quiet); 38 bool Quiet); 41 bool Quiet); 44 raw_ostream &out, bool Quiet);
|
D | opt.cpp | 171 Quiet("q", cl::desc("Obsolete option"), cl::Hidden); variable 174 QuietA("quiet", cl::desc("Alias for -q"), cl::aliasopt(Quiet)); 411 if (CheckBitcodeOutputToConsole(Out->os(), !Quiet)) in main() 557 Passes.add(createBasicBlockPassPrinter(PassInf, Out->os(), Quiet)); in main() 560 Passes.add(createRegionPassPrinter(PassInf, Out->os(), Quiet)); in main() 563 Passes.add(createLoopPassPrinter(PassInf, Out->os(), Quiet)); in main() 566 Passes.add(createFunctionPassPrinter(PassInf, Out->os(), Quiet)); in main() 569 Passes.add(createCallGraphPassPrinter(PassInf, Out->os(), Quiet)); in main() 572 Passes.add(createModulePassPrinter(PassInf, Out->os(), Quiet)); in main()
|
/external/chromium_org/third_party/re2/patches/ |
D | rename-posix-option.patch | 13 log_errors_(opt != RE2::Quiet), 26 Quiet // do not log about regexp parse errors
|
/external/regex-re2/re2/testing/ |
D | re2_test.cc | 378 RE2 re("([a-zA-Z0-9]|-)+(\\.([a-zA-Z0-9]|-)+)*(\\.)?", RE2::Quiet); in TestRecursion() 1058 { RE2 re("a\\1", RE2::Quiet); CHECK(!re.ok()); } in TEST() 1060 RE2 re("a[x", RE2::Quiet); in TEST() 1064 RE2 re("a[z-a]", RE2::Quiet); in TEST() 1068 RE2 re("a[[:foobar:]]", RE2::Quiet); in TEST() 1072 RE2 re("a(b", RE2::Quiet); in TEST() 1076 RE2 re("a\\", RE2::Quiet); in TEST() 1084 RE2 re("a\\", RE2::Quiet); in TEST() 1091 RE2 re("(((.{100}){100}){100}){100}", RE2::Quiet); in TEST() 1098 RE2 re(".{512}x", RE2::Quiet); in TEST() [all …]
|
/external/chromium_org/third_party/re2/re2/testing/ |
D | re2_test.cc | 385 RE2 re("([a-zA-Z0-9]|-)+(\\.([a-zA-Z0-9]|-)+)*(\\.)?", RE2::Quiet); in TestRecursion() 1067 { RE2 re("a\\1", RE2::Quiet); CHECK(!re.ok()); } in TEST() 1069 RE2 re("a[x", RE2::Quiet); in TEST() 1073 RE2 re("a[z-a]", RE2::Quiet); in TEST() 1077 RE2 re("a[[:foobar:]]", RE2::Quiet); in TEST() 1081 RE2 re("a(b", RE2::Quiet); in TEST() 1085 RE2 re("a\\", RE2::Quiet); in TEST() 1093 RE2 re("a\\", RE2::Quiet); in TEST() 1100 RE2 re("(((.{100}){100}){100}){100}", RE2::Quiet); in TEST() 1107 RE2 re(".{512}x", RE2::Quiet); in TEST() [all …]
|
/external/llvm/tools/bugpoint/ |
D | OptimizerDriver.cpp | 127 bool Quiet, unsigned NumExtraArgs, in runPasses() argument 230 if (!Quiet) { in runPasses()
|
D | BugDriver.h | 261 bool Quiet = false, unsigned NumExtraArgs = 0,
|
/external/jhead/ |
D | jhead.c | 48 static int Quiet = FALSE; // Be quiet on success (like unix programs) variable 521 if (!Quiet){ 845 DoCommand(FileName, Quiet ? FALSE : TRUE); 1128 if (!Quiet) printf("Modified: %s\n",FileName); 1183 if (!Quiet) printf("%s\n",FileName); 1453 Quiet = TRUE;
|
/external/llvm/cmake/modules/ |
D | AddSphinxTarget.cmake | 15 -q # Quiet: no output other than errors and warnings.
|
/external/iputils/doc/ |
D | arping.sgml | 100 Quiet output. Nothing is displayed.
|
D | ping.sgml | 305 Quiet output.
|
/external/chromium_org/third_party/re2/re2/ |
D | re2.h | 255 Quiet // do not log about regexp parse errors enumerator
|
D | re2.cc | 61 log_errors_(opt != RE2::Quiet), in Options()
|
/external/bison/m4/ |
D | isnanl.m4 | 187 { /* Quiet NaN. */
|
D | printf.m4 | 338 { /* Quiet NaN. */
|
/external/regex-re2/re2/ |
D | re2.h | 255 Quiet // do not log about regexp parse errors enumerator
|
D | re2.cc | 43 log_errors_(opt != RE2::Quiet), in Options()
|
/external/blktrace/ |
D | README | 83 -q Quiet. Don't display any stats at the end of the trace.
|
/external/llvm/docs/ |
D | CommandLine.rst | 214 cl::opt<bool> Quiet ("quiet", cl::desc("Don't print informational messages")); 218 ("``Force``", "``Quiet``", and "``Quiet2``") to recognize these options. Note 285 if (!Quiet && !Quiet2) printInformationalMessage(...); 295 cl::opt<bool> Quiet ("quiet", cl::desc("Don't print informational messages")); 296 cl::alias QuietA("q", cl::desc("Alias for -quiet"), cl::aliasopt(Quiet)); 299 alias that updates the "``Quiet``" variable (as specified by the `cl::aliasopt`_ 301 thing the program has to query is the ``Quiet`` variable now. Another nice 310 if (!Quiet) printInformationalMessage(...); 928 cl::opt<bool> Quiet("quiet");
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
D | ChangeLog | 146 * Quiet new-gcc compiler warnings via -Wno-unused-result, etc (csilvers) 186 * PORTING: Quiet some gcc warnings (csilvers)
|
/external/chromium_org/third_party/apache-win32/ |
D | CHANGES.txt | 27 *) mod_ssl: Quiet FIPS mode weak keys disabled and FIPS not selected emits
|
/external/e2fsprogs/debian/ |
D | changelog | 256 * Quiet complaints in e2fsck when the total free blocks or inodes are
|
/external/libpng/ |
D | CHANGES | 4799 Quiet an uninitialized memory warning from VC2013 in png_get_png().
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 663 Quiet complaints in e2fsck when the total free blocks or inodes are
|