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

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/crypto/rand/
util_test.go 70 r := mathrand.New(mathrand.NewSource(time.Now().UnixNano()))
  /prebuilts/go/linux-x86/src/database/sql/driver/
types_test.go 20 var now = time.Now() var
50 {DefaultParameterConverter, now, now, ""},
53 {DefaultParameterConverter, &now, now, ""},
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
cgo.go 93 start := time.Now()
pprof.go 83 t0 := time.Now()
threadpprof.go 109 t0 := time.Now()
  /prebuilts/go/linux-x86/src/time/
zoneinfo_windows_test.go 14 t1 := Now()
  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 183 TimeTicks start = TimeTicks::Now();
189 TimeDelta duration = TimeTicks::Now() - start;
230 TimeTicks start = TimeTicks::Now();
236 TimeDelta duration = TimeTicks::Now() - start;
276 // Since we have no tasks yet, all threads should be waiting by now.
292 start_time = Time::Now();
419 // Since we have no tasks, all threads should be waiting by now.
  /external/libchrome/base/
tracked_objects.cc 340 random_number_ ^= (Now() - TrackedTime()).InMilliseconds();
488 // Lock since the map may get relocated now, and other threads sometimes
514 base::AutoLock lock(map_lock_); // Lock as the map may get relocated now.
688 // Perform the "real" TLS initialization now, and leave it intact through
738 TrackedTime ThreadData::Now() {
742 return TrackedTime::Now();
756 // now.
841 start_time_ = ThreadData::Now();
859 const TrackedTime end_time = ThreadData::Now();
    [all...]
  /external/libchrome/base/trace_event/
trace_event.h 763 const base::TimeTicks now = base::TimeTicks::Now(); local
804 base::TimeTicks now = base::TimeTicks::Now(); local
822 base::TimeTicks now = base::TimeTicks::Now(); local
869 base::TimeTicks now = base::TimeTicks::Now(); local
889 base::TimeTicks now = base::TimeTicks::Now(); local
909 base::TimeTicks now = base::TimeTicks::Now(); local
929 base::TimeTicks now = base::TimeTicks::Now(); local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
process_test.cc 568 TickTime t0 = TickTime::Now();
576 // but for now we want to share the variables.
671 t0 = TickTime::Now();
687 t1 = TickTime::Now();
732 t0 = TickTime::Now();
790 t1 = TickTime::Now();
    [all...]
  /external/libchrome/base/time/
time.h 436 // Contains the NULL time. Use Time::Now() to get the current time.
445 // times are increasing, or that two calls to Now() won't be the same.
446 static Time Now();
448 // Returns the current time. Same as Now() except that this function always
704 // Platform-dependent tick count representing "right now." When
708 static TimeTicks Now();
711 // Now() will return high resolution values. Note that, on systems where the
718 // value has the same origin as Now(). Do NOT attempt to use this if
753 // Please use Now() to create a new object. This is for internal use
770 // Returns true if ThreadTicks::Now() is supported on this system
    [all...]
  /external/bison/data/
glr.c     [all...]
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
battor_trace_agent.py 140 ts = trace_time.Now()
  /external/curl/packages/vms/
build_gnv_curl_pcsi_text.com 139 $! Now add in the copying file
161 $! Now we need the rest of the boiler plate.
  /external/libchrome/base/message_loop/
message_pump_glib.cc 23 // 0 to return right away, or a timeout in milliseconds from now.
32 ceil((from - TimeTicks::Now()).InMillisecondsF()));
  /external/libmojo/base/trace_event/
trace_event_android.cc 207 double now_in_seconds = (TimeTicks::Now() - TimeTicks()).InSecondsF();
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 125 // RenderTimstamp should be the time now.
502 TickTime startTime = TickTime::Now();
504 while ((TickTime::Now() - startTime).Milliseconds() < testTime * 1000) {
519 startTime = TickTime::Now();
520 while ((TickTime::Now() - startTime).Milliseconds() < testTime * 1000) {
  /external/webrtc/webrtc/p2p/base/
pseudotcp.h 50 static uint32_t Now();
71 void NotifyClock(uint32_t now);
79 bool GetNextClock(uint32_t now, long& timeout);
156 bool clock_check(uint32_t now, long& nTimeout);
159 bool transmit(const SList::iterator& seg, uint32_t now);
  /prebuilts/go/darwin-x86/doc/progs/
go1.go 180 now := time.Now() // A Time.
181 if !wakeup.After(now) {
184 delta := wakeup.Sub(now) // A Duration.
190 sleepUntil(time.Now().Add(123 * time.Millisecond))
  /prebuilts/go/darwin-x86/src/net/
dnsconfig_unix_test.go 225 // Now test a name that's too long for suffixing.
232 // Now test a name that's too long for DNS.
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/protopprof/
protopprof_test.go 70 startTime := time.Now()
135 startTime := time.Now()
  /prebuilts/go/linux-x86/doc/progs/
go1.go 180 now := time.Now() // A Time.
181 if !wakeup.After(now) {
184 delta := wakeup.Sub(now) // A Duration.
190 sleepUntil(time.Now().Add(123 * time.Millisecond))
  /prebuilts/go/linux-x86/src/net/
dnsconfig_unix_test.go 225 // Now test a name that's too long for suffixing.
232 // Now test a name that's too long for DNS.
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/protopprof/
protopprof_test.go 70 startTime := time.Now()
135 startTime := time.Now()
  /build/soong/cmd/soong_ui/
main.go 89 buildCtx.CompleteTrace("startup", start_time, uint64(time.Now().UnixNano()))

Completed in 888 milliseconds

1 2 3 4 5 6 78 91011>>