OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timers
(Results
201 - 225
of
398
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
siginfo.h
69
/* POSIX.1b
timers
. */
/external/chromium/base/
message_loop.cc
485
// Windows
timers
are granular to 15.6ms. If we only set high-res
486
//
timers
for those under 15.6ms, then a 18ms timer ticks at ~32ms,
488
// res
timers
for any timer which is within 2x of the granularity.
message_loop.h
84
// asynchronous events it may process in addition to tasks and
timers
.
87
// This type of ML only supports tasks and
timers
.
306
// Returns true if the message loop has high resolution
timers
enabled.
message_loop_unittest.cc
339
// In case both
timers
somehow run at nearly the same time, sleep a little
403
// In case both
timers
somehow run at nearly the same time, sleep a little
[
all
...]
/external/iproute2/doc/
ss.sgml
49
Option <tt/-o/ shows TCP
timers
state.
253
to network 193.233.7/24 and look at their
timers
:
333
<item><tt/-o/ - show some optional information, f.e. TCP
timers
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js
[
all
...]
/external/chromium/third_party/libevent/
event.h
88
@section
timers
Timers
90
libevent can also be used to create
timers
that invoke a callback after a
93
evtimer_add().
Timers
can be deactivated by calling evtimer_del().
97
In addition to simple
timers
, libevent can assign timeout events to file
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java
149
// A set of pools of currently active
timers
. When a timer is queried, we will divide the
150
// elapsed time by the number of active
timers
to arrive at that timer's share of the time.
151
// In order to do this, we must refresh each timer whenever the number of active
timers
163
// Last partial
timers
we use for distributing CPU usage.
915
// Accumulate time to all currently active
timers
before adding
3964
ArrayList<StopwatchTimer>
timers
= mSensorTimers.get(sensor);
local
[
all
...]
/bionic/libc/
Android.mk
377
bionic/pthread-
timers
.c.arm \
417
bionic/pthread-
timers
.c \
458
bionic/pthread-
timers
.c \
/external/chromium/chrome/browser/history/
expire_history_backend.h
258
// Used to generate runnable methods to do
timers
on this class. They will be
/external/mesa3d/docs/
README.DJ
170
The timer is pretty versatile for it supports multiple
timers
with different
/external/netperf/
netcpu_pstatnew.c
206
/* watchdog
timers
such as the udp stream test. We let these */
/external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c
170
/* The event thread will handle
timers
too */
/external/qemu/slirp-android/
tcp_var.h
51
short t_timer[TCPT_NTIMERS]; /* tcp
timers
*/
/external/tcpdump/
print-stp.c
32
/* STP
timers
are expressed in multiples of 1/256th second */
/external/webkit/Source/JavaScriptCore/wtf/
CurrentTime.cpp
38
// Windows is first since we want to use hires
timers
, despite USE(CF)
/external/webkit/Source/WebCore/page/
DOMWindow.h
244
//
Timers
/external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.cpp
390
// Restart the
timers
. There might be pending invalidations that
/external/webkit/Source/WebKit2/Platform/win/
WorkQueueWin.cpp
192
// FIXME: We need to ensure that any timer-queue
timers
that fire after this point don't try to
/frameworks/base/include/ui/
InputTransport.h
36
#include <utils/
Timers
.h>
/frameworks/base/include/utils/
Looper.h
23
#include <utils/
Timers
.h>
/frameworks/base/libs/gui/
ISurfaceTexture.cpp
23
#include <utils/
Timers
.h>
/frameworks/base/libs/ui/
KeyLayoutMap.cpp
26
#include <utils/
Timers
.h>
/frameworks/base/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp
27
#include <utils/
Timers
.h>
/frameworks/base/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp
28
#include <utils/
Timers
.h>
Completed in 258 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>