Searched refs:PLOG_IF (Results 1 – 12 of 12) sorted by relevance
/external/cronet/base/threading/ |
D | platform_thread_linux.cc | 265 PLOG_IF(ERROR, !WriteFile(latency_sensitive_file, "1", 1)) in SetThreadLatencySensitivity() 268 PLOG_IF(ERROR, !WriteFile(latency_sensitive_file, "0", 1)) in SetThreadLatencySensitivity() 294 PLOG_IF(ERROR, errno != E2BIG) in SetThreadLatencySensitivity()
|
/external/libbrillo/brillo/ |
D | scoped_mount_namespace.cc | 28 PLOG_IF(ERROR, setns(mount_namespace_fd_.get(), CLONE_NEWNS) != 0) in ~ScopedMountNamespace()
|
/external/cronet/third_party/abseil-cpp/absl/log/ |
D | log.h | 220 #define PLOG_IF(severity, condition) ABSL_PLOG_IF_IMPL(_##severity, condition) macro
|
/external/angle/third_party/abseil-cpp/absl/log/ |
D | log.h | 221 #define PLOG_IF(severity, condition) \ macro
|
/external/cronet/base/ |
D | logging.h | 559 #define PLOG_IF(severity, condition) \ macro 587 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
|
D | logging_unittest.cc | 125 PLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 186 PLOG_IF(INFO, false) << mock_log_source.Log(); in TEST_F()
|
/external/cronet/base/android/library_loader/ |
D | library_prefetcher.cc | 58 PLOG_IF(ERROR, err) << "mincore() failed"; in Mincore()
|
/external/webrtc/third_party/abseil-cpp/absl/log/ |
D | log.h | 202 #define PLOG_IF(severity, condition) \ macro
|
/external/libchrome/base/android/library_loader/ |
D | library_prefetcher.cc | 84 PLOG_IF(ERROR, err) << "mincore() failed"; in Mincore()
|
/external/libchrome/base/ |
D | logging_unittest.cc | 113 PLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 179 PLOG_IF(INFO, false) << mock_log_source.Log(); in TEST_F()
|
D | logging.h | 471 #define PLOG_IF(severity, condition) \ macro 806 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
|
/external/zlib/google/ |
D | zip.cc | 35 PLOG_IF(ERROR, !ok) << "Cannot create directory " << Redact(dir); in CreateDirectory()
|