HomeSort by relevance Sort by last modified time
    Searched refs:Now (Results 126 - 150 of 656) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
log.py 92 "ts": trace_time.Now(),
169 add_trace_event("B", trace_time.Now(), "python", name, args)
172 add_trace_event("E", trace_time.Now(), "python", name, args)
  /external/v8/src/base/platform/
time.h 283 // Contains the NULL time. Use Time::Now() to get the current time.
288 // times are increasing, or that two calls to Now() won't be the same.
289 static Time Now();
291 // Returns the current time. Same as Now() except that this function always
340 // Time::Now() may actually decrease or jump). But note that TimeTicks may
348 // Platform-dependent tick count representing "right now."
352 static TimeTicks Now();
356 // resolution. THIS CALL IS GENERALLY MUCH MORE EXPENSIVE THAN Now() AND
367 // Please use Now() to create a new object. This is for internal use
386 // Returns true if ThreadTicks::Now() is supported on this system
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/mac/
full_screen_chrome_window_detector.cc 216 (TickTime::Now() - last_udpate_time_).Milliseconds();
228 (TickTime::Now() - last_udpate_time_).Milliseconds()
240 last_udpate_time_ = TickTime::Now();
  /build/kati/
func.go 182 t := time.Now()
216 t := time.Now()
248 t := time.Now()
270 t := time.Now()
299 t := time.Now()
331 t := time.Now()
360 t := time.Now()
408 t := time.Now()
430 t := time.Now()
474 t := time.Now()
    [all...]
stats.go 52 t.t0 = time.Now()
75 e.t = time.Now()
  /external/libchrome/dbus/
object_proxy.cc 86 const base::TimeTicks start_time = base::TimeTicks::Now();
106 base::TimeTicks::Now() - start_time);
135 const base::TimeTicks start_time = base::TimeTicks::Now();
294 // It's now safe to unref the request message.
370 base::TimeTicks::Now() - start_time);
509 const base::TimeTicks start_time = base::TimeTicks::Now();
522 const base::TimeTicks start_time = base::TimeTicks::Now();
551 base::TimeTicks::Now() - start_time);
  /prebuilts/go/darwin-x86/src/time/
