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

/external/ceres-solver/internal/ceres/
H A Dline_search_minimizer.cc138 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message;
202 LOG_IF(ERROR, is_not_silent) << "Terminating: " << summary->message;
257 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message;
266 LOG_IF(WARNING, is_not_silent)
307 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message;
323 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message;
340 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message;
351 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message;
H A Dline_search.cc278 LOG_IF(WARNING, !options().is_silent) << summary->error;
296 LOG_IF(WARNING, !options().is_silent) << summary->error;
549 LOG_IF(WARNING, !options().is_silent)
571 LOG_IF(WARNING, !options().is_silent) << summary->error;
610 LOG_IF(WARNING, !options().is_silent) << summary->error;
694 LOG_IF(WARNING, !options().is_silent) << summary->error;
715 LOG_IF(WARNING, !options().is_silent) << summary->error;
727 LOG_IF(WARNING, !options().is_silent) << summary->error;
778 LOG_IF(WARNING, !options().is_silent) << summary->error;
H A Dtrust_region_minimizer.cc187 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message;
205 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message;
309 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message;
357 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message;
582 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message;
H A Dline_search_direction.cc153 LOG_IF(WARNING, num_parameters_ >= 1e3)
H A Dsolver.cc260 LOG_IF(WARNING,
/external/ceres-solver/internal/ceres/miniglog/glog/
H A 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/ceres-solver/examples/
H A Dpowell.cc128 LOG_IF(FATAL, !ceres::StringToMinimizerType(FLAGS_minimizer,
/external/libweave/third_party/chromium/base/
H A Dlogging.h55 // LOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
68 // compiles. LOG_IF and development flags also work well together
76 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion;
289 // by LOG() and LOG_IF, etc. Since these are used all over our code, it's
342 #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;\
H A Dlogging_unittest.cc71 LOG_IF(INFO, true) << mock_log_source.Log();
129 LOG_IF(INFO, false) << mock_log_source.Log();
/external/libchrome/base/
H A Dlogging_unittest.cc70 LOG_IF(INFO, true) << mock_log_source.Log();
136 LOG_IF(INFO, false) << mock_log_source.Log();
H A Dlogging.h56 // LOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
69 // compiles. LOG_IF and development flags also work well together
77 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion;
335 // by LOG() and LOG_IF, etc. Since these are used all over our code, it's
402 #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;\
/external/libweave/src/commands/
H A Dcommand_queue.cc75 LOG_IF(FATAL, id.empty()) << "Command has no ID";
78 LOG_IF(FATAL, !pair.second) << "Command with ID '" << id
/external/libchrome/dbus/
H A Dobject_manager.cc238 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value()
393 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value()
418 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value()
H A Dproperty.cc95 LOG_IF(WARNING, !success) << "Failed to connect to " << signal_name
226 LOG_IF(WARNING, !response) << property->name() << ": Set: failed.";
H A Dbus.cc530 LOG_IF(ERROR, !signaled) << "Failed to shutdown the bus";
/external/libbrillo/brillo/glib/
H A Ddbus.cc255 LOG_IF(WARNING, result == DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER)
/external/libbrillo/brillo/http/
H A Dhttp_transport_curl.cc313 LOG_IF(WARNING, !poll_data_map_.empty())

Completed in 174 milliseconds