/system/core/init/ |
action.cpp | 121 Timer t;
|
perfboot.py | 138 """A timer that makes is_timedout() return true in |timeout| seconds.""" 144 self._timer = threading.Timer(timeout, notify_timeout)
|
util.cpp | 420 std::ostream& operator<<(std::ostream& os, const Timer& t) {
|
devices.cpp | 909 Timer t; 1057 Timer t;
|
service.cpp | 588 bool Service::ExecStart(std::unique_ptr<Timer>* exec_waiter) { 591 exec_waiter->reset(new Timer); [all...] |
/device/linaro/bootloader/edk2/CorebootPayloadPkg/ |
CorebootPayloadPkg.fdf | 90 INF PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
CorebootPayloadPkgIa32.dsc | 278 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
CorebootPayloadPkgIa32X64.dsc | 280 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
/device/linaro/bootloader/edk2/DuetPkg/ |
DuetPkgIa32.dsc | 222 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
DuetPkgX64.dsc | 223 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
/device/linaro/bootloader/edk2/EmulatorPkg/ |
EmulatorPkg.fdf | 155 INF EmulatorPkg/TimerDxe/Timer.inf
|
/external/autotest/frontend/afe/ |
model_logic.py | [all...] |
rpc_interface.py | [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
time.go | 15 type timer struct { type 18 // Timer wakes up at when, and then at when+period, ... (period > 0 only) 19 // each time calling f(arg, now) in the timer goroutine, so f must be 35 t []*timer 53 t := new(timer) 62 // startTimer adds t to the timer heap. 64 func startTimer(t *timer) { 71 // stopTimer removes t from the timer heap if it is there. 74 func stopTimer(t *timer) bool { 85 func addtimer(t *timer) { [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
time.go | 15 type timer struct { type 18 // Timer wakes up at when, and then at when+period, ... (period > 0 only) 19 // each time calling f(arg, now) in the timer goroutine, so f must be 35 t []*timer 53 t := new(timer) 62 // startTimer adds t to the timer heap. 64 func startTimer(t *timer) { 71 // stopTimer removes t from the timer heap if it is there. 74 func stopTimer(t *timer) bool { 85 func addtimer(t *timer) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ndis.h | 626 /* Timer */ 637 KTIMER Timer; [all...] |
/frameworks/base/services/java/com/android/server/ |
SystemServer.java | 121 import java.util.Timer; 219 private Timer mProfilerSnapshotTimer; 331 mProfilerSnapshotTimer = new Timer(); [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationItemView.java | 67 import com.android.mail.perf.Timer; 97 // Timer. 99 private static Timer sTimer; // Create the sTimer here if you need to do 726 sTimer = new Timer(); [all...] |
/tools/tradefederation/core/src/com/android/tradefed/command/ |
CommandScheduler.java | 96 import java.util.Timer; 127 /** timer for scheduling commands to be re-queued for execution */ 521 private final Timer mExecutionTimer; 533 // Daemon timer 534 mExecutionTimer = new Timer(true); 564 CLog.i("Setting a timer for the invocation in %sms", invocTimeout); 711 // If invocation is not currently in an interruptible state we provide a timer [all...] |
/external/clang/lib/Frontend/ |
FrontendAction.cpp | 30 #include "llvm/Support/Timer.h" 454 llvm::TimeRegion Timer(CI.getFrontendTimer());
|
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/ |
PresenceSubscriber.java | 33 import java.util.Timer;
|
/external/swiftshader/src/Renderer/ |
Renderer.cpp | 20 #include "Timer.hpp" 832 int64_t startTick = Timer::ticks(); 849 int64_t time = Timer::ticks(); 865 setupTime[threadIndex] += Timer::ticks() - startTick; 888 pixelTime[threadIndex] += Timer::ticks() - startTick; [all...] |
/external/syslinux/gpxe/src/drivers/net/ |
3c515.c | 140 RxStatus = 0x18, Timer = 0x1A, TxStatus = 0x1B, 240 /* The action to take with a media selection timer tick. 630 int timer; local 633 for (timer = 4; timer >= 0; timer--) { 689 int timer; local 692 for (timer = 4; timer >= 0; timer--) [all...] |
rtl8139.c | 129 Timer=0x48, /* general-purpose counter. */
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleServerService.java | 50 import java.util.Timer; 216 private Timer mNotificationTimer; [all...] |