/external/ltp/testcases/kernel/io/writetest/ |
D | writetest.c | 52 int Verbosity = 0; variable 91 if (Verbosity > 2) in write_file() 103 if (Verbosity > 2) in write_file() 127 if (Verbosity > 2) in verify_file() 143 if (Verbosity > 2) in verify_file() 155 if (Verbosity > 2) in verify_file() 202 Verbosity++; in parse_args()
|
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_profiling.cpp | 210 if (Verbosity()) in profilingFlush() 217 if (Verbosity()) in profilingFlush() 229 if (Verbosity()) in profilingFlush() 241 if (Verbosity()) in profilingFlush() 246 if (Verbosity()) in profilingFlush() 320 if (Verbosity()) in profilingFinalize() 362 if (Verbosity()) in profilingLoggingInit() 382 if (Verbosity()) in profilingLoggingInit() 397 if (Verbosity()) in profilingLoggingInit() 413 if (Verbosity()) in profilingLoggingInit() [all …]
|
D | xray_allocator.h | 45 if (Verbosity()) in allocate() 56 if (Verbosity()) in allocate() 67 if (Verbosity()) in allocate() 96 if (Verbosity()) in allocateBuffer() 106 if (Verbosity()) in allocateBuffer() 116 if (Verbosity()) in allocateBuffer() 185 if (Verbosity()) in Alloc() 199 if (Verbosity()) in Alloc()
|
D | xray_fdr_logging.cpp | 197 if (Verbosity()) in fdrIterator() 282 if (Verbosity()) in fdrLoggingFlush() 291 if (Verbosity()) in fdrLoggingFlush() 297 if (Verbosity()) in fdrLoggingFlush() 324 if (Verbosity()) in fdrLoggingFlush() 392 if (Verbosity()) in fdrLoggingFinalize() 400 if (Verbosity()) in fdrLoggingFinalize() 623 if (Verbosity()) in fdrLoggingInit() 628 if (Verbosity()) in fdrLoggingInit() 674 if (Verbosity()) in fdrLoggingInit() [all …]
|
D | xray_basic_logging.cpp | 128 if (Verbosity()) in getThreadLocalData() 140 if (Verbosity()) in getThreadLocalData() 347 if (Verbosity()) in TLDDestructor() 352 if (Verbosity()) in TLDDestructor() 378 if (Verbosity()) in basicLoggingInit() 392 if (!atomic_load(&UseRealTSC, memory_order_relaxed) && Verbosity()) in basicLoggingInit() 446 Verbosity()) in basicLoggingFinalize() 474 Verbosity()) in basicLogDynamicInitializer() 481 if (Verbosity()) in basicLogDynamicInitializer() 493 if (Verbosity()) in basicLogDynamicInitializer()
|
/external/catch2/include/reporters/ |
D | catch_reporter_bases.cpp | 62 std::set<Verbosity> TestEventListenerBase::getSupportedVerbosities() { in getSupportedVerbosities() 63 return { Verbosity::Quiet, Verbosity::Normal, Verbosity::High }; in getSupportedVerbosities()
|
D | catch_reporter_bases.hpp | 46 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities() 47 return { Verbosity::Normal }; in getSupportedVerbosities() 165 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities() 166 return { Verbosity::Normal }; in getSupportedVerbosities() 274 static std::set<Verbosity> getSupportedVerbosities();
|
D | catch_reporter_listening.cpp | 33 std::set<Verbosity> ListeningReporter::getSupportedVerbosities() { in getSupportedVerbosities() 34 return std::set<Verbosity>{ }; in getSupportedVerbosities()
|
D | catch_reporter_sonarqube.hpp | 37 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities() 38 return { Verbosity::Normal }; in getSupportedVerbosities()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_activation.cpp | 58 cf.verbosity = Verbosity(); in OverrideFromActivationFlags() 68 if (Verbosity()) ReportUnrecognizedFlags(); in OverrideFromActivationFlags() 137 if (Verbosity()) { in AsanActivate()
|
D | asan_shadow_setup.cpp | 32 if (Verbosity()) in ProtectGap() 87 if (Verbosity()) PrintAddressSpaceLayout(); in InitializeShadowMemory()
|
D | asan_mac.cpp | 198 if (Verbosity() >= 2) { \ 216 if (Verbosity() >= 2) { in INTERCEPT_DISPATCH_X_F_3() 229 if (Verbosity() >= 2) { in INTERCEPTOR()
|
/external/catch2/include/internal/ |
D | catch_config.hpp | 52 Verbosity verbosity = Verbosity::Normal; 112 Verbosity verbosity() const override;
|
D | catch_interfaces_config.h | 22 enum class Verbosity { enum 79 virtual Verbosity verbosity() const = 0;
|
D | catch_commandline.cpp | 109 config.verbosity = Verbosity::Quiet; in makeCommandLineParser() 111 config.verbosity = Verbosity::Normal; in makeCommandLineParser() 113 config.verbosity = Verbosity::High; in makeCommandLineParser()
|
/external/compiler-rt/lib/asan/ |
D | asan_activation.cc | 57 cf.verbosity = Verbosity(); in OverrideFromActivationFlags() 67 if (Verbosity()) ReportUnrecognizedFlags(); in OverrideFromActivationFlags() 134 if (Verbosity()) { in AsanActivate()
|
D | asan_mac.cc | 195 if (Verbosity() >= 2) { \ 213 if (Verbosity() >= 2) { in INTERCEPT_DISPATCH_X_F_3() 226 if (Verbosity() >= 2) { in INTERCEPTOR()
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_shadow_setup.cpp | 28 if (Verbosity()) in ProtectGap() 49 if (Verbosity()) in InitializeShadowMemory()
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerLoop.cpp | 234 if (Options.Verbosity >= 2) in AlarmCallback() 277 if (!Options.Verbosity) in PrintStats() 329 if (Options.Verbosity >= 2) in RereadOutputCorpus() 387 if (Options.Verbosity >= 2) in ShuffleAndMinimize() 494 if (Options.Verbosity >= 2) in WriteToOutputCorpus() 516 if (Options.Verbosity) in SaveCorpus() 525 if (Options.Verbosity) { in PrintStatusForNewUnit() 727 if (NumMerged && Options.Verbosity) in Drill()
|
D | FuzzerTraceState.cpp | 218 if (Options.Verbosity >= 2) { in StopTraceRecording() 331 if (Options.Verbosity >= 3) in DFSanCmpCallback() 352 if (Options.Verbosity >= 3) in DFSanMemcmpCallback() 378 if (Options.Verbosity >= 3) in DFSanSwitchCallback() 439 if (Options.Verbosity >= 3 && Added) in TraceCmpCallback() 449 if ((Added1 || Added2) && Options.Verbosity >= 3) { in TraceMemcmpCallback() 466 if (Options.Verbosity >= 3) in TraceSwitchCallback()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | CheckHtmlFiles.java | 100 enum Verbosity { enum in CheckHtmlFiles 102 static Verbosity of(String input) { in of() 103 … return input == null ? Verbosity.none : Verbosity.valueOf(input.toLowerCase(Locale.ROOT)); in of() 107 static Verbosity verbose; 117 verbose = Verbosity.of(MyOptions.verbose.option.getValue()); in main() 695 if (verbose == Verbosity.all) { in getSentences() 740 if (verbose == Verbosity.all && !SUPPRESS.contains(x)) { in parseFile() 803 if (verbose != Verbosity.none) { in parseFile() 832 if (verbose == Verbosity.all && !attributeStack.isEmpty()) { in parseFile()
|
/external/libgsm/fuzzer/ |
D | README.md | 12 1. Verbosity (parameter name: `GSM_VERBOSE`) 19 | `GSM_VERBOSE` | 0. `Verbosity disabled` 1. `Verbosity enabled` | Bit 0 (LSB) of 1st byte of data.…
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_sonarqube.hpp | 37 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities() 38 return { Verbosity::Normal }; in getSupportedVerbosities()
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerFork.cpp | 100 int Verbosity = 0; member 173 if (Verbosity >= 2) in CreateNewJob() 292 Env.Verbosity = Options.Verbosity; in FuzzWithFork()
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerFork.cpp | 100 int Verbosity = 0; member 173 if (Verbosity >= 2) in CreateNewJob() 292 Env.Verbosity = Options.Verbosity; in FuzzWithFork()
|