Searched refs:DebugLevel (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/openmp/libomptarget/include/ |
D | Debug.h | 52 static int DebugLevel = -1; in getDebugLevel() local 53 if (DebugLevel >= 0) in getDebugLevel() 54 return DebugLevel; in getDebugLevel() 57 DebugLevel = std::stoi(EnvStr); in getDebugLevel() 59 return DebugLevel; in getDebugLevel()
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/ |
D | supplicant.h | 61 ISupplicant::DebugLevel level, bool show_timestamp, bool show_keys, 63 Return<ISupplicant::DebugLevel> getDebugLevel() override; 82 ISupplicant::DebugLevel level, bool show_timestamp, bool show_keys);
|
D | supplicant.cpp | 212 ISupplicant::DebugLevel level, bool show_timestamp, bool show_keys, in setDebugParams() 229 Return<ISupplicant::DebugLevel> Supplicant::getDebugLevel() in getDebugLevel() 233 return (ISupplicant::DebugLevel)wpa_debug_level; in getDebugLevel() 439 ISupplicant::DebugLevel level, bool show_timestamp, bool show_keys) in setDebugParamsInternal()
|
D | hidl_manager.h | 349 static_cast<uint32_t>(ISupplicant::DebugLevel::EXCESSIVE) == MSG_EXCESSIVE, 352 static_cast<uint32_t>(ISupplicant::DebugLevel::ERROR) == MSG_ERROR,
|
/external/pigweed/pw_log/ |
D | basic_log_test.cc | 38 TEST(BasicLog, DebugLevel) { in TEST() argument 180 TEST(CustomFormatString, DebugLevel) { in TEST() argument
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.c | 83 static OSStatus DebugPrint( DebugLevel inLevel, char *inData, size_t inSize ); 128 static void DebugWindowsEventLogPrint( DebugLevel inLevel, char *inData, size_t inSize ); 198 static DebugLevel gDebugPrintLevelMin = kDebugLevelInfo; 199 static DebugLevel gDebugPrintLevelMax = kDebugLevelMax; 200 static DebugLevel gDebugBreakLevel = kDebugLevelAssert; 424 DebugLevel * level; in DebugGetProperty() 430 level = va_arg( args, DebugLevel * ); in DebugGetProperty() 436 level = va_arg( args, DebugLevel * ); in DebugGetProperty() 442 level = va_arg( args, DebugLevel * ); in DebugGetProperty() 463 DebugLevel level; in DebugSetProperty() [all …]
|
D | DebugServices.h | 281 typedef int32_t DebugLevel; typedef 1406 DEBUG_EXPORT size_t DebugPrintF( DebugLevel inLevel, const char *inFormat, ... ); 1416 DEBUG_EXPORT size_t DebugPrintFVAList( DebugLevel inLevel, const char *inFormat, va_list inArgs ); 1540 DebugLevel inLevel,
|
/external/wpa_supplicant_8/hostapd/hidl/1.3/ |
D | hostapd.h | 92 V1_2::DebugLevel level, setDebugParams_cb _hidl_cb) override; 124 V1_2::HostapdStatus setDebugParamsInternal(V1_2::DebugLevel level);
|
D | hostapd.cpp | 756 V1_2::DebugLevel level, setDebugParams_cb _hidl_cb) in setDebugParams() 1023 V1_2::HostapdStatus Hostapd::setDebugParamsInternal(V1_2::DebugLevel level) in setDebugParamsInternal()
|
/external/libcups/backend/ |
D | snmp.c | 148 static int DebugLevel = 0; variable 232 _cupsSNMPSetDebug(DebugLevel); in main() 424 if (DebugLevel) in alarm_handler() 452 if (!DebugLevel) in debug_printf() 786 DebugLevel = atoi(debug); in read_snmp_conf() 821 DebugLevel = atoi(value); in read_snmp_conf()
|
/external/mdnsresponder/mDNSWindows/mdnsNSP/ |
D | mdnsNSP.c | 200 void DebugDumpQuerySet( DebugLevel inLevel, const WSAQUERYSETW *inQuerySet ); 1695 void DebugDumpQuerySet( DebugLevel inLevel, const WSAQUERYSETW *inQuerySet ) in DebugDumpQuerySet()
|
/external/llvm-project/llvm/docs/ |
D | CommandLine.rst | 434 cl::opt<DebugLev> DebugLevel("debug_level", cl::desc("Set the debugging level:"),
|
/external/llvm/docs/ |
D | CommandLine.rst | 435 cl::opt<DebugLev> DebugLevel("debug_level", cl::desc("Set the debugging level:"),
|