/external/skia/tests/ |
skia_test.cpp | 101 const Timer timer; local 103 SkMSec elapsed = timer.elapsedMsInt();
|
/external/skqp/tests/ |
skia_test.cpp | 101 const Timer timer; local 103 SkMSec elapsed = timer.elapsedMsInt();
|
/external/syzkaller/vendor/google.golang.org/grpc/naming/ |
dns_resolver.go | 148 t *time.Timer
|
/external/tensorflow/tensorflow/stream_executor/ |
stream_executor_pimpl.cc | 796 bool StreamExecutor::AllocateTimer(Timer *timer) { 797 return implementation_->AllocateTimer(timer); 800 void StreamExecutor::DeallocateTimer(Timer *timer) { 801 return implementation_->DeallocateTimer(timer); 804 bool StreamExecutor::StartTimer(Stream *stream, Timer *timer) { 805 return implementation_->StartTimer(stream, timer); 808 bool StreamExecutor::StopTimer(Stream *stream, Timer *timer) [all...] |
/external/v8/tools/testrunner/local/ |
command.py | 75 # Variable to communicate with the timer. 77 timer = threading.Timer( 79 timer.start() 85 timer.cancel()
|
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
PxeBcDhcp6.c | [all...] |
/external/swiftshader/third_party/subzero/src/ |
PNaClTranslator.cpp | 835 Timer(Ice::TimerStack::TT_parseTypes, getTranslator().getContext()) {} 848 Ice::TimerMarker Timer; [all...] |
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
PassManager.cpp | 22 #include "llvm/Support/Timer.h" 468 DenseMap<Pass*, Timer*> TimingData; 478 for (DenseMap<Pass*, Timer*>::iterator I = TimingData.begin(), 489 /// getPassTimer - Return the timer for the specified pass if it exists. 490 Timer *getPassTimer(Pass *P) { 495 Timer *&T = TimingData[P]; 497 T = new Timer(P->getPassName(), TG); [all...] |
/device/linaro/bootloader/edk2/DuetPkg/ |
DuetPkg.fdf | 78 INF PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
LegacyBiosInterface.h | 36 #include <Protocol/Timer.h>
534 // 8254 Timer registers
542 // Timer 0, Read/Write LSB then MSB, Square wave output, binary count use.
561 // Timer Architectural Protocol
563 EFI_TIMER_ARCH_PROTOCOL *Timer;
[all...] |
/external/swiftshader/src/ |
Android.mk | 43 Common/Timer.cpp
|
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/ |
Ax88772.h | 77 #define DEBUG_TIMER 0x00400000 ///< Display the timer routine entry/exit
78 #define DEBUG_TPL 0x00200000 ///< Display the timer routine entry/exit
336 EFI_EVENT Timer; ///< Timer to monitor link state and receive packets
[all...] |
/external/blktrace/doc/ |
blktrace.tex | 167 IO unplugs: 0 Timer unplugs: 0 174 IO unplugs: 0 Timer unplugs: 0 181 IO unplugs: 0 Timer unplugs: 3 303 IO unplugs: 0 Timer unplugs: 0 309 IO unplugs: 0 Timer unplugs: 4 315 IO unplugs: 0 Timer unplugs: 0 321 IO unplugs: 0 Timer unplugs: 0 328 IO unplugs: 0 Timer unplugs: 4 569 \item[T -- unplug due to timer] If nobody requests the io that was queued 721 \item[T -- unplug due to timer] The command associated with the even [all...] |
/external/llvm/utils/lit/lit/ |
run.py | 255 timeout_timer = threading.Timer(max_time, timeout_handler)
|
util.py | 213 timerObject = threading.Timer(timeout, killProcess)
|
/external/python/cpython3/Tools/importbench/ |
importbench.py | 24 timer = timeit.Timer(stmt) 30 total_time += timer.timeit(1)
|
/external/syzkaller/vendor/google.golang.org/grpc/resolver/dns/ |
dns_resolver.go | 165 t *time.Timer
|
/development/samples/JetBoy/src/com/example/android/jetboy/ |
JetBoyView.java | 43 import java.util.Timer; 149 // the timer display in seconds 155 // string value for timer display 228 private Timer mTimer = null; 232 // one second - used to update timer 562 mTimer = new Timer(); 641 // kick off the timer task for counter update if not already 705 // when processing a timer event below. 713 // Only update state on a timer event [all...] |
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
PeerConnectionClient.java | 46 import java.util.Timer; 103 private Timer statsTimer; 250 statsTimer = new Timer(); 596 Log.e(TAG, "Can not schedule statistics timer", e); [all...] |
/external/llvm/lib/IR/ |
LegacyPassManager.cpp | 27 #include "llvm/Support/Timer.h" 453 DenseMap<Pass*, Timer*> TimingData; 473 /// getPassTimer - Return the timer for the specified pass if it exists. 474 Timer *getPassTimer(Pass *P) { 479 Timer *&T = TimingData[P]; 481 T = new Timer(P->getPassName(), TG); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
LegacyPassManager.cpp | 30 #include "llvm/Support/Timer.h" 508 DenseMap<Pass*, Timer*> TimingData; 533 /// getPassTimer - Return the timer for the specified pass if it exists. 534 Timer *getPassTimer(Pass *P) { 539 Timer *&T = TimingData[P]; 545 T = new Timer(PassArgument.empty() ? PassName : PassArgument, PassName, [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
IScsiProto.c | 139 // Start the timer, and wait Timeout seconds to establish the TCP connection.
523 EFI_EVENT Timer;
525 Status = gBS->CreateEvent (EVT_TIMER, TPL_CALLBACK, NULL, NULL, &Timer);
531 Timer,
537 gBS->CloseEvent (Timer);
543 TimerStatus = gBS->CheckEvent (Timer);
551 gBS->CloseEvent (Timer);
[all...] |
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
ev_timers.c | 67 evTimer * timer; member in struct:__anon1504 251 ctx->cur->type == Timer && 252 ctx->cur->u.timer.this == del) { 253 evPrintf(ctx, 8, "deferring delete of timer (executing)\n"); 256 * clean up the timer. 284 evTimer *timer = id.opaque; local 289 if (heap_element(ctx->timers, timer->index) != timer) 293 timer->mode |= EV_TMR_RATE; 295 timer->mode &= ~EV_TMR_RATE 311 evTimer *timer = id.opaque; local 408 evTimer *timer = opaqueID.opaque; local 461 evTimer *timer; local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
DeviceSuspendTestActivity.java | 5 import java.util.Timer;
|
SignificantMotionTestActivity.java | 19 import java.util.Timer;
|