/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/ |
timex.h | 40 long maxerror; member in struct:timex
|
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/ |
timex.h | 40 long maxerror; member in struct:timex
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/ |
timex.h | 40 long maxerror; member in struct:timex
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/ |
timex.h | 40 long maxerror; member in struct:timex
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/ |
timex.h | 40 long maxerror; member in struct:timex
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/ |
timex.h | 40 long maxerror; member in struct:timex
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/ |
timex.h | 40 long maxerror; member in struct:timex
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/ |
timex.h | 40 long maxerror; member in struct:timex
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/ |
timex.h | 40 long maxerror; member in struct:timex
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/ |
timex.h | 40 long maxerror; member in struct:timex
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/ |
timex.h | 40 long maxerror; member in struct:timex
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/ |
timex.h | 40 long maxerror; member in struct:timex
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/ |
timex.h | 40 long maxerror; member in struct:timex
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
timex.h | 40 long maxerror; member in struct:timex
|
/external/kernel-headers/original/linux/ |
timex.h | 110 long maxerror; /* maximum error (usec) */ member in struct:timex
|
compat.h | 51 compat_long_t maxerror; member in struct:compat_timex
|
/external/strace/ |
time.c | 566 int maxerror; member in struct:__anon15676 589 tprintf(", offset=%d, freq=%d, maxerror=%d, ", 590 tx.offset, tx.freq, tx.maxerror); 623 tprintf("maxerror=%ld, esterror=%lu, status=%u, ", 624 tx.maxerror, tx.esterror, tx.status); 632 tprintf(", offset=%ld, freq=%ld, maxerror=%ld, ", 633 tx.offset, tx.freq, tx.maxerror);
|
/cts/tests/tests/media/src/android/media/cts/ |
DecoderTest.java | 92 * @param maxerror the maximum allowed root mean squared error 96 private void decode(int testinput, float maxerror, boolean reconfigure) throws IOException { 113 assertTrue("decoding error too big: " + rmse, rmse <= maxerror); [all...] |
/external/valgrind/main/include/vki/ |
vki-linux.h | 304 long maxerror; /* maximum error (usec) */ member in struct:vki_timex [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-linux.c | 751 ADJX(VKI_ADJ_MAXERROR, maxerror); [all...] |