HomeSort by relevance Sort by last modified time
    Searched refs:Timer (Results 326 - 345 of 345) sorted by null

<<11121314

  /external/catch2/single_include/catch2/
catch.hpp     [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
if_mskreg.h 334 #define PCI_TIMER_VALUE_MSK (0xff<<16) /* Bit 23..16: Timer Value Mask */
350 #define PCI_CTL_TIM_VMAIN_AV1 BIT_28 /* Bit 28..27: Timer Vmain_av Mask */
351 #define PCI_CTL_TIM_VMAIN_AV0 BIT_27 /* Bit 28..27: Timer Vmain_av Mask */
473 #define B2_TI_INI 0x0130 /* 32 bit Timer Init Value */
474 #define B2_TI_VAL 0x0134 /* 32 bit Timer Value */
475 #define B2_TI_CTRL 0x0138 /* 8 bit Timer Control */
476 #define B2_TI_TEST 0x0139 /* 8 Bit Timer Test */
477 #define B2_IRQM_INI 0x0140 /* 32 bit IRQ Moderation Timer Init Reg.*/
478 #define B2_IRQM_VAL 0x0144 /* 32 bit IRQ Moderation Timer Value */
479 #define B2_IRQM_CTRL 0x0148 /* 8 bit IRQ Moderation Timer Control */
    [all...]
  /external/syzkaller/vendor/google.golang.org/grpc/
clientconn.go     [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/
OvmfPkgIa32.dsc 579 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
    [all...]
OvmfPkgIa32X64.dsc 588 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
    [all...]
OvmfPkgX64.dsc 586 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Nd.c 935 gBS->SetTimer (IpSb->Timer, TimerCancel, 0);
    [all...]
  /external/fonttools/Lib/fontTools/subset/
__init__.py 11 from fontTools.misc.loggingTools import Timer
360 timer = Timer(logger=logging.getLogger("fontTools.subset.timer")) variable
    [all...]
  /external/syzkaller/vendor/golang.org/x/net/http2/
transport.go 156 idleTimer *time.Timer
645 // connection. The timer could just call closeIfIdle, but this is more
860 timer := time.NewTimer(d)
861 defer timer.Stop()
862 respHeaderTimer = timer.C
942 timer := time.NewTimer(d)
943 defer timer.Stop()
944 respHeaderTimer = timer.C
    [all...]
server.go 492 shutdownTimer *time.Timer // nil until used
493 idleTimer *time.Timer // nil if unused
548 writeDeadline *time.Timer // nil if unused
846 sc.vlogf("GOAWAY close timer fired; closing conn from %v", sc.conn.RemoteAddr())
851 panic("unknown timer")
860 // Start the shutdown timer after sending a GOAWAY. When sending GOAWAY
861 // with no error code (graceful shutdown), don't start the timer until
919 timer := time.NewTimer(prefaceTimeout) // TODO: configurable on *Server?
920 defer timer.Stop()
922 case <-timer.C
    [all...]
  /external/tensorflow/tensorflow/stream_executor/
stream.cc 309 Stream &Stream::InitTimer(Timer *timer) {
310 VLOG_CALL(PARAM(timer));
313 CheckError(parent_->AllocateTimer(timer));
315 LOG(INFO) << "did not allocate timer: " << timer;
320 Stream &Stream::InitWithTimer(Timer *timer) {
321 VLOG_CALL(PARAM(timer));
323 return Init().InitTimer(timer);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/
Android.mk 651 llvm/lib/Support/Timer.cpp \
    [all...]
  /external/u-boot/doc/
README.x86 755 Timer summary in microseconds:
    [all...]
  /external/python/cpython3/Lib/test/
test_subprocess.py     [all...]
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/kotlinc/lib/
kotlin-stdlib.jar 
  /external/syzkaller/sys/windows/gen/
amd64.go     [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 651 milliseconds

<<11121314