/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
threading.py | 32 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'] [all...] |
/system/core/init/ |
builtins.cpp | 527 Timer t;
|
/external/blktrace/btt/doc/ |
btt.tex | 270 DEV | # Plugs # Timer Us | % Time Q Plugged 286 ones due to timer unplugs. 297 DEV | # Plugs # Timer Us | % Time Q Plugged 302 Overall | # Plugs # Timer Us | % Time Q Plugged [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/ |
OvmfPkgIa32.dsc | 499 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
[all...] |
OvmfPkgIa32X64.dsc | 506 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
[all...] |
OvmfPkgX64.dsc | 504 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
[all...] |
/external/clang/lib/Frontend/ |
ASTUnit.cpp | 45 #include "llvm/Support/Timer.h" 341 SimpleTimer Timer(WantTiming); 342 Timer.setOutput("Cache global code completions for " + getMainFileName()); [all...] |
/prebuilts/go/darwin-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/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...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | |
/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...] |
/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...] |
/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...] |
/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 | |