Searched refs:Now (Results 126 - 150 of 205) sorted by relevance

123456789

/external/libchrome/base/threading/
H A Dthread_unittest.cc502 const base::TimeTicks ticks_before_post = base::TimeTicks::Now();
511 EXPECT_GE(base::TimeTicks::Now() - ticks_before_post,
H A Dsequenced_worker_pool.cc721 sequenced.time_to_run = TimeTicks::Now() + delay;
758 // Now that we have the lock, apply the named token rules.
982 TimeTicks shutdown_wait_begin = TimeTicks::Now();
993 TimeTicks::Now() - shutdown_wait_begin);
1249 // a single call to TimeTicks::Now().
1250 const TimeTicks current_time = TimeTicks::Now();
/external/libcxx/utils/google-benchmark/src/
H A Dsysinfo.cc499 const auto start_ticks = cycleclock::Now();
501 return static_cast<double>(cycleclock::Now() - start_ticks);
/external/llvm/lib/Support/Windows/
H A DProgram.inc218 // Now build the command line.
374 // Now return an error if the process didn't get created.
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DProgram.inc218 // Now build the command line.
374 // Now return an error if the process didn't get created.
/external/walt/docs/
H A DDragLatency.md33 Now imagine that the clocks timestamping the touch and the laser events diverge a little (this divergence is the latency we want to measure). The red 'x' marks would move along the graph. But half of them would move up and half down (corresponding to direction of the finger movement in that point) and therefore they would diverge in opposite directions from the relatively straight horizontal line you see on the screenshot.
/external/webrtc/webrtc/modules/video_processing/test/
H A Dvideo_processing_unittest.cc250 const TickTime time_start = TickTime::Now();
297 const int64_t runtime = (TickTime::Now() - time_start).Microseconds();
/external/libchrome/base/message_loop/
H A Dmessage_pump_libevent.cc248 TimeDelta delay = delayed_work_time_ - TimeTicks::Now();
/external/libchrome/base/
H A Dobserver_list_unittest.cc114 start_(Time::Now()),
139 if ((Time::Now() - start_).InMilliseconds() > kThreadRunTime) {
354 // Now add a when there's a loop.
454 Time start = Time::Now();
456 if ((Time::Now() - start).InMilliseconds() > kThreadRunTime)
/external/pdfium/fpdfsdk/
H A Dfpdfattachment.cpp233 CFX_DateTime dateTime = CFX_DateTime::Now();
/external/stressapptest/src/
H A Dos.h358 time_initialized_ = clock_->Now();
H A Dos.cc103 time_initialized_ = clock_->Now();
347 time_t now = clock_->Now();
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A DPathV2.inc83 // Now do the actual conversion.
171 // Now do the actual conversion.
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp984 std::time_t Now = time(nullptr); local
985 if (Now < 0 || !isUInt<32>(Now))
986 Now = UINT32_MAX;
987 Header.TimeDateStamp = Now;
/external/libchrome/base/debug/
H A Dactivity_tracker.cc131 create_stamp = Time::Now().ToInternalValue();
258 activity->time_internal = base::TimeTicks::Now().ToInternalValue();
743 header_->start_time = base::Time::Now().ToInternalValue();
744 header_->start_ticks = base::TimeTicks::Now().ToInternalValue();
982 // if the trailing NUL were missing. Now limit the length if the actual
1151 // Now set those fields that can change.
1171 load_time = Time::Now().ToInternalValue();
1459 int64_t now_stamp = Time::Now().ToInternalValue();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs183 d.startTime = DateTime.Now;
189 d.stopTime = DateTime.Now;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs196 d.startTime = DateTime.Now;
203 d.stopTime = DateTime.Now;
/external/libmojo/mojo/common/
H A Dcommon_custom_types_unittest.cc235 base::Time t = base::Time::Now();
261 base::TimeTicks t = base::TimeTicks::Now();
/external/skia/infra/cts/
H A Drun_testlab.go202 now := time.Now()
/external/skqp/infra/cts/
H A Drun_testlab.go202 now := time.Now()
/external/syslinux/core/
H A Dadv.inc242 ; Now SI points to where we want to put our data
471 ; Now we have AX = cyl, DX = head, CX = sector (0-based),
H A Dbcopyxx.inc239 ; Now for the actual shuffling...
H A Ddiskboot.inc138 mov ds,cx ; Now we can initialize DS...
141 ; Now sautee the BIOS floppy info block to that it will support decent-
365 ; Now we have AX = cyl, DX = head, CX = sector (0-based),
H A Ddiskstart.inc152 ; Now we read the rest of LDLINUX.SYS.
337 ; Now we have AX = cyl, DX = head, CX = sector (0-based),
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
H A Datrace_agent.py231 t1 = trace_time_module.Now()

Completed in 704 milliseconds

123456789