Home
last modified time | relevance | path

Searched defs:log (Results 201 – 225 of 32220) sorted by relevance

12345678910>>...1289

/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DConnectionDiagnostics.cpp62 void ConnectionEntry::PrintDiagnostics(nsCString& log, in PrintDiagnostics()
99 void PendingTransactionQueue::PrintDiagnostics(nsCString& log) { in PrintDiagnostics()
113 void DnsAndConnectSocket::PrintDiagnostics(nsCString& log) { in PrintDiagnostics()
138 void nsHttpConnection::PrintDiagnostics(nsCString& log) { in PrintDiagnostics()
170 void HttpConnectionUDP::PrintDiagnostics(nsCString& log) { in PrintDiagnostics()
182 void Http2Session::PrintDiagnostics(nsCString& log) { in PrintDiagnostics()
217 void nsHttpTransaction::PrintDiagnostics(nsCString& log) { in PrintDiagnostics()
228 void PendingTransactionInfo::PrintDiagnostics(nsCString& log) { in PrintDiagnostics()
/dports/www/firefox/firefox-99.0/third_party/rust/oslog/
H A Dwrapper.c7 void wrapped_os_log_with_type(os_log_t log, os_log_type_t type, const char* message) { in wrapped_os_log_with_type()
11 void wrapped_os_log_debug(os_log_t log, const char* message) { in wrapped_os_log_debug()
15 void wrapped_os_log_info(os_log_t log, const char* message) { in wrapped_os_log_info()
19 void wrapped_os_log_default(os_log_t log, const char* message) { in wrapped_os_log_default()
23 void wrapped_os_log_error(os_log_t log, const char* message) { in wrapped_os_log_error()
27 void wrapped_os_log_fault(os_log_t log, const char* message) { in wrapped_os_log_fault()
/dports/security/snort3/snort3-3.1.19.0/src/log/
H A Dlog_text.cc58 void LogTimeStamp(TextLog* log, Packet* p) in LogTimeStamp()
86 bool LogAppID(TextLog* log, Packet* p) in LogAppID()
148 void Log2ndHeader(TextLog* log, Packet* p) in Log2ndHeader()
262 void LogIpAddrs(TextLog* log, Packet* p) in LogIpAddrs()
314 void LogIPHeader(TextLog* log, Packet* p) in LogIPHeader()
574 void LogTCPHeader(TextLog* log, Packet* p) in LogTCPHeader()
619 void LogUDPHeader(TextLog* log, Packet* p) in LogUDPHeader()
779 void LogICMPHeader(TextLog* log, Packet* p) in LogICMPHeader()
1025 void LogXrefs(TextLog* log, const Event& e) in LogXrefs()
1237 void LogIPPkt(TextLog* log, Packet* p) in LogIPPkt()
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dlog.h23 #define log_debug(log, ...) log_((log), LOG_DBG, NULL, false, __VA_ARGS__) argument
24 #define log_info(log, ...) log_((log), LOG_INFORM, NULL, false, __VA_ARGS__) argument
25 #define log_unusual(log, ...) log_((log), LOG_UNUSUAL, NULL, true, __VA_ARGS__) argument
26 #define log_broken(log, ...) log_((log), LOG_BROKEN, NULL, true, __VA_ARGS__) argument
28 #define log_peer_debug(log, nodeid, ...) log_((log), LOG_DBG, nodeid, false, __VA_ARGS__) argument
29 #define log_peer_info(log, nodeid, ...) log_((log), LOG_INFORM, nodeid, false, __VA_ARGS__) argument
30 #define log_peer_unusual(log, nodeid, ...) log_((log), LOG_UNUSUAL, nodeid, true, __VA_ARGS__) argument
31 #define log_peer_broken(log, nodeid, ...) log_((log), LOG_BROKEN, nodeid, true, __VA_ARGS__) argument
78 char *log; member
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp32 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in NumSupportedHardwareBreakpoints() local
46 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in SetHardwareBreakpoint() local
107 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in ClearHardwareBreakpoint() local
147 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in GetHardwareBreakHitIndex() local
167 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in ClearAllHardwareBreakpoints() local
209 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in NumSupportedHardwareWatchpoints() local
222 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in SetHardwareWatchpoint() local
315 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in ClearHardwareWatchpoint() local
387 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in GetWatchpointSize() local
405 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in WatchpointIsEnabled() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp32 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in NumSupportedHardwareBreakpoints() local
46 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in SetHardwareBreakpoint() local
107 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in ClearHardwareBreakpoint() local
147 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in GetHardwareBreakHitIndex() local
167 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in ClearAllHardwareBreakpoints() local
209 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in NumSupportedHardwareWatchpoints() local
222 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in SetHardwareWatchpoint() local
315 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in ClearHardwareWatchpoint() local
387 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in GetWatchpointSize() local
405 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in WatchpointIsEnabled() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp32 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in NumSupportedHardwareBreakpoints() local
46 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in SetHardwareBreakpoint() local
107 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in ClearHardwareBreakpoint() local
147 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in GetHardwareBreakHitIndex() local
167 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in ClearAllHardwareBreakpoints() local
209 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in NumSupportedHardwareWatchpoints() local
222 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in SetHardwareWatchpoint() local
315 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in ClearHardwareWatchpoint() local
387 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in GetWatchpointSize() local
405 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in WatchpointIsEnabled() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp32 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in NumSupportedHardwareBreakpoints() local
46 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in SetHardwareBreakpoint() local
107 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in ClearHardwareBreakpoint() local
147 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in GetHardwareBreakHitIndex() local
167 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in ClearAllHardwareBreakpoints() local
209 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in NumSupportedHardwareWatchpoints() local
222 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in SetHardwareWatchpoint() local
315 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in ClearHardwareWatchpoint() local
387 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in GetWatchpointSize() local
405 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in WatchpointIsEnabled() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp32 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in NumSupportedHardwareBreakpoints() local
46 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in SetHardwareBreakpoint() local
107 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in ClearHardwareBreakpoint() local
147 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in GetHardwareBreakHitIndex() local
167 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS)); in ClearAllHardwareBreakpoints() local
209 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in NumSupportedHardwareWatchpoints() local
222 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in SetHardwareWatchpoint() local
315 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in ClearHardwareWatchpoint() local
387 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in GetWatchpointSize() local
405 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in WatchpointIsEnabled() local
[all …]
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dlogger.h65 #define LOGGER_WRITE(log, level, ...) \ argument
73 #define LOGGER_TRACE(log, ...) LOGGER_WRITE(log, LOGGER_LEVEL_TRACE , __VA_ARGS__) argument
74 #define LOGGER_DEBUG(log, ...) LOGGER_WRITE(log, LOGGER_LEVEL_DEBUG , __VA_ARGS__) argument
75 #define LOGGER_INFO(log, ...) LOGGER_WRITE(log, LOGGER_LEVEL_INFO , __VA_ARGS__) argument
76 #define LOGGER_WARNING(log, ...) LOGGER_WRITE(log, LOGGER_LEVEL_WARNING, __VA_ARGS__) argument
77 #define LOGGER_ERROR(log, ...) LOGGER_WRITE(log, LOGGER_LEVEL_ERROR , __VA_ARGS__) argument
79 #define LOGGER_FATAL(log, ...) \ argument
85 #define LOGGER_ASSERT(log, cond, ...) \ argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwMetricsIntegrationTest.java139 ChromeUserMetricsExtension log = mPlatformServiceBridge.waitForNextMetricsLog(); in testMetadata_basicInfo() local
150 ChromeUserMetricsExtension log = mPlatformServiceBridge.waitForNextMetricsLog(); in testMetadata_buildInfo() local
161 ChromeUserMetricsExtension log = mPlatformServiceBridge.waitForNextMetricsLog(); in testMetadata_miscellaneousSystemProfileInfo() local
176 ChromeUserMetricsExtension log = mPlatformServiceBridge.waitForNextMetricsLog(); in testMetadata_osData() local
188 ChromeUserMetricsExtension log = mPlatformServiceBridge.waitForNextMetricsLog(); in testMetadata_hardwareMiscellaneous() local
200 ChromeUserMetricsExtension log = mPlatformServiceBridge.waitForNextMetricsLog(); in testMetadata_hardwareScreen() local
216 ChromeUserMetricsExtension log = mPlatformServiceBridge.waitForNextMetricsLog(); in testMetadata_hardwareCpu() local
234 ChromeUserMetricsExtension log = mPlatformServiceBridge.waitForNextMetricsLog(); in testMetadata_hardwareGpu() local
248 ChromeUserMetricsExtension log = mPlatformServiceBridge.waitForNextMetricsLog(); in testMetadata_hardwareDrive() local
260 ChromeUserMetricsExtension log = mPlatformServiceBridge.waitForNextMetricsLog(); in testMetadata_network() local
/dports/net-p2p/litecoin/litecoin-0.18.1/doc/litecoin-release-notes/
H A Drelease-notes-0.16.0.md197 ### Block and transaction handling
217 ### P2P protocol and network code
235 ### Wallet
272 ### RPC and other APIs
314 ### GUI
348 ### Build system
374 ### Tests and QA
451 ### Documentation
513 ### Refactoring
570 ### Miscellaneous
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/doc/litecoin-release-notes/
H A Drelease-notes-0.16.0.md197 ### Block and transaction handling
217 ### P2P protocol and network code
235 ### Wallet
272 ### RPC and other APIs
314 ### GUI
348 ### Build system
374 ### Tests and QA
451 ### Documentation
513 ### Refactoring
570 ### Miscellaneous
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/doc/litecoin-release-notes/
H A Drelease-notes-0.16.0.md197 ### Block and transaction handling
217 ### P2P protocol and network code
235 ### Wallet
272 ### RPC and other APIs
314 ### GUI
348 ### Build system
374 ### Tests and QA
451 ### Documentation
513 ### Refactoring
570 ### Miscellaneous
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/administration/troubleshooting/
H A Dlog_parsing.md66 #### Find all requests with a 5XX status code
72 #### Top 10 slowest requests
78 #### Find and pretty print all requests related to a project
84 #### Find all requests with a total duration > 5 seconds
90 #### Find all project requests with more than 5 rugged calls
96 #### Find all requests with a Gitaly duration > 10 seconds
102 #### Find all requests with a queue duration > 10 seconds
108 #### Top 10 requests by # of Gitaly calls
116 #### Print the top three controller methods by request volume and their three longest durations
132 #### Print top three routes with request count and their three longest durations
/dports/devel/py-simpy/simpy-3.0.13/tests/
H A Dtest_rt.py18 def process(env, log, sleep, timeout=1): argument
31 def test_rt(log, factor): argument
45 def test_rt_multiple_call(log): argument
67 def test_rt_slow_sim_default_behavior(log): argument
78 def test_rt_slow_sim_no_error(log): argument
99 def test_rt_sync(log): argument
/dports/net-p2p/bitcoin/bitcoin-22.0/doc/release-notes/
H A Drelease-notes-0.16.0.md206 ### Block and transaction handling
226 ### P2P protocol and network code
244 ### Wallet
281 ### RPC and other APIs
323 ### GUI
357 ### Build system
383 ### Tests and QA
460 ### Documentation
522 ### Refactoring
579 ### Miscellaneous
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/doc/release-notes/
H A Drelease-notes-0.16.0.md206 ### Block and transaction handling
226 ### P2P protocol and network code
244 ### Wallet
281 ### RPC and other APIs
323 ### GUI
357 ### Build system
383 ### Tests and QA
460 ### Documentation
522 ### Refactoring
579 ### Miscellaneous
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/doc/release-notes/
H A Drelease-notes-0.16.0.md206 ### Block and transaction handling
226 ### P2P protocol and network code
244 ### Wallet
281 ### RPC and other APIs
323 ### GUI
357 ### Build system
383 ### Tests and QA
460 ### Documentation
522 ### Refactoring
579 ### Miscellaneous
/dports/net-p2p/litecoin/litecoin-0.18.1/doc/release-notes/
H A Drelease-notes-0.16.0.md206 ### Block and transaction handling
226 ### P2P protocol and network code
244 ### Wallet
281 ### RPC and other APIs
323 ### GUI
357 ### Build system
383 ### Tests and QA
460 ### Documentation
522 ### Refactoring
579 ### Miscellaneous
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/doc/release-notes/
H A Drelease-notes-0.16.0.md206 ### Block and transaction handling
226 ### P2P protocol and network code
244 ### Wallet
281 ### RPC and other APIs
323 ### GUI
357 ### Build system
383 ### Tests and QA
460 ### Documentation
522 ### Refactoring
579 ### Miscellaneous
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/doc/release-notes/
H A Drelease-notes-0.16.0.md206 ### Block and transaction handling
226 ### P2P protocol and network code
244 ### Wallet
281 ### RPC and other APIs
323 ### GUI
357 ### Build system
383 ### Tests and QA
460 ### Documentation
522 ### Refactoring
579 ### Miscellaneous
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/doc/release-notes/
H A Drelease-notes-0.16.0.md206 ### Block and transaction handling
226 ### P2P protocol and network code
244 ### Wallet
281 ### RPC and other APIs
323 ### GUI
357 ### Build system
383 ### Tests and QA
460 ### Documentation
522 ### Refactoring
579 ### Miscellaneous
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/doc/release-notes/
H A Drelease-notes-0.16.0.md206 ### Block and transaction handling
226 ### P2P protocol and network code
244 ### Wallet
281 ### RPC and other APIs
323 ### GUI
357 ### Build system
383 ### Tests and QA
460 ### Documentation
522 ### Refactoring
579 ### Miscellaneous
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/doc/release-notes/
H A Drelease-notes-0.16.0.md206 ### Block and transaction handling
226 ### P2P protocol and network code
244 ### Wallet
281 ### RPC and other APIs
323 ### GUI
357 ### Build system
383 ### Tests and QA
460 ### Documentation
522 ### Refactoring
579 ### Miscellaneous

12345678910>>...1289