/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
D | isac_speed_test.cc | 70 clock_t clocks = clock(); in EncodeABlock() local 80 clocks = clock() - clocks; in EncodeABlock() 83 return 1000.0 * clocks / CLOCKS_PER_SEC; in EncodeABlock() 91 clock_t clocks = clock(); in DecodeABlock() local 94 clocks = clock() - clocks; in DecodeABlock() 96 return 1000.0 * clocks / CLOCKS_PER_SEC; in DecodeABlock()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_speed_test.cc | 62 clock_t clocks = clock(); in EncodeABlock() local 66 clocks = clock() - clocks; in EncodeABlock() 69 return 1000.0 * clocks / CLOCKS_PER_SEC; in EncodeABlock() 76 clock_t clocks = clock(); in DecodeABlock() local 79 clocks = clock() - clocks; in DecodeABlock() 81 return 1000.0 * clocks / CLOCKS_PER_SEC; in DecodeABlock()
|
/external/ltp/testcases/kernel/timers/clock_gettime/ |
D | clock_gettime02.c | 75 static clockid_t clocks[2] = { CLOCK_REALTIME, CLOCK_MONOTONIC }; variable 78 int TST_TOTAL = ARRAY_SIZE(clocks); 94 TEST(ltp_syscall(__NR_clock_gettime, clocks[i], &spec)); in main()
|
D | clock_gettime03.c | 95 clockid_t clocks[] = { in main() local 135 TEST(ltp_syscall(__NR_clock_gettime, clocks[i], temp)); in main()
|
/external/ltp/testcases/open_posix_testsuite/stress/timers/ |
D | plan.txt | 13 - Repetition of key clocks/timers functions. 20 API testing of the clocks/timers functions is considered to be done by 41 - Set memory to 95% and run through key clocks functions. 46 - Set CPU to 95% and run through key clocks functions. 51 - Set up >10,000 timers and run through key clocks functions.
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/ |
D | coverage.txt | 7 4 NO - process clocks not part of implementation under test 8 5 NO - process clocks not part of implementation under test
|
/external/ltp/testcases/kernel/timers/timer_create/ |
D | timer_create04.c | 105 clockid_t clocks[6] = { in main() local 159 TEST(ltp_syscall(__NR_timer_create, clocks[i], temp_ev, in main()
|
/external/walt/ |
D | README.md | 31 * The Android/iOS device and Teensy clocks have a tendency to diverge due to 34 clocks. Some, but not all tests in the app will sync the clocks when starting a measurement.
|
D | README.google | 31 send to the bridge to synchronize the clocks between the device and the Teensy: 43 Despite the reliability and accuracy of NTP, device and host wall clocks can 46 connection between the host and device, the clocks are synchronized based on
|
/external/ltp/testcases/kernel/timers/clock_settime/ |
D | clock_settime03.c | 31 clockid_t clocks[] = { variable 79 TEST(ltp_syscall(__NR_clock_settime, clocks[i], temp)); in main()
|
/external/ltp/testcases/open_posix_testsuite/functional/timers/ |
D | plan.txt | 13 clocks - Testing that clocks can accurately keep time in certain scenarios. 24 API testing of the clocks/timers functions is considered to be done by 40 generated test scenarios setting clocks or timers to these critical 59 - Test for a few different clocks.
|
/external/walt/docs/usage/ |
D | WALT_usage.md | 39 …ceives power (see photo below), they will be turned off once the app synchronizes clocks with WALT. 75 Synced clocks, maxE=161us 100 Synced clocks, maxE=154us 148 Synced clocks, maxE=162us 150 Synced clocks, maxE=857us 194 ## Restarting tap latency measurement. Re-sync clocks ... 195 Synced clocks, maxE=158us
|
/external/autotest/client/site_tests/graphics_Idle/ |
D | control.arc | 26 clocks...)
|
D | control | 23 clocks...)
|
/external/ltp/testcases/realtime/ |
D | 00_Descriptions.txt | 209 then reads the thread cpu clocks of all these threads and compares the sum 210 of thread cpu clocks with the process that spend time on the CPU. It then 212 clocks with the process cpu clock value. The test expects that: the cpu 213 clock of every sleeping thread shows close to zero value. Sum of cpu clocks
|
/external/fio/ |
D | gettime.c | 530 unsigned long long clocks; in clock_thread_fn() local 532 clocks = t->entries[i - 1].tsc - t->entries[0].tsc; in clock_thread_fn() 534 clocks, first); in clock_thread_fn()
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.timers | 37 // *Incomplete because process time clocks functionality not in current version
|
/external/walt/docs/ |
D | DragLatency.md | 33 Now imagine that the clocks timestamping the touch and the laser events diverge a little (this dive…
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | ia32_insn.h | 488 unsigned int clocks; /* TODO: clock cycles: min/max */
|
/external/valgrind/auxprogs/ |
D | posixtestsuite-1.5.1-diff.txt | 131 + echo "Executing timers and clocks tests"
|
/external/ImageMagick/MagickCore/ |
D | opencl.c | 110 long long clocks; member 227 timer->clocks=0; in InitAccelerateTimer() 233 return (double)timer->clocks/(double)timer->freq; in ReadAccelerateTimer() 266 timer->clocks+=n; in StopAccelerateTimer()
|
/external/valgrind/helgrind/ |
D | README_MSMProp2.txt | 58 operation on vector clocks. Given the definition of HB,
|
/external/libcxx/include/ |
D | chrono | 1044 /////////////////////// clocks ///////////////////////////
|
/external/valgrind/ |
D | NEWS.old | 1386 * Add support for POSIX clocks and timers.
|
/external/libevent/ |
D | ChangeLog | 764 o Increase the tolerance in our unit tests for sloppy clocks. (170ffd2)
|