HomeSort by relevance Sort by last modified time
    Searched refs:maxerror (Results 76 - 81 of 81) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
timex.h 29 __kernel_long_t maxerror; member in struct:timex
  /external/strace/
time.c 412 int maxerror; member in struct:__anon15061
435 tprintf(", offset=%d, freq=%d, maxerror=%d, ",
436 tx.offset, tx.freq, tx.maxerror);
469 tprintf("maxerror=%ld, esterror=%lu, status=%u, ",
470 tx.maxerror, tx.esterror, tx.status);
478 tprintf(", offset=%ld, freq=%ld, maxerror=%ld, ",
479 (long) tx.offset, (long) tx.freq, (long) tx.maxerror);
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl 152 # --maxerror=NN
160 set cmdlinearg(maxerror) 1000
180 {^-+maxerror=.+$} {
181 foreach {dummy cmdlinearg(maxerror)} [split $a =] break
303 if {$nFail>=$::cmdlinearg(maxerror)} {
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 524 * @param maxerror the maximum allowed root mean squared error
527 private void decode(int testinput, float maxerror) throws IOException {
544 assertTrue("decoding error too big: " + rmse, rmse <= maxerror);
    [all...]
  /external/valgrind/main/include/vki/
vki-linux.h 314 long maxerror; /* maximum error (usec) */ member in struct:vki_timex
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 801 ADJX(VKI_ADJ_MAXERROR, maxerror);
835 ADJX(VKI_ADJ_MAXERROR, maxerror);
    [all...]

Completed in 600 milliseconds

1 2 34