Home
last modified time | relevance | path

Searched refs:LOG_IF (Results 1 – 17 of 17) sorted by relevance

/external/ceres-solver/internal/ceres/
Dline_search_minimizer.cc138 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message; in Minimize()
202 LOG_IF(ERROR, is_not_silent) << "Terminating: " << summary->message; in Minimize()
257 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message; in Minimize()
266 LOG_IF(WARNING, is_not_silent) in Minimize()
307 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message; in Minimize()
323 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message; in Minimize()
340 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message; in Minimize()
351 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message; in Minimize()
Dline_search.cc278 LOG_IF(WARNING, !options().is_silent) << summary->error; in Search()
296 LOG_IF(WARNING, !options().is_silent) << summary->error; in Search()
549 LOG_IF(WARNING, !options().is_silent) in BracketingPhase()
571 LOG_IF(WARNING, !options().is_silent) << summary->error; in BracketingPhase()
610 LOG_IF(WARNING, !options().is_silent) << summary->error; in BracketingPhase()
694 LOG_IF(WARNING, !options().is_silent) << summary->error; in ZoomPhase()
715 LOG_IF(WARNING, !options().is_silent) << summary->error; in ZoomPhase()
727 LOG_IF(WARNING, !options().is_silent) << summary->error; in ZoomPhase()
778 LOG_IF(WARNING, !options().is_silent) << summary->error; in ZoomPhase()
Dtrust_region_minimizer.cc187 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message; in Minimize()
205 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message; in Minimize()
309 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message; in Minimize()
357 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message; in Minimize()
582 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message; in Minimize()
Dline_search_direction.cc153 LOG_IF(WARNING, num_parameters_ >= 1e3) in BFGS()
Dsolver.cc260 LOG_IF(WARNING, in LineSearchOptionsAreValid()
/external/ceres-solver/internal/ceres/miniglog/glog/
Dlogging.h295 #define LOG_IF(severity, condition) \ macro
300 #define LOG_IF_FALSE(severity, condition) LOG_IF(severity, !(condition))
306 # define LOG(n) LOG_IF(n, n <= MAX_LOG_LEVEL)
307 # define VLOG(n) LOG_IF(n, n <= MAX_LOG_LEVEL)
308 # define LG LOG_IF(INFO, INFO <= MAX_LOG_LEVEL)
309 # define VLOG_IF(n, condition) LOG_IF(n, (n <= MAX_LOG_LEVEL) && condition)
314 # define VLOG_IF(n, condition) LOG_IF(n, condition)
/external/libweave/third_party/chromium/base/
Dlogging.h342 #define LOG_IF(severity, condition) \ macro
346 #define SYSLOG_IF(severity, condition) LOG_IF(severity, condition)
360 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "
505 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
728 LOG_IF(ERROR, !logged_once) << NOTIMPLEMENTED_MSG;\
Dlogging_unittest.cc71 LOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F()
129 LOG_IF(INFO, false) << mock_log_source.Log(); in TEST_F()
/external/libchrome/base/
Dlogging.h402 #define LOG_IF(severity, condition) \ macro
406 #define SYSLOG_IF(severity, condition) LOG_IF(severity, condition)
439 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "
626 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
978 LOG_IF(ERROR, !logged_once) << NOTIMPLEMENTED_MSG;\
Dlogging_unittest.cc70 LOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F()
136 LOG_IF(INFO, false) << mock_log_source.Log(); in TEST_F()
/external/libweave/src/commands/
Dcommand_queue.cc75 LOG_IF(FATAL, id.empty()) << "Command has no ID"; in Add()
78 LOG_IF(FATAL, !pair.second) << "Command with ID '" << id in Add()
/external/libchrome/dbus/
Dobject_manager.cc238 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value() in OnSetupMatchRuleAndFilterComplete()
393 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value() in InterfacesAddedConnected()
418 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value() in InterfacesRemovedConnected()
Dproperty.cc95 LOG_IF(WARNING, !success) << "Failed to connect to " << signal_name in ChangedConnected()
226 LOG_IF(WARNING, !response) << property->name() << ": Set: failed."; in OnSet()
Dbus.cc530 LOG_IF(ERROR, !signaled) << "Failed to shutdown the bus"; in ShutdownOnDBusThreadAndBlock()
/external/ceres-solver/examples/
Dpowell.cc128 LOG_IF(FATAL, !ceres::StringToMinimizerType(FLAGS_minimizer, in main()
/external/libbrillo/brillo/glib/
Ddbus.cc255 LOG_IF(WARNING, result == DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER) in RegisterExclusiveService()
/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc313 LOG_IF(WARNING, !poll_data_map_.empty()) in ShutDownAsyncCurl()