/external/chromium_org/gpu/command_buffer/service/ |
gl_utils.h | 19 LOG_IF(ERROR, gl_error != GL_NO_ERROR) << "GL Error :" << gl_error; \
|
/external/chromium_org/rlz/lib/ |
assert.h | 18 #define ASSERT_STRING(expr) LOG_IF(FATAL, false) << (expr) 24 LOG_IF(FATAL, false) << (expr); \ 33 #define VERIFY(expr) LOG_IF(FATAL, !(expr)) << #expr
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
remove_stale_cache_files.cc | 33 LOG_IF(WARNING, error != FILE_ERROR_OK)
|
/external/chromium_org/content/common/ |
plugin_list_posix.cc | 248 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 256 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 273 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 282 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 300 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 308 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 336 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 343 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 514 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 518 LOG_IF(ERROR, PluginList::DebugPluginLoading() [all...] |
/external/chromium_org/win8/metro_driver/ime/ |
ime_popup_monitor.cc | 68 LOG_IF(ERROR, !g_hook_handle_) << "SetWinEventHook failed."; 78 LOG_IF(ERROR, !unhook_succeeded) << "UnhookWinEvent failed.";
|
/external/chromium_org/content/child/npapi/ |
plugin_lib.cc | 93 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 119 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 194 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 241 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 246 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 297 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 309 LOG_IF(ERROR, PluginList::DebugPluginLoading())
|
/external/chromium_org/chrome/test/logging/win/ |
file_logger.cc | 120 LOG_IF(ERROR, FAILED(hr)) << "Failed to disable event provider " 140 LOG_IF(ERROR, FAILED(hr) && 180 LOG_IF(ERROR, FAILED(hr)) 183 LOG_IF(ERROR, FAILED(hr))
|
/external/chromium_org/net/base/ |
openssl_private_key_store_android.cc | 44 LOG_IF(ERROR, !ret) << "StoreKeyPair failed. pub len = " << public_len
|
/external/chromium_org/content/browser/ |
power_save_blocker_mac.cc | 84 LOG_IF(ERROR, result != kIOReturnSuccess) 95 LOG_IF(ERROR, result != kIOReturnSuccess)
|
/external/chromium_org/net/android/ |
network_library.cc | 68 LOG_IF(WARNING, !ret) << 81 LOG_IF(WARNING, !ret) <<
|
/external/chromium_org/sync/internal_api/ |
read_node.cc | 49 LOG_IF(WARNING, model_type == UNSPECIFIED || model_type == TOP_LEVEL_FOLDER) 92 LOG_IF(WARNING, model_type == UNSPECIFIED || model_type == TOP_LEVEL_FOLDER)
|
/external/chromium/chrome/browser/history/ |
archived_database.cc | 124 LOG_IF(WARNING, cur_version < kCurrentVersionNumber) <<
|
/external/chromium/net/base/ |
network_change_notifier_win.cc | 141 LOG_IF(ERROR, result != 0)
|
host_mapping_rules.cc | 106 LOG_IF(ERROR, !ok) << "Failed parsing rule: " << rules.token();
|
/external/chromium_org/android_webview/native/ |
aw_picture.cc | 49 LOG_IF(ERROR, !ok) << "Couldn't draw picture";
|
/external/chromium_org/chrome/browser/history/ |
archived_database.cc | 146 LOG_IF(WARNING, cur_version < kCurrentVersionNumber) <<
|
/external/chromium_org/chromeos/dbus/ |
system_clock_client.cc | 65 LOG_IF(ERROR, !success)
|
nfc_manager_client.cc | 119 LOG_IF(WARNING, !success) << "Failed to connect to AdapterAdded signal."; 140 LOG_IF(WARNING, !success) << "Failed to connect to AdapterRemoved signal.";
|
/external/chromium_org/content/renderer/ |
render_view_impl_android.cc | 32 LOG_IF(WARNING, !compositor_) << "OnUpdateTopControlsState was unhandled.";
|
/external/ceres-solver/internal/ceres/miniglog/glog/ |
logging.h | 259 #define LOG_IF(severity, condition) \ 264 #define LOG_IF_FALSE(severity, condition) LOG_IF(severity, !(condition)) 270 #define LOG(n) LOG_IF(n, n <= MAX_LOG_LEVEL) 271 #define VLOG(n) LOG_IF(n, n <= MAX_LOG_LEVEL) 272 #define LG LOG_IF(INFO, INFO <= MAX_LOG_LEVEL)
|
/external/chromium/googleurl/base/ |
logging.h | 49 // LOG_IF(INFO, num_cookies > 10) << "Got lots of cookies"; 62 // compiles. LOG_IF and development flags also work well together 70 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion; 159 // by LOG() and LOG_IF, etc. Since these are used all over our code, it's 193 #define LOG_IF(severity, condition) \ 195 #define SYSLOG_IF(severity, condition) LOG_IF(severity, condition) 198 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". " 241 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) 247 LOG_IF(FATAL, !(condition)) << "Check failed: " #condition ". "
|
/external/chromium/chrome/browser/ |
plugin_data_remover.cc | 131 LOG_IF(DFATAL, !success) << "ClearSiteData returned error"; 138 LOG_IF(DFATAL, is_removing_) << "Timed out";
|
/external/chromium_org/sync/tools/ |
sync_listen_notifications.cc | 125 LOG_IF(INFO, notifier_options.try_ssltcp_first) 130 LOG_IF(INFO, notifier_options.allow_insecure_connection)
|
/external/ceres-solver/examples/ |
powell.cc | 128 LOG_IF(FATAL, !ceres::StringToMinimizerType(FLAGS_minimizer,
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_flash_lso_helper.cc | 92 LOG_IF(ERROR, !success) << "Couldn't clear Flash LSO data for "
|