HomeSort by relevance Sort by last modified time
    Searched refs:Timer (Results 401 - 425 of 475) sorted by null

<<111213141516171819

  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 19 // Must be in sync with ../runtime/runtime.h:/^struct.Timer$
34 type timer struct { type
40 func (t *timer) start(q *queue, deadline int64) {
51 func (t *timer) stop() {
55 func (t *timer) reset(q *queue, deadline int64) {
72 t := i.(*timer)
254 rtimer *timer // non-nil if in read
255 wtimer *timer // non-nil if in write
280 var t timer
304 var t timer
    [all...]
  /prebuilts/go/linux-x86/src/context/
context.go 21 // child and its children until the parent is canceled or the timer
387 c.timer = time.AfterFunc(d, func() {
394 // A timerCtx carries a timer and a deadline. It embeds a cancelCtx to
395 // implement Done and Err. It implements cancel by stopping its timer then
399 timer *time.Timer // Under cancelCtx.mu.
419 if c.timer != nil {
420 c.timer.Stop()
421 c.timer = nil
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 19 // Must be in sync with ../runtime/runtime.h:/^struct.Timer$
34 type timer struct { type
40 func (t *timer) start(q *queue, deadline int64) {
51 func (t *timer) stop() {
55 func (t *timer) reset(q *queue, deadline int64) {
72 t := i.(*timer)
254 rtimer *timer // non-nil if in read
255 wtimer *timer // non-nil if in write
280 var t timer
304 var t timer
    [all...]
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 565 android::base::Timer t;
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
client.go 91 // redirects, and reading the response body. The timer remains
316 timer := time.NewTimer(time.Until(deadline))
323 timer.Stop()
324 case <-timer.C:
328 timer.Stop()
792 stop func() // stops the time.Timer waiting to cancel the request
transport.go     [all...]
h2_bundle.go     [all...]
serve_test.go 719 // The ReadAll will hang for a failing test, so use a Timer to
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
client.go 91 // redirects, and reading the response body. The timer remains
316 timer := time.NewTimer(time.Until(deadline))
323 timer.Stop()
324 case <-timer.C:
328 timer.Stop()
792 stop func() // stops the time.Timer waiting to cancel the request
transport.go     [all...]
h2_bundle.go     [all...]
serve_test.go 719 // The ReadAll will hang for a failing test, so use a Timer to
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Nd.c 935 gBS->SetTimer (IpSb->Timer, TimerCancel, 0);
    [all...]
  /prebuilts/go/darwin-x86/src/testing/
testing.go 52 // If a benchmark needs some expensive setup before running, the timer
581 // timer afterwards.
1016 var timer *time.Timer var
    [all...]
  /prebuilts/go/linux-x86/src/testing/
testing.go 52 // If a benchmark needs some expensive setup before running, the timer
581 // timer afterwards.
1016 var timer *time.Timer var
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlobj.h     [all...]
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.29/
mockito-core-2.2.29.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/
mockito-core-2.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.1/
mockito-core-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.6/
mockito-core-2.7.6.jar 

Completed in 1501 milliseconds

<<111213141516171819