Searched refs:Now (Results 151 - 175 of 205) sorted by relevance

123456789

/external/curl/packages/vms/
H A Dgenerate_config_vms_h_curl.com95 $! Now check to see if hpssl has been specifically disabled
206 $! Now the DCL builds usually say xxx-HP-VMS and configure scripts
/external/libchrome/base/trace_event/
H A Dtrace_log.h425 TimeTicks OffsetNow() const { return OffsetTimestamp(TimeTicks::Now()); }
H A Dtrace_event_unittest.cc1804 // Now run some trace code on these threads.
2546 "all", "with_timestamp", 0, 0, TimeTicks::Now());
2548 "all", "with_timestamp", 0, 0, TimeTicks::Now());
2912 TimeDelta time_offset = TimeTicks::Now() - TimeTicks();
2920 "all", "with_timestamp", 0, 0, TimeTicks::Now());
2922 "all", "with_timestamp", 0, 0, TimeTicks::Now());
2928 (TimeTicks::Now() - time_offset).ToInternalValue());
2944 base::TimeTicks start = base::TimeTicks::Now();
2948 base::TimeDelta duration = base::TimeTicks::Now() - start;
/external/libchrome/base/
H A Dtracked_objects.h567 // The |end_of_run| was just obtained by a call to Now() (just after the task
578 // The |end_of_run| was just obtained by a call to Now() (just after the task
615 static TrackedTime Now();
/external/autotest/client/site_tests/camera_V4L2/src/
H A Dmedia_v4l2_device.cc287 uint64_t start_in_nanosec = Now();
298 uint64_t end_in_nanosec = Now();
1003 uint64_t V4L2Device::Now() { function in class:V4L2Device
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp504 auto Now = llvm::TimeRecord::getCurrentTime(true); local
506 *Bucket += Now;
508 *NewBucket -= Now;
/external/libchrome/base/message_loop/
H A Dmessage_loop_unittest.cc156 *run_time = Time::Now();
196 Time start_time = Time::Now();
202 TimeDelta total_time = Time::Now() - start_time;
889 // Now kick things off
H A Dmessage_loop.cc545 // we will only call Time::Now() intermittently, and then process all tasks
552 recent_time_ = TimeTicks::Now(); // Get a better view of Now();
/external/llvm/lib/Fuzzer/
H A DFuzzerLoop.cpp628 // Now perform the actual lsan pass. This is expensive and we must ensure
736 auto Now = system_clock::now();
737 if (duration_cast<seconds>(Now - LastCorpusReload).count()) {
739 LastCorpusReload = Now;
/external/syslinux/core/
H A Disolinux.asm302 ; Now figure out what we're actually doing
323 ; Alright, we have found the drive. Now, try to find the
881 ; Now we have AX = cyl, DX = head, CX = sector (0-based),
1128 ; Now we're all set to start with our *real* business. First load the
1142 ; Now, we need to sniff out the actual filesystem data structures.
H A Dpxelinux.asm177 ; Now we're all set to start with our *real* business.
471 ; Now we actually need to exit back to gPXE, which will
/external/pdfium/xfa/fxfa/
H A Dcxfa_ffnotify.cpp287 CFX_DateTime dataTime = CFX_DateTime::Now();
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.cpp1269 YYDPRINTF ((stderr, "Now at end of input.\n"));
1718 /* Now 'shift' the result of the reduction. Determine what state
/external/v8/src/
H A Dcounters.cc294 base::TimeTicks now = Now();
/external/webrtc/webrtc/modules/desktop_capture/
H A Dscreen_capturer_mac.mm389 TickTime capture_start_time = TickTime::Now();
452 (TickTime::Now() - capture_start_time).Milliseconds());
/external/boringssl/src/util/
H A Dall_tests.go107 SecondsSinceEpoch: float64(time.Now().UnixNano()) / float64(time.Second/time.Nanosecond),
/external/nanohttpd/
H A DREADME.md243 This will generate a keystore file named 'keystore.jks' with a self signed certificate for a host named localhost with the ip adress 127.0.0.1 . Now
/external/nanohttpd/src/site/markdown/
H A Dindex.md239 This will generate a keystore file named 'keystore.jks' with a self signed certificate for a host named localhost with the ip adress 127.0.0.1 . Now
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A DPath.inc910 // Now go and create it
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberRegressionTests.java302 logln(it.Now());
311 it.Now();
1033 // Now substitute in the locale's currency symbol and create another
1273 // Now it returns 1 instead, since the pattern parser enforces at least 1 min digit.
1846 public String Now() method in class:myformat
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberRegressionTests.java299 logln(it.Now());
308 it.Now();
1030 // Now substitute in the locale's currency symbol and create another
1270 // Now it returns 1 instead, since the pattern parser enforces at least 1 min digit.
1843 public String Now() method in class:myformat
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
H A Dtrace_event_unittest.py209 trace_event.clock_sync('id', issue_ts=trace_time.Now())
/external/libchrome/base/memory/
H A Dshared_memory_unittest.cc149 << Time::Now().ToDoubleT();
/external/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.cpp2296 YYDPRINTF ((stderr, "Now at end of input.\n"));
4895 /* Now 'shift' the result of the reduction. Determine what state
/external/v8/src/base/platform/
H A Dplatform-posix.cc380 return Time::Now().ToJsTime();

Completed in 655 milliseconds

123456789