Searched refs:VLOG_IF (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/tools/relocation_packer/src/
H A Ddebug_unittest.cc79 VLOG_IF(0, true) << "VLOG 0 INFO log message, SHOULD NOT PRINT";
80 VLOG_IF(1, true) << "VLOG 1 INFO log message, SHOULD NOT PRINT";
81 VLOG_IF(2, true) << "VLOG 2 INFO log message, SHOULD NOT PRINT";
88 VLOG_IF(0, true) << "VLOG 0 INFO log message";
89 VLOG_IF(0, false) << "VLOG 0 INFO log message, SHOULD NOT PRINT";
90 VLOG_IF(1, true) << "VLOG 1 INFO log message";
91 VLOG_IF(1, false) << "VLOG 1 INFO log message, SHOULD NOT PRINT";
92 VLOG_IF(2, true) << "VLOG 2 INFO log message, SHOULD NOT PRINT";
93 VLOG_IF(2, false) << "VLOG 2 INFO log message, SHOULD NOT PRINT";
H A Ddebug.h15 // VLOG_IF(level, predicate) logs INFO if predicate evaluates to true,
102 #define VLOG_IF(level, predicate) \ macro
/external/ceres-solver/internal/ceres/
H A Dminimizer.cc56 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
61 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
H A Dtrust_region_minimizer.cc231 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
267 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
276 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
337 VLOG_IF(1, is_not_silent)
425 VLOG_IF(2, is_not_silent) << "Inner iteration failed.";
432 VLOG_IF(2, is_not_silent)
446 VLOG_IF(2, is_not_silent && !inner_iterations_are_enabled)
468 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
482 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
556 VLOG_IF(
[all...]
H A Dline_search_minimizer.cc154 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
218 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
227 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
387 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
401 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
H A Dsolver_impl.cc328 VLOG_IF(1, options.logging_type != SILENT) << summary->message;
548 VLOG_IF(1, options.logging_type != SILENT) << summary->message;
/external/chromium_org/content/common/
H A Dplugin_list_posix.cc33 VLOG_IF(1, PluginList::DebugPluginLoading()) << "Using " << info.path.value();
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_list_desktop.cc68 VLOG_IF(2, (omitted_item_count_ > 1)) << omitted_item_count_
/external/chromium_org/chrome/installer/util/
H A Ddelete_reg_value_work_item.cc102 VLOG_IF(1, result != ERROR_SUCCESS) << "rollback: restoring "
/external/chromium_org/media/cast/sender/
H A Dframe_sender.cc217 VLOG_IF(1, !is_audio_ && encoded_frame->dependency == EncodedFrame::KEY)
251 VLOG_IF(1, is_last_aggressive_report)
366 VLOG_IF(1, percent > 50)
/external/chromium_org/base/
H A Dlogging_unittest.cc73 VLOG_IF(0, true) << mock_log_source.Log();
139 VLOG_IF(1, true) << mock_log_source.Log();
H A Dlogging.h107 // There is also a VLOG_IF "verbose level" condition macro for sample
111 // VLOG_IF(1, (size > 1024))
381 #define VLOG_IF(verbose_level, condition) \ macro
556 #define DVLOG_IF(verboselevel, condition) VLOG_IF(verboselevel, condition)
/external/chromium_org/chromeos/network/
H A Dpolicy_applicator.cc161 VLOG_IF(1, was_managed && old_guid != new_guid)
164 VLOG_IF(1, !was_managed) << "Applying policy " << new_guid
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h309 # define VLOG_IF(n, condition) LOG_IF(n, (n <= MAX_LOG_LEVEL) && condition) macro
314 # define VLOG_IF(n, condition) LOG_IF(n, condition) macro
/external/chromium_org/chrome/browser/chromeos/
H A Dproxy_config_service_impl.cc107 VLOG_IF(1, new_network) << "New network: name=" << new_network->name()
/external/chromium_org/media/audio/pulse/
H A Daudio_manager_pulse.cc174 VLOG_IF(0, !output_device_id.empty()) << "Not implemented!";
/external/chromium_org/media/cast/test/
H A Dend2end_unittest.cc309 VLOG_IF(1, !last_playout_time_.is_null())
417 VLOG_IF(1, !last_playout_time_.is_null())
708 VLOG_IF(1, !last_audio_playout_time_.is_null())
/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.cc279 VLOG_IF(1, !setup_exe->empty()) << "Found a higher version of "
/external/chromium_org/components/nacl/renderer/
H A Dnexe_load_manager.cc275 VLOG_IF(1, exit_status_ != -1)
/external/chromium_org/content/zygote/
H A Dzygote_main_linux.cc331 VLOG_IF(1, !library) << "Unable to load plugin "
/external/chromium_org/ipc/
H A Dipc_sync_channel.cc314 VLOG_IF(1, !send_result) << "Couldn't deserialize reply message";
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_output_win.cc76 VLOG_IF(1, share_mode_ == AUDCLNT_SHAREMODE_EXCLUSIVE)
/external/chromium_org/media/cast/net/rtcp/
H A Drtcp_builder.cc322 VLOG_IF(1, !nack_string_builder.Empty())
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprinter.cc856 VLOG_IF(0, !ipv4.empty())
858 VLOG_IF(0, !ipv6.empty())
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_tasks.cc198 VLOG_IF(1, !task_id.empty()) << "Found suffix default handler: " << task_id;

Completed in 8590 milliseconds

12