HomeSort by relevance Sort by last modified time
    Searched refs:LOG_IF (Results 51 - 75 of 161) sorted by null

1 23 4 5 6 7

  /external/chromium_org/net/cert/
x509_cert_types_win.cc 81 LOG_IF(WARNING, values.size() > 1) << "Didn't expect multiple values";
  /external/chromium_org/ui/gl/
sync_control_vsync_provider.cc 60 LOG_IF(ERROR, !prev_invalid_msc) << "glXGetSyncValuesOML "
  /external/chromium_org/win8/test/
metro_registration_helper.cc 128 LOG_IF(ERROR, FAILED(hr)) << std::hex << hr;
  /external/chromium_org/base/
logging_unittest.cc 69 LOG_IF(INFO, true) << mock_log_source.Log();
135 LOG_IF(INFO, false) << mock_log_source.Log();
logging.h 53 // LOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
66 // compiles. LOG_IF and development flags also work well together
74 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion;
301 // by LOG() and LOG_IF, etc. Since these are used all over our code, it's
368 #define LOG_IF(severity, condition) \
372 #define SYSLOG_IF(severity, condition) LOG_IF(severity, condition)
405 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "
553 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
    [all...]
  /external/chromium_org/content/browser/
plugin_data_remover_impl.cc 120 LOG_IF(ERROR, is_removing_) << "Timed out";
263 LOG_IF(ERROR, !success) << "ClearSiteData returned error";
  /external/chromium_org/media/cast/transport/
cast_transport_sender_impl.cc 84 LOG_IF(WARNING, config.rtp.config.aes_key.empty() ||
104 LOG_IF(WARNING, config.rtp.config.aes_key.empty() ||
  /external/chromium_org/net/quic/
quic_received_packet_manager.cc 52 LOG_IF(DFATAL, it == packets_entropy_.end())
185 LOG_IF(DFATAL, !IsAwaitingPacket(sequence_number));
  /external/chromium_org/third_party/cld/base/
logging.h 47 // LOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
93 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion;
396 #define LOG_IF(severity, condition) \
402 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition
411 LOG_IF(FATAL, PREDICT_FALSE(!(condition))) \
420 LOG_IF(QFATAL, PREDICT_FALSE(!(condition))) \
741 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
    [all...]
  /external/ceres-solver/internal/ceres/
trust_region_minimizer.cc 187 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;
  /external/chromium_org/chrome/utility/
printing_handler.cc 61 LOG_IF(WARNING, !render_pdf_to_bitmap_func_) <<
67 LOG_IF(WARNING, !get_pdf_doc_info_func_) << "Missing GetPDFDocInfo";
198 LOG_IF(WARNING, !render_pdf_to_dc_func_) << "Missing RenderPDFPageToDC";
  /external/chromium_org/media/cast/test/
receiver.cc 272 LOG_IF(WARNING, !is_continuous)
289 LOG_IF(WARNING, !is_continuous)
371 LOG_IF(WARNING, currently_playing_audio_frame_start_ != -1)
  /external/chromium_org/chrome/browser/chromeos/
ui_proxy_config_service.cc 88 LOG_IF(ERROR, !network) << "Couldn't find NetworkState for network "
  /external/chromium_org/chrome/installer/util/
product.cc 126 LOG_IF(ERROR, result != ERROR_SUCCESS) << "Failed to Open or Write MSI value"
  /external/chromium_org/extensions/browser/value_store/
value_store_frontend.cc 62 LOG_IF(ERROR, result->HasError()) << "Error while writing " << key << " to "
  /external/chromium_org/media/audio/
audio_input_unittest.cc 68 LOG_IF(WARNING, !has_input) << "No input devices detected";
audio_low_latency_input_output_unittest.cc 114 LOG_IF(WARNING, !input) << "No input device detected.";
115 LOG_IF(WARNING, !output) << "No output device detected.";
  /external/chromium_org/media/audio/win/
audio_device_listener_win.cc 85 LOG_IF(ERROR, FAILED(hr)) << "UnregisterEndpointNotificationCallback() "
  /external/chromium_org/net/base/
network_change_notifier_win.cc 200 LOG_IF(ERROR, result != 0)
  /external/chromium_org/net/proxy/
proxy_resolver_perftest.cc 169 LOG_IF(ERROR, !ok) << "Failed to read file: " << path.value();
  /external/chromium_org/win8/metro_driver/
print_document_source.cc 197 LOG_IF(ERROR, FAILED(hr)) << "Failed to get page's metafile " << std::hex
289 LOG_IF(ERROR, FAILED(hr)) << "Failed to get page's metafile " << std::hex
443 LOG_IF(ERROR, FAILED(hr)) << "Failed to EndDraw " << std::hex << hr;
447 LOG_IF(ERROR, FAILED(close_hr)) << "Failed to close command list " << std::hex
  /external/chromium_org/chrome/browser/
process_singleton_win.cc 434 LOG_IF(WARNING, lock_file_ != INVALID_HANDLE_VALUE &&
436 LOG_IF(ERROR, lock_file_ == INVALID_HANDLE_VALUE)
  /external/chromium_org/dbus/
object_manager.cc 187 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value()
212 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value()
property.cc 90 LOG_IF(WARNING, !success) << "Failed to connect to " << signal_name
168 LOG_IF(WARNING, !response) << property->name() << ": Set: failed.";
  /external/chromium_org/sync/tools/
sync_client.cc 209 LOG_IF(INFO, notifier_options.try_ssltcp_first)
214 LOG_IF(INFO, notifier_options.allow_insecure_connection)

Completed in 1528 milliseconds

1 23 4 5 6 7