/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/X64/ |
X86LocalApicTimerInitialize.asm | 16 ; Initialize Local Apic Timer
|
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
DnsDriver.h | 41 EFI_EVENT Timer; /// Ticking timer for DNS cache update.
65 EFI_EVENT Timer; /// Ticking timer for packet retransmission.
|
DnsDriver.c | 210 if (DnsSb->Timer != NULL){
211 gBS->CloseEvent (DnsSb->Timer);
274 DnsSb->Timer = NULL;
279 // Create the timer used to time out the procedure which is used to
297 // Create the timer to retransmit packets.
304 &DnsSb->Timer
326 gBS->CloseEvent (DnsSb->Timer);
375 if (mDriverData->Timer != NULL) {
376 gBS->CloseEvent (mDriverData->Timer);
483 // Create the timer event to update DNS cache list. [all...] |
/external/autotest/server/site_tests/firmware_ECLidSwitch/ |
firmware_ECLidSwitch.py | 5 from threading import Timer 17 t = Timer(seconds, f, args, kargs)
|
/external/jmdns/src/javax/jmdns/impl/tasks/ |
DNSTask.java | 5 import java.util.Timer; 16 * This is the root class for all task scheduled by the timer in JmDNS. 47 * @param timer 48 * task timer. 50 public abstract void start(Timer timer);
|
Responder.java | 9 import java.util.Timer; 62 * @see javax.jmdns.impl.tasks.DNSTask#start(java.util.Timer) 65 public void start(Timer timer) { 91 timer.schedule(this, delay);
|
/external/jmdns/src/javax/jmdns/impl/tasks/state/ |
Prober.java | 8 import java.util.Timer; 57 * @see javax.jmdns.impl.tasks.DNSTask#start(java.util.Timer) 60 public void start(Timer timer) { 70 timer.schedule(this, JmDNSImpl.getRandom().nextInt(1 + DNSConstants.PROBE_WAIT_INTERVAL), DNSConstants.PROBE_WAIT_INTERVAL); 72 timer.schedule(this, DNSConstants.PROBE_CONFLICT_INTERVAL, DNSConstants.PROBE_CONFLICT_INTERVAL);
|
/external/swiftshader/src/D3D9/ |
Direct3DQuery9.cpp | 18 #include "Timer.hpp" 230 case D3DQUERYTYPE_TIMESTAMP: *(UINT64*)data = sw::Timer::counter(); break; // FIXME: Verify behaviour 232 case D3DQUERYTYPE_TIMESTAMPFREQ: *(UINT64*)data = sw::Timer::frequency(); break; // FIXME: Verify behaviour
|
/packages/apps/Email/tests/src/com/android/email/ |
ThrottleTest.java | 27 import java.util.Timer; 169 * Substitute for {@link Timer} that works based on the provided {@link Clock}. 171 private static class MockTimer extends Timer {
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/WatchdogTimerDxe/ |
WatchdogTimer.c | 2 Implementation of Watchdog Timer Architectural Protocol using UEFI APIs.
18 // Handle for the Watchdog Timer Architectural Protocol instance produced by this driver
23 // The Watchdog Timer Architectural Protocol instance produced by this driver
32 // The watchdog timer period in 100 ns units
37 // The notification function to call if the watchdig timer fires
42 // The one-shot timer event that is armed when the watchdog timer is enabled
48 Notification function that is called if the watchdog timer is fired.
50 Notification function for the one-shot timer event that was signaled
51 when the watchdog timer expired. If a handler has been registered with [all...] |
/external/autotest/client/common_lib/cros/graphite/ |
es_test_utils.py | 21 'timer': autotest_stats.Timer, 30 # For example, in order for timer to send something, its stop 33 'timer': 'stop', 58 ['timer', 'gauge', 'raw', 'average', 'counter'] 85 if target_type == 'timer':
|
/frameworks/base/core/java/com/android/internal/os/ |
MemoryPowerCalculator.java | 33 LongSparseArray<? extends BatteryStats.Timer> timers = stats.getKernelMemoryStats();
|
WakelockPowerCalculator.java | 44 BatteryStats.Timer timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_PARTIAL); local 45 if (timer != null) { 46 wakeLockTimeUs += timer.getTotalTimeLocked(rawRealtimeUs, statsType);
|
/frameworks/base/data/sounds/ |
AudioPackage13.mk | 11 ALARM_FILES := Argon Carbon Helium Krypton Neon Oxygen Osmium Platinum Timer
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
RequesterTestActivity.java | 19 import java.util.Timer; 85 * Timer object. It's used for searching devices. 87 private Timer mTimer; 219 mTimer = new Timer(true);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/ |
RobustnessPath.java | 28 import java.util.Timer; 55 * Constructor which starts the timer which changes the targetRotation. 81 * Starts a timer which changes the target rotation at specified intervals. 84 Timer timer = new Timer(); local 85 timer.scheduleAtFixedRate(new TimerTask() {
|
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/ |
ContentTest.java | 37 import java.util.Timer; 215 Timer timer = new Timer(); local 216 timer.schedule(new TimerTask() {
|
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/ui/ |
MainFragment.java | 41 import java.util.Timer; 86 private Timer mAutoScrollTimer; 211 mAutoScrollTimer = new Timer();
|
/developers/build/prebuilts/gradle/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/ |
MainActivity.java | 35 import java.util.Timer; 79 private Timer mTimer; 204 * Starts a timer to clear the flag FLAG_KEEP_SCREEN_ON. 220 mTimer = new Timer();
|
/developers/samples/android/wearable/wear/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/ |
MainActivity.java | 35 import java.util.Timer; 79 private Timer mTimer; 204 * Starts a timer to clear the flag FLAG_KEEP_SCREEN_ON. 220 mTimer = new Timer();
|
/development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/ |
MainActivity.java | 35 import java.util.Timer; 79 private Timer mTimer; 204 * Starts a timer to clear the flag FLAG_KEEP_SCREEN_ON. 220 mTimer = new Timer();
|
/external/llvm/utils/yaml-bench/ |
YAMLBench.cpp | 21 #include "llvm/Support/Timer.h" 149 llvm::Timer BaseLine((Name + ": Loop").str(), Group); 158 llvm::Timer Tokenizing((Name + ": Tokenizing").str(), Group); 165 llvm::Timer Parsing((Name + ": Parsing").str(), Group);
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
ScriptProcessMonitor.java | 44 import java.util.Timer; 57 private final Timer mTimer = new Timer();
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
RgbPlayerActivity.java | 31 import java.util.Timer; 88 private Timer mTimer; 151 mTimer = new Timer();
|
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/ |
RSTestCore.java | 25 import java.util.Timer; 49 /* Periodic timer for ensuring future tests get scheduled */ 50 private Timer mTimer; 143 mTimer = new Timer();
|