HomeSort by relevance Sort by last modified time
    Searched refs:VLOG_IF (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/tools/relocation_packer/src/
debug_unittest.cc 79 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";
debug.h 15 // VLOG_IF(level, predicate) logs INFO if predicate evaluates to true,
102 #define VLOG_IF(level, predicate) \
  /external/ceres-solver/internal/ceres/
minimizer.cc 56 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
61 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
trust_region_minimizer.cc 231 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(2, is_not_silent
    [all...]
line_search_minimizer.cc 154 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;
solver_impl.cc 328 VLOG_IF(1, options.logging_type != SILENT) << summary->message;
548 VLOG_IF(1, options.logging_type != SILENT) << summary->message;
    [all...]
  /external/chromium_org/content/common/
plugin_list_posix.cc 33 VLOG_IF(1, PluginList::DebugPluginLoading()) << "Using " << info.path.value();
  /external/chromium_org/chrome/browser/profiles/
profile_list_desktop.cc 68 VLOG_IF(2, (omitted_item_count_ > 1)) << omitted_item_count_
  /external/chromium_org/chrome/installer/util/
delete_reg_value_work_item.cc 102 VLOG_IF(1, result != ERROR_SUCCESS) << "rollback: restoring "
  /external/chromium_org/media/cast/sender/
frame_sender.cc 217 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/
logging_unittest.cc 73 VLOG_IF(0, true) << mock_log_source.Log();
139 VLOG_IF(1, true) << mock_log_source.Log();
logging.h 107 // 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) \
556 #define DVLOG_IF(verboselevel, condition) VLOG_IF(verboselevel, condition)
    [all...]
  /external/chromium_org/chromeos/network/
policy_applicator.cc 161 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/
logging.h 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/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl.cc 107 VLOG_IF(1, new_network) << "New network: name=" << new_network->name()
  /external/chromium_org/media/audio/pulse/
audio_manager_pulse.cc 174 VLOG_IF(0, !output_device_id.empty()) << "Not implemented!";
  /external/chromium_org/media/cast/test/
end2end_unittest.cc 309 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())
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 279 VLOG_IF(1, !setup_exe->empty()) << "Found a higher version of "
  /external/chromium_org/components/nacl/renderer/
nexe_load_manager.cc 275 VLOG_IF(1, exit_status_ != -1)
  /external/chromium_org/content/zygote/
zygote_main_linux.cc 331 VLOG_IF(1, !library) << "Unable to load plugin "
  /external/chromium_org/ipc/
ipc_sync_channel.cc 314 VLOG_IF(1, !send_result) << "Couldn't deserialize reply message";
  /external/chromium_org/media/audio/win/
audio_low_latency_output_win.cc 76 VLOG_IF(1, share_mode_ == AUDCLNT_SHAREMODE_EXCLUSIVE)
  /external/chromium_org/media/cast/net/rtcp/
rtcp_builder.cc 322 VLOG_IF(1, !nack_string_builder.Empty())
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.cc 856 VLOG_IF(0, !ipv4.empty())
858 VLOG_IF(0, !ipv6.empty())
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks.cc 198 VLOG_IF(1, !task_id.empty()) << "Found suffix default handler: " << task_id;

Completed in 2875 milliseconds

1 2