HomeSort by relevance Sort by last modified time
    Searched refs:expected_time (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/base/
net_log_unittest.h 26 const base::TimeTicks& expected_time,
49 if (expected_time != entry.time) {
52 << ". Expected time: " << expected_time.ToInternalValue()
62 const base::TimeTicks& expected_time,
65 return LogContainsEventHelper(log, i, expected_time, true,
  /external/qemu/
arch_init.c 257 uint64_t expected_time = 0; local
315 /* if we haven't transferred anything this round, force expected_time to a
334 expected_time = ram_save_remaining() * TARGET_PAGE_SIZE / bwidth;
336 return (stage == 2) && (expected_time <= migrate_max_downtime());
  /external/markdown/
test-markdown.py 280 expected_time, expected_mem = self.saved_benchmarks.get(test, ("na", "na"))
282 self.html_diff_file.write(get_benchmark_html(conversion_time, expected_time))
  /external/chromium/net/http/
http_cache_unittest.cc 4930 base::Time expected_time = response.response_time - local
4933 expected_time, buf, buf->size()); local
    [all...]

Completed in 133 milliseconds