Searched refs:LOG_IF (Results 1 – 12 of 12) sorted by relevance
/external/libchrome/base/ |
D | logging.h | 421 #define LOG_IF(severity, condition) \ macro 455 LOG_IF(FATAL, !(ANALYZER_ASSUME_TRUE(condition))) \ 804 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) 1173 LOG_IF(ERROR, !logged_once) << NOTIMPLEMENTED_MSG; \
|
D | logging_unittest.cc | 111 LOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 177 LOG_IF(INFO, false) << mock_log_source.Log(); in TEST_F()
|
/external/libchrome/dbus/ |
D | object_manager.cc | 40 LOG_IF(FATAL, !object_path_.IsValid()) << object_path_.value(); in ObjectManager() 391 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value() in InterfacesAddedConnected() 416 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value() in InterfacesRemovedConnected()
|
D | exported_object.cc | 37 LOG_IF(FATAL, !object_path_.IsValid()) << object_path_.value(); in ExportedObject()
|
D | property.cc | 96 LOG_IF(WARNING, !success) << "Failed to connect to " << signal_name in ChangedConnected() 225 LOG_IF(WARNING, !response) << property->name() << ": Set: failed."; in OnSet()
|
D | object_proxy.cc | 123 LOG_IF(FATAL, !object_path_.IsValid()) << object_path_.value(); in ObjectProxy()
|
D | bus.cc | 505 LOG_IF(ERROR, !signaled) << "Failed to shutdown the bus"; in ShutdownOnDBusThreadAndBlock()
|
/external/libchrome/base/memory/ |
D | memory_pressure_monitor_chromeos.cc | 121 LOG_IF(ERROR, in MemoryPressureMonitor()
|
/external/libbrillo/brillo/glib/ |
D | dbus.cc | 255 LOG_IF(WARNING, result == DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER) in RegisterExclusiveService()
|
/external/angle/third_party/zlib/google/ |
D | zip.cc | 66 LOG_IF(ERROR, !files->back().IsValid()) in Open()
|
/external/libchrome/libchrome_tools/patches/ |
D | Connect-to-NameOwnerChanged-signal-when-setting-call.patch | 139 + LOG_IF(WARNING, !success)
|
/external/libbrillo/brillo/http/ |
D | http_transport_curl.cc | 359 LOG_IF(WARNING, !poll_data_map_.empty()) in ShutDownAsyncCurl()
|