HomeSort by relevance Sort by last modified time
    Searched refs:Timer (Results 276 - 300 of 426) sorted by null

<<1112131415161718

  /prebuilts/go/darwin-x86/src/runtime/
os2_nacl.go 73 _ETIME = 62 /* Timer expired */
  /prebuilts/go/linux-x86/src/runtime/
os2_nacl.go 73 _ETIME = 62 /* Timer expired */
  /system/core/init/
property_service.cpp 278 Timer timer; local
280 uint64_t millis = timer.duration_ms();
296 // Timer rounds milliseconds down in case of EINTR we want it to be rounded up
512 Timer t;
  /toolchain/binutils/binutils-2.25/gold/
gold.cc 51 #include "timer.h"
494 Timer* timer = parameters->timer(); local
495 if (timer != NULL)
496 timer->stamp(0);
843 Timer* timer = parameters->timer(); local
844 if (timer != NULL
    [all...]
  /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...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.h 401 Initialize Timer for SMM AP Sync.
410 Start Timer for SMM AP Sync.
420 Check if the SMM AP Sync timer is timeout.
422 @param Timer The start timer from the begin.
428 IN UINT64 Timer
  /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
566 \item[T -- unplug due to timer] If nobody requests the io that was queued
718 \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)
  /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/autotest/frontend/afe/
rpc_utils.py     [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...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 48 import javax.swing.Timer;
71 private Timer timer; field in class:ScreenViewer
83 timer = new Timer(5000, this);
84 timer.setInitialDelay(0);
85 timer.setRepeats(true);
99 timer.start();
152 timer.setDelay(rate);
153 timer.setInitialDelay(0)
    [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...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 257 // A set of pools of currently active timers. When a timer is queried, we will divide the
258 // elapsed time by the number of active timers to arrive at that timer's share of the time.
259 // In order to do this, we must refresh each timer whenever the number of active timers
585 public Map<String, ? extends Timer> getKernelWakelockStats() {
593 public Map<String, ? extends Timer> getWakeupReasonStats() {
2595 SamplingTimer timer = mWakeupReasonStats.get(name); local
3904 SamplingTimer timer = getWakeupReasonTimerLocked(mLastWakeupReason); local
6673 DualTimer timer = syncStats.valueAt(is); local
6684 DualTimer timer = jobStats.valueAt(ij); local
6873 DualTimer timer = syncStats.valueAt(is); local
6882 DualTimer timer = jobStats.valueAt(ij); local
8385 DualTimer timer = mSyncStats.instantiateObject(); local
8391 DualTimer timer = mJobStats.instantiateObject(); local
10104 SamplingTimer timer; local
10109 mKernelMemoryStats.put(bandwidthEntries.keyAt(i), timer); local
10155 final StopwatchTimer timer = mPartialTimers.get(i); local
10267 final StopwatchTimer timer = mPartialTimers.get(i); local
10336 final StopwatchTimer timer = mPartialTimers.get(i); local
11830 SamplingTimer timer = ent.getValue(); local
12282 SamplingTimer timer = new SamplingTimer(mClocks, mOnBatteryTimeBase, in); local
12446 SamplingTimer timer = ent.getValue(); local
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiProto.c 139 // Start the timer, and wait Timeout seconds to establish the TCP connection.
519 EFI_EVENT Timer;
521 Status = gBS->CreateEvent (EVT_TIMER, TPL_CALLBACK, NULL, NULL, &Timer);
527 Timer,
533 gBS->CloseEvent (Timer);
539 TimerStatus = gBS->CheckEvent (Timer);
547 gBS->CloseEvent (Timer);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c 67 evTimer * timer; member in struct:__anon1322
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;
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/HpetTimerDxe/
HpetTimer.c 2 Timer Architectural Protocol module using High Precesion Event Timer (HPET)
18 #include <Protocol/Timer.h>
33 /// Define value for an invalid HPET Timer index.
38 /// Timer Architectural Protocol function prototypes.
43 the timer interrupt fires. It also passes the amount of time since the last
46 returned. If the CPU does not support registering a timer interrupt handler,
51 register the NotifyFunction with the timer interrupt, then EFI_DEVICE_ERROR
55 @param NotifyFunction The function to call when a timer interrupt fires.
57 Core will register a handler for the timer interrupt,
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
tables_nacl.go 157 ETIME Errno = 62 /* Timer expired */
282 ETIME: "Timer expired",
  /prebuilts/go/linux-x86/src/syscall/
tables_nacl.go 157 ETIME Errno = 62 /* Timer expired */
282 ETIME: "Timer expired",

Completed in 552 milliseconds

<<1112131415161718