OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timer_list
(Results
1 - 18
of
18
) sorted by null
/external/autotest/client/site_tests/platform_HighResTimers/
platform_HighResTimers.py
13
timer_list
= open('/proc/
timer_list
')
14
for line in
timer_list
.readlines():
control
17
Reads from /proc/
timer_list
to see if any reported timers have nanosecond
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
BluetoothBaseTest.py
44
timer_list
= []
variable in class:BluetoothBaseTest
110
self.
timer_list
= []
141
self.
timer_list
.append(total_time)
146
if self.
timer_list
:
147
self.log.info("Overall list {}".format(self.
timer_list
))
149
sum(self.
timer_list
) / float(len(self.
timer_list
))))
150
self.log.info("Maximum of list {}".format(max(self.
timer_list
)))
151
self.log.info("Minimum of list {}".format(min(self.
timer_list
)))
153
len(self.
timer_list
)))
[
all
...]
PowerBaseTest.py
61
self.
timer_list
= []
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
workqueues.h
30
struct
timer_list
{
struct
41
struct
timer_list
timer;
/hardware/ril/libril/
ril_event.cpp
72
static struct ril_event
timer_list
;
variable in typeref:struct:ril_event
163
struct ril_event * tev =
timer_list
.next;
170
while ((tev != &
timer_list
) && (timercmp(&now, &tev->timeout, >))) {
217
struct ril_event * tev =
timer_list
.next;
223
if (tev == &
timer_list
) {
246
init_list(&
timer_list
);
294
list =
timer_list
.next;
303
&& (list != &
timer_list
)) {
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
walt_agent.py
96
cmd = 'cat /proc/
timer_list
| grep now'
/external/ltp/testcases/kernel/device-drivers/usb/tusb/
st_tusb.h
53
struct
timer_list
rh_timer; /* drives root hub */
/system/sepolicy/prebuilts/api/26.0/private/
genfs_contexts
36
genfscon proc /
timer_list
u:object_r:proc_timer:s0
/system/nfc/src/nfa/dm/
nfa_dm_discover.cc
73
TIMER_LIST_ENT
timer_list
; /*timer structure pointer */
member in struct:nfa_dm_p2p_prio_logic
[
all
...]
/tools/test/connectivity/acts/tests/google/ble/gatt/
GattToolTest.py
50
timer_list
= []
variable in class:GattToolTest
71
self.
timer_list
= []
/system/sepolicy/prebuilts/api/27.0/private/
genfs_contexts
36
genfscon proc /
timer_list
u:object_r:proc_timer:s0
/system/sepolicy/prebuilts/api/28.0/private/
genfs_contexts
71
genfscon proc /
timer_list
u:object_r:proc_timer:s0
/system/sepolicy/private/
genfs_contexts
71
genfscon proc /
timer_list
u:object_r:proc_timer:s0
/external/syslinux/gpxe/src/drivers/net/
hfa384x.h
[
all
...]
tg3.h
[
all
...]
bnx2.h
[
all
...]
/frameworks/av/services/audioflinger/
Threads.cpp
281
// /proc/
timer_list
since the latter is not a formal kernel ABI.
[
all
...]
Completed in 409 milliseconds