/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/ |
MainFragment.java | 63 private Timer mBackgroundTimer; 245 mBackgroundTimer = new Timer();
|
/external/skia/tools/ |
remote_demo.cpp | 115 class Timer { 167 Timer drawTime;
|
/external/skqp/tools/ |
remote_demo.cpp | 115 class Timer { 167 Timer drawTime;
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/ |
Ping6.c | 50 EFI_EVENT Timer;
104 RTT timer tick routine.
124 Get the timer period of the system.
126 This function tries to get the system timer period by creating
127 an 1ms period timer.
129 @return System timer period in MS, or 0 if operation failed.
183 Initialize the timer event for RTT (round trip time).
187 @retval EFI_SUCCESS RTT timer is started.
188 @retval Others Failed to start the RTT timer.
230 Free RTT timer event resource. [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/ |
Ping6.c | 92 // For NT32 Simulator only. 358049 is a similar value to keep timer granularity.
93 // Set the timer period by ourselves.
98 // The timer period is in femtosecond (1 femtosecond is 1e-15 second).
99 // So 1e+12 is divided by timer period to produce the freq in tick/ms.
211 Because nothing can be done here, all things move to the timer rountine.
903 // Create and start timer to send icmp6 echo request packet per second.
910 &Private->Timer
932 Private->Timer,
968 gBS->SetTimer (Private->Timer, TimerCancel, 0);
1011 if (Private->Timer != NULL) { [all...] |
/external/tensorflow/tensorflow/stream_executor/cuda/ |
cuda_gpu_executor.cc | 54 #include "tensorflow/stream_executor/timer.h" 91 // Given a platform-independent timer datatype, returns the internal CUDA 93 static GpuTimer* AsGpuTimer(Timer* timer) { 94 DCHECK(timer != nullptr); 95 return static_cast<GpuTimer*>(timer->implementation()); 739 bool GpuExecutor::AllocateTimer(Timer* timer) { 740 return AsGpuTimer(timer)->Init(); 743 void GpuExecutor::DeallocateTimer(Timer* timer) [all...] |
/external/tensorflow/tensorflow/stream_executor/rocm/ |
rocm_gpu_executor.cc | 48 #include "tensorflow/stream_executor/timer.h" 68 // Given a platform-independent timer datatype, returns the internal ROCM 70 static GpuTimer* AsGpuTimer(Timer* timer) { 71 DCHECK(timer != nullptr); 72 return static_cast<GpuTimer*>(timer->implementation()); 620 bool GpuExecutor::AllocateTimer(Timer* timer) { 621 return AsGpuTimer(timer)->Init(); 624 void GpuExecutor::DeallocateTimer(Timer* timer) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
MidiActivity.java | 20 import java.util.Timer; 94 private final Timer mTimeoutTimer = new Timer(); 614 // Start the timeout timer
|
/cts/tests/tests/secure_element/access_control/AccessControlApp1/src/android/omapi/accesscontrol1/cts/ |
AccessControlTest.java | 41 import java.util.Timer; 140 private Timer connectionTimer; 170 connectionTimer = new Timer();
|
/cts/tests/tests/secure_element/access_control/AccessControlApp2/src/android/omapi/accesscontrol2/cts/ |
AccessControlTest.java | 41 import java.util.Timer; 139 private Timer connectionTimer; 169 connectionTimer = new Timer();
|
/cts/tests/tests/secure_element/access_control/AccessControlApp3/src/android/omapi/accesscontrol3/cts/ |
AccessControlTest.java | 41 import java.util.Timer; 148 private Timer connectionTimer; 179 connectionTimer = new Timer();
|
/cts/tests/tests/secure_element/omapi/src/android/omapi/cts/ |
OmapiTest.java | 46 import java.util.Timer; 136 private Timer connectionTimer; 171 connectionTimer = new Timer();
|
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/ |
PlaybackOverlayFragment.java | 66 import java.util.Timer; 110 private Timer mClickTrackingTimer; 442 mClickTrackingTimer = new Timer();
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
AnalysisConsumer.cpp | 46 #include "llvm/Support/Timer.h" 182 static llvm::Timer* TUTotalTimer; 197 TUTotalTimer = new llvm::Timer("Analyzer Total Time"); 396 llvm::Timer* AnalysisConsumer::TUTotalTimer = nullptr;
|
/external/pdfium/xfa/fwl/ |
cfwl_scrollbar.cpp | 485 CFWL_ScrollBar::Timer::Timer(CFWL_ScrollBar* pToolTip) : CFWL_Timer(pToolTip) {} 487 void CFWL_ScrollBar::Timer::Run(CFWL_TimerInfo* pTimerInfo) {
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/ |
Ping.c | 119 EFI_EVENT Timer;
190 In IA64, the register is the Interval Timer Vector (ITV).
231 RTT timer tick routine.
251 Get the timer period of the system.
253 This function tries to get the system timer period by creating
254 an 1ms period timer.
256 @return System timer period in MS, or 0 if operation failed.
309 Initialize the timer event for RTT (round trip time).
313 @retval EFI_SUCCESS RTT timer is started.
314 @retval Others Failed to start the RTT timer. [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransactionStack.java | 61 import java.util.Timer; 102 * Number of milliseconds between timer ticks (500). 126 // Global timer. Use this for all timer tasks. 128 private Timer timer; field in class:SIPTransactionStack 364 // / Timer to regularly ping the thread auditor (on behalf of the timer 367 // / Timer thread handle 376 // Check if we still have a timer (it may be null after shutdown [all...] |
/cts/hostsidetests/sustainedperf/dhrystone/ |
Drystone-2.1.sh | 545 X * "printf"s are provided marking the points "Start Timer" 546 X * and "Stop Timer". DO NOT use the UNIX "time(1)" [all...] |
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
AuthenticationHelperImpl.java | 30 import java.util.Timer; 82 Timer timer; field in class:AuthenticationHelperImpl
|
/frameworks/av/services/camera/libcameraservice/tests/ |
DistortionMapperTest.cpp | 239 base::Timer correctedToRawTimer; 244 base::Timer rawToCorrectedTimer;
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
eventlib_p.h | 130 evTimerID timer; member in struct:evStream 132 #define EV_STR_TIMEROK 0x0001 /*%< IFF timer valid. */ 169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; 174 struct { evTimer *this; } timer; member in union:evEvent_p::__anon1508
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6Impl.h | 232 EFI_EVENT Timer;
[all...] |
/external/autotest/client/cros/video/ |
histogram_verifier_unittest.py | 78 It mocks utils.Timer so that it times out on the third 88 self.time_patcher = mock.patch.object(histogram_verifier.utils.Timer,
|
/external/libchrome/base/files/ |
important_file_writer.cc | 248 return timer().IsRunning(); 280 if (!timer().IsRunning()) { 281 timer().Start( 307 timer().Stop(); 311 void ImportantFileWriter::SetTimerForTesting(Timer* timer_override) {
|
/external/libcxx/utils/libcxx/ |
util.py | 219 timerObject = threading.Timer(timeout, killProcess)
|