time_test.go 24 lt := Now()
654 t1 := Now()
767 err := json.Unmarshal([]byte(`{"now is the time":"buddy"}`), &tt)
896 c <- Now().String()
898 _ = Now().String()
916 {0, `time.Now()`, func() { t = Now() }},
917 {0, `time.Now().UnixNano()`, func() { u = Now().UnixNano() }},
945 name, offset := Now().In(loc).Zone(
    [all...]
  /prebuilts/go/linux-x86/src/time/
time_test.go 24 lt := Now()
654 t1 := Now()
767 err := json.Unmarshal([]byte(`{"now is the time":"buddy"}`), &tt)
896 c <- Now().String()
898 _ = Now().String()
916 {0, `time.Now()`, func() { t = Now() }},
917 {0, `time.Now().UnixNano()`, func() { u = Now().UnixNano() }},
945 name, offset := Now().In(loc).Zone(
    [all...]
  /prebuilts/go/darwin-x86/src/net/
timeout_test.go 62 d.Deadline = time.Now().Add(tt.delta)
119 d.Deadline = time.Now().Add(tt.delta)
184 if err := ln.(*TCPListener).SetDeadline(time.Now().Add(tt.timeout)); err != nil {
231 if err := ln.(*TCPListener).SetDeadline(time.Now().Add(10 * time.Millisecond)); err != nil {
274 if err := ln.(*TCPListener).SetDeadline(time.Now().Add(-5 * time.Second)); err != nil {
333 if err := c.SetReadDeadline(time.Now().Add(tt.timeout)); err != nil {
385 if err := c.SetDeadline(time.Now().Add(-5 * time.Second)); err != nil {
388 if err := c.SetWriteDeadline(time.Now().Add(-5 * time.Second)); err != nil {
465 if err := c.SetReadDeadline(time.Now().Add(tt.timeout)); err != nil {
520 if err := c.SetWriteDeadline(time.Now().Add(tt.timeout)); err != nil
    [all...]
  /prebuilts/go/linux-x86/src/net/
timeout_test.go 62 d.Deadline = time.Now().Add(tt.delta)
119 d.Deadline = time.Now().Add(tt.delta)
184 if err := ln.(*TCPListener).SetDeadline(time.Now().Add(tt.timeout)); err != nil {
231 if err := ln.(*TCPListener).SetDeadline(time.Now().Add(10 * time.Millisecond)); err != nil {
274 if err := ln.(*TCPListener).SetDeadline(time.Now().Add(-5 * time.Second)); err != nil {
333 if err := c.SetReadDeadline(time.Now().Add(tt.timeout)); err != nil {
385 if err := c.SetDeadline(time.Now().Add(-5 * time.Second)); err != nil {
388 if err := c.SetWriteDeadline(time.Now().Add(-5 * time.Second)); err != nil {
465 if err := c.SetReadDeadline(time.Now().Add(tt.timeout)); err != nil {
520 if err := c.SetWriteDeadline(time.Now().Add(tt.timeout)); err != nil
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
Flat32.s 66 # Now we're in 16 bit protected mode
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
battor_tracing_agent.py 101 timestamp = trace_time.Now()
  /external/clang/test/SemaCXX/
typo-correction-delayed.cpp 194 static void Now(); // expected-note {{'Now' declared here}}
197 TimeTicks::now(); // expected-error {{no member named 'now' in 'PR22297::TimeTicks'; did you mean 'Now'?}}
  /external/libbrillo/brillo/
backoff_entry.cc 58 base::TimeTicks now = ImplGetTimeNow(); local
59 if (exponential_backoff_release_time_ <= now)
61 return exponential_backoff_release_time_ - now;
76 base::TimeTicks now = ImplGetTimeNow();
79 (now - exponential_backoff_release_time_).InMilliseconds();
81 // Release time is further than now, we are managing it.
109 return base::TimeTicks::Now();
  /external/libchrome/base/message_loop/
incoming_task_queue.cc 44 delayed_run_time = TimeTicks::Now() + delay;
110 // Reset the count of high resolution tasks since our queue is now empty.
  /external/libchrome/base/
observer_list_unittest.cc 100 start_(Time::Now()),
127 if ((Time::Now() - start_).InMilliseconds() > kThreadRunTime) {
292 // Now add a when there's a loop.
392 Time start = Time::Now();
394 if ((Time::Now() - start).InMilliseconds() > kThreadRunTime)
  /external/syslinux/dos/
crt0.S 58 # Now call main
  /external/v8/src/base/utils/
random-number-generator.cc 75 seed ^= TimeTicks::Now().ToInternalValue() << 8;
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 132 case ZOption::Now:
  /prebuilts/go/darwin-x86/src/context/
context_test.go 265 c, _ := WithDeadline(Background(), time.Now().Add(50*time.Millisecond))
271 c, _ = WithDeadline(Background(), time.Now().Add(50*time.Millisecond))
275 c, _ = WithDeadline(Background(), time.Now().Add(50*time.Millisecond))
277 c, _ = WithDeadline(o, time.Now().Add(4*time.Second))
280 c, _ = WithDeadline(Background(), time.Now().Add(-time.Millisecond))
283 c, _ = WithDeadline(Background(), time.Now())
284 testDeadline(c, "WithDeadline+now", time.Second, t)
510 testLayers(t, time.Now().UnixNano(), false)
514 testLayers(t, time.Now().UnixNano(), true)
  /prebuilts/go/darwin-x86/src/testing/
example.go 85 start := time.Now()
90 dstr := fmtDuration(time.Now().Sub(start))
  /prebuilts/go/darwin-x86/test/
maplinear.go 27 t1 := time.Now()
32 t0 := time.Now()
  /prebuilts/go/linux-x86/src/context/
context_test.go 265 c, _ := WithDeadline(Background(), time.Now().Add(50*time.Millisecond))
271 c, _ = WithDeadline(Background(), time.Now().Add(50*time.Millisecond))
275 c, _ = WithDeadline(Background(), time.Now().Add(50*time.Millisecond))
277 c, _ = WithDeadline(o, time.Now().Add(4*time.Second))
280 c, _ = WithDeadline(Background(), time.Now().Add(-time.Millisecond))
283 c, _ = WithDeadline(Background(), time.Now())
284 testDeadline(c, "WithDeadline+now", time.Second, t)
510 testLayers(t, time.Now().UnixNano(), false)
514 testLayers(t, time.Now().UnixNano(), true)
  /prebuilts/go/linux-x86/src/testing/
example.go 85 start := time.Now()
90 dstr := fmtDuration(time.Now().Sub(start))
  /prebuilts/go/linux-x86/test/
maplinear.go 27 t1 := time.Now()
32 t0 := time.Now()

Completed in 1065 milliseconds

1 2 3 4 56 7 8 91011>>