HomeSort by relevance Sort by last modified time
    Searched refs:Quiet (Results 26 - 38 of 38) sorted by null

12

  /external/mesa3d/
Android.common.mk 122 # Quiet down the build system and remove any .h files from the sources
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
Debugify.cpp 38 cl::opt<bool> Quiet("debugify-quiet",
41 raw_ostream &dbg() { return Quiet ? nulls() : errs(); }
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
Log.py 53 QUIET = 40
69 DEBUG_7, DEBUG_8, DEBUG_9, VERBOSE, WARN, INFO, ERROR, QUIET, \
113 def Quiet(msg, *args, **kwargs):
  /external/catch2/include/internal/
catch_commandline.cpp 101 if( lcVerbosity == "quiet" )
102 config.verbosity = Verbosity::Quiet;
175 | Opt( setVerbosity, "quiet|normal|high" )
  /external/llvm/tools/bugpoint/
BugDriver.h 251 /// or failed, unless Quiet is set. ExtraArgs specifies additional arguments
257 bool Quiet = false, unsigned NumExtraArgs = 0,
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
BugDriver.h 255 /// or failed, unless Quiet is set. ExtraArgs specifies additional arguments
261 bool Quiet = false, unsigned NumExtraArgs = 0,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
BugDriver.h 230 /// or failed, unless Quiet is set. ExtraArgs specifies additional arguments
235 bool Quiet = false, unsigned NumExtraArgs = 0,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 212 static opt<bool> Quiet("quiet", desc("Use with -verify to not emit to STDOUT."),
432 raw_ostream &stream = Quiet ? nulls() : OS;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
EfiRom.c 67 if (mOptions.Quiet) {
1049 } else if ((stricmp (Argv[0], "--quiet") == 0) || (stricmp (Argv[0], "-q") == 0)) {
1050 Options->Quiet = TRUE;
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/catch2/single_include/catch2/
catch.hpp     [all...]
  /external/bcc/tests/cc/
catch.hpp     [all...]

Completed in 908 milliseconds

12