OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tv2double
(Results
1 - 4
of
4
) sorted by null
/system/extras/tests/include/
testUtil.h
31
double
tv2double
(const struct timeval *val);
/system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c
270
if (
tv2double
(&delta) > duration) { break; }
472
(float) (
tv2double
(&endTime) -
tv2double
(&startTime)));
/system/extras/tests/lib/testUtil/
testUtil.c
57
double
tv2double
(const struct timeval *val)
function
/frameworks/native/opengl/tests/hwc/
hwcStress.cpp
393
if (
tv2double
(&delta) > duration) { break; }
Completed in 29 milliseconds