HomeSort by relevance Sort by last modified time
    Searched full:empty_file_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/test/testsupport/metrics/
video_metrics_unittest.cc 31 empty_file_ = webrtc::test::OutputPath() +
38 FILE* dummy = fopen(empty_file_.c_str(), "wb");
42 remove(empty_file_.c_str());
46 std::string empty_file_; member in class:webrtc::VideoMetricsTest
114 I420PSNRFromFiles(empty_file_.c_str(), video_file_.c_str(),
117 I420PSNRFromFiles(video_file_.c_str(), empty_file_.c_str(),
123 I420SSIMFromFiles(empty_file_.c_str(), video_file_.c_str(),
126 I420SSIMFromFiles(video_file_.c_str(), empty_file_.c_str(),
132 I420MetricsFromFiles(empty_file_.c_str(), video_file_.c_str(),
136 I420MetricsFromFiles(video_file_.c_str(), empty_file_.c_str()
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_backend.cc 207 empty_file_(true) {
229 if ((reset_first && !empty_file_) || !current_session_file_.get() ||
238 empty_file_ = false;
367 empty_file_ = true;
session_backend.h 136 bool empty_file_; member in class:SessionBackend

Completed in 179 milliseconds