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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/time/
example_test.go 15 t0 := time.Now()
17 t1 := time.Now()
42 for now := range c {
43 fmt.Printf("%v %s\n", now, statusUpdate())
48 _, month, day := time.Now().Date()
  /build/kati/
serialize.go 291 startTime := time.Now()
318 startTime := time.Now()
326 startTime := time.Now()
334 startTime := time.Now()
712 startTime := time.Now()
734 startTime := time.Now()
756 startTime := time.Now()
  /external/libchrome/base/message_loop/
message_loop_test.cc 84 *run_time = Time::Now();
117 // Now kick things off
138 Time time_before_run = Time::Now();
140 Time time_after_run = Time::Now();
214 Time time_before_run = Time::Now();
216 Time time_after_run = Time::Now();
270 Time start_time = Time::Now();
276 TimeDelta total_time = Time::Now() - start_time;
    [all...]
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.cc 260 uint64_t start_in_sec = Now();
287 uint64_t end_in_sec = Now();
347 // so disabling this for now until we get a fix into the upstream driver.
819 uint64_t V4L2Device::Now() {
  /external/webrtc/webrtc/p2p/base/
pseudotcp_unittest.cc 118 // OnTcpWriteable isn't fired at open, so we trigger it now.
160 tcp->GetNextClock(PseudoTcp::Now(), interval);
183 local_.NotifyClock(PseudoTcp::Now());
187 remote_.NotifyClock(PseudoTcp::Now());
371 // TODO: Fake OnTcpClosed() on the receiver for now.
833 // TODO: This doesn't actually work right now. The current code
  /prebuilts/go/darwin-x86/src/cmd/pack/
pack_test.go 65 // Now check it.
113 // Now print it.
169 // Now extract one file. We chdir to the directory of the archive for simplicity.
  /prebuilts/go/darwin-x86/src/net/
unixsock_test.go 62 c.SetReadDeadline(time.Now().Add(100 * time.Millisecond))
102 c1.SetReadDeadline(time.Now().Add(100 * time.Millisecond))
153 c1.SetReadDeadline(time.Now().Add(100 * time.Millisecond))
dial_test.go 242 startTime := time.Now()
247 elapsed := time.Now().Sub(startTime)
363 startTime := time.Now()
399 startTime = time.Now()
404 elapsed = time.Now().Sub(startTime)
474 startTime := time.Now()
476 elapsed := time.Now().Sub(startTime)
507 c.SetReadDeadline(time.Now().Add(1 * time.Second))
533 // Now ignore the provided context (which will be canceled) and use a
568 now := time.Date(2000, time.January, 1, 0, 0, 0, 0, time.UTC
    [all...]
hosts.go 37 // For now the key is converted to lower case for convenience.
52 now := time.Now()
55 if now.Before(hosts.expire) && hosts.path == hp && len(hosts.byName) > 0 {
60 hosts.expire = now.Add(cacheMaxAge)
93 hosts.expire = now.Add(cacheMaxAge)
  /prebuilts/go/linux-x86/src/cmd/pack/
pack_test.go 65 // Now check it.
113 // Now print it.
169 // Now extract one file. We chdir to the directory of the archive for simplicity.
  /prebuilts/go/linux-x86/src/net/
unixsock_test.go 62 c.SetReadDeadline(time.Now().Add(100 * time.Millisecond))
102 c1.SetReadDeadline(time.Now().Add(100 * time.Millisecond))
153 c1.SetReadDeadline(time.Now().Add(100 * time.Millisecond))
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Sec/Arm/
SecEntryPoint.asm 69 // Now the Init Mem is initialized, we setup the secondary core stacks
  /external/openssh/contrib/
ssh-copy-id 243 printf '%s: INFO: %d key(s) remain to be installed -- if you are prompted now it is to install the new keys\n' "$0" "$(printf '%s\n' "$NEW_IDS" | wc -l)" >&2
294 Now try logging into the machine, with: "ssh $SSH_OPTS"
  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc 250 const TickTime time_start = TickTime::Now();
297 const int64_t runtime = (TickTime::Now() - time_start).Microseconds();
  /prebuilts/go/darwin-x86/src/bufio/
example_test.go 38 const input = "Now is the winter of our discontent,\nMade glorious summer by this sun of York.\n"
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
fuse.go 71 // Now we have two of following b->ss, b->s0->ss and b->s1->ss,
  /prebuilts/go/darwin-x86/src/context/
example_test.go 58 d := time.Now().Add(50 * time.Millisecond)
  /prebuilts/go/darwin-x86/src/io/ioutil/
tempfile.go 23 return uint32(time.Now().UnixNano() + int64(os.Getpid()))
  /prebuilts/go/darwin-x86/src/math/rand/
example_test.go 32 "Better not tell you now",
33 "Cannot predict now",
49 // Typically a non-fixed seed should be used, such as time.Now().UnixNano().
  /prebuilts/go/darwin-x86/src/net/http/
example_test.go 29 bufrw.WriteString("Now we're speaking raw TCP. Say hi: ")
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/protopprof/
protomemprofile_test.go 45 p := EncodeMemProfile(rec, rate, time.Now())
  /prebuilts/go/darwin-x86/src/time/
genzabbrs.go 33 t := time.Date(time.Now().Year(), 0, 1, 0, 0, 0, 0, l)
zoneinfo_plan9.go 31 // Now create them.
96 // Fill in the cache with information about right now,
98 sec, _ := now()
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug257.go     [all...]
  /prebuilts/go/linux-x86/src/bufio/
example_test.go 38 const input = "Now is the winter of our discontent,\nMade glorious summer by this sun of York.\n"

Completed in 1460 milliseconds

1 2 3 4 5 6 7 8 91011>>