Searched defs:convert (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/workloads/
H A Dcapture.sh27 function convert { function
66 (0035) x=$(convert $value $xmax $xscale);;
67 (0036) y=$(convert $value $ymax $yscale);;
/system/core/liblog/
H A Dlogprint.c624 * Recursively convert binary log data to printable form.
1278 struct timespec convert; member in struct:conversionList
1280 struct timespec time, convert; local
1379 subTimespec(&list->convert, &time, &monotonic);
1385 if (subTimespec(&time, subTimespec(&time, &list->time, &list->convert),
1388 /* resume, what is convert factor before? */
1389 subTimespec(&convert, &list->convert, &suspended_diff);
1392 convert = list->convert;
[all...]

Completed in 74 milliseconds