Home
last modified time | relevance | path

Searched refs:DebugLevel (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/openmp/libomptarget/include/
DDebug.h52 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/
Dsupplicant.h61 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);
Dsupplicant.cpp212 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()
Dhidl_manager.h349 static_cast<uint32_t>(ISupplicant::DebugLevel::EXCESSIVE) == MSG_EXCESSIVE,
352 static_cast<uint32_t>(ISupplicant::DebugLevel::ERROR) == MSG_ERROR,
/external/pigweed/pw_log/
Dbasic_log_test.cc38 TEST(BasicLog, DebugLevel) { in TEST() argument
180 TEST(CustomFormatString, DebugLevel) { in TEST() argument
/external/mdnsresponder/mDNSShared/
DDebugServices.c83 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 …]
DDebugServices.h281 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/
Dhostapd.h92 V1_2::DebugLevel level, setDebugParams_cb _hidl_cb) override;
124 V1_2::HostapdStatus setDebugParamsInternal(V1_2::DebugLevel level);
Dhostapd.cpp756 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/
Dsnmp.c148 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/
DmdnsNSP.c200 void DebugDumpQuerySet( DebugLevel inLevel, const WSAQUERYSETW *inQuerySet );
1695 void DebugDumpQuerySet( DebugLevel inLevel, const WSAQUERYSETW *inQuerySet ) in DebugDumpQuerySet()
/external/llvm-project/llvm/docs/
DCommandLine.rst434 cl::opt<DebugLev> DebugLevel("debug_level", cl::desc("Set the debugging level:"),
/external/llvm/docs/
DCommandLine.rst435 cl::opt<DebugLev> DebugLevel("debug_level", cl::desc("Set the debugging level:"),