Searched defs:now_usec (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/suggestions/
H A Dsuggestions_store.cc64 int64 now_usec = (base::Time::NowFromSystemTime() - base::Time::UnixEpoch()) local
69 if (!suggestion->has_expiry_ts() || suggestion->expiry_ts() > now_usec) {
H A Dsuggestions_store_unittest.cc40 int64 now_usec = (base::Time::NowFromSystemTime() - base::Time::UnixEpoch()) local
48 AddSuggestion(&suggestions, kTestTitle, kTestUrl, now_usec + offset_usec);
50 AddSuggestion(&suggestions, kTestTitle, kTestUrl, now_usec - offset_usec);
H A Dsuggestions_service.cc348 int64 now_usec = (base::Time::NowFromSystemTime() - base::Time::UnixEpoch()) local
350 SetDefaultExpiryTimestamp(&suggestions, now_usec + kDefaultExpiryUsec);
/external/lldb/tools/debugserver/source/
H A DDNBTimer.h102 uint64_t now_usec = (uint64_t)(now.tv_sec) * 1000000ull + (uint64_t)now.tv_usec; local
104 uint64_t elapsed = now_usec - this_usec;
115 uint64_t now_usec = (uint64_t)(now.tv_sec) * 1000000ull + (uint64_t)now.tv_usec; local
116 return now_usec;

Completed in 246 milliseconds