OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expected_time
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/cert/
ct_serialization_unittest.cc
142
base::Time
expected_time
= base::Time::UnixEpoch() +
local
144
EXPECT_EQ(
expected_time
, sct->timestamp);
/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/chromium_org/net/http/
http_cache_unittest.cc
5838
base::Time
expected_time
= response.response_time -
local
5842
expected_time
,
local
[
all
...]
/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
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc
1461
const base::Time
expected_time
=
local
[
all
...]
Completed in 115 milliseconds