HomeSort by relevance Sort by last modified time
    Searched refs:ACCEPTABLEDELTA (Results 1 - 25 of 32) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
1-2.c 12 If the clocks are within ACCEPTABLEDELTA of each other, the test is
21 #define ACCEPTABLEDELTA 1
33 if (abs(delta) <= ACCEPTABLEDELTA) {
2-1.c 21 #define ACCEPTABLEDELTA 1
33 if (abs(delta) <= ACCEPTABLEDELTA) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/
2-1.c 15 * ACCEPTABLEDELTA of current time + SLEEPSEC
22 #define ACCEPTABLEDELTA 1
50 if (tsafter.tv_sec <= (sleepuntilsec + ACCEPTABLEDELTA)) {
3-1.c 16 * ACCEPTABLEDELTA of current time (i.e., didn't sleep)
23 #define ACCEPTABLEDELTA 1
51 if (tsafter.tv_sec <= (tsbefore.tv_sec + ACCEPTABLEDELTA)) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
1-1.c 27 #define ACCEPTABLEDELTA 1
57 if ((delta <= ACCEPTABLEDELTA) && (delta >= 0)) {
7-1.c 19 * ACCEPTABLEDELTA of T1
31 #define ACCEPTABLEDELTA 1
72 if ((tsT2.tv_sec - tsT1.tv_sec) <= ACCEPTABLEDELTA) {
7-2.c 17 * - in child: ensure clock_nanosleep() expires within ACCEPTABLEDELTA of
30 #define ACCEPTABLEDELTA 1
74 if ((tsT3.tv_sec - tsT2.tv_sec) <= ACCEPTABLEDELTA) {
8-1.c 17 * ACCEPTABLEDELTA of T0+(SLEEPSEC-SMALLTIME)
29 #define ACCEPTABLEDELTA 1
71 if ((tsend.tv_sec - expectedsec) <= ACCEPTABLEDELTA) {
4-1.c 15 * but > ACCEPTABLEDELTA)
19 * - ensure that: T2 >= T1 and (T2-T1) <= ACCEPTABLEDELTA
23 * adam.li: I think should check that (abs(T2-T1) <= ACCEPTABLEDELTA)
34 // SLEEPTIME > ACCEPTABLEDELTA
37 #define ACCEPTABLEDELTA 1
124 if ((delta <= ACCEPTABLEDELTA) && (delta >= 0)) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
8-3.c 14 * are within ACCEPTABLEDELTA of each other
29 #define ACCEPTABLEDELTA 1
62 if (abs(oits.it_value.tv_sec - TIMELEFT) <= ACCEPTABLEDELTA) {
6-1.c 30 #define ACCEPTABLEDELTA 1
116 if ((delta > ACCEPTABLEDELTA) || (delta < 0)) {
141 if ((delta > ACCEPTABLEDELTA) || (delta < 0)) {
1-1.c 37 #define ACCEPTABLEDELTA 1
90 if (abs(tsleft.tv_sec - SLEEPDELTA) <= ACCEPTABLEDELTA) {
1-2.c 28 #define ACCEPTABLEDELTA 1
91 if (abs(tsleft.tv_sec - SLEEPDELTA) > ACCEPTABLEDELTA) {
5-1.c 16 * ACCEPTABLEDELTA of TIMERSEC seconds.
32 #define ACCEPTABLEDELTA 1
92 if (abs(tsleft.tv_sec - SLEEPDELTA) <= ACCEPTABLEDELTA) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
10-1.c 22 #define ACCEPTABLEDELTA 1
97 if (abs(ts_end.tv_sec - ts_start.tv_sec - TIMERSEC) <= ACCEPTABLEDELTA) {
105 TIMERSEC + ACCEPTABLEDELTA);
11-1.c 22 #define ACCEPTABLEDELTA 1
97 if (abs(ts_end.tv_sec - ts_start.tv_sec - TIMERSEC) <= ACCEPTABLEDELTA) {
105 TIMERSEC + ACCEPTABLEDELTA);
1-1.c 35 #define ACCEPTABLEDELTA 1
88 if (abs(tsleft.tv_sec - SLEEPDELTA) <= ACCEPTABLEDELTA) {
7-1.c 25 #define ACCEPTABLEDELTA 1
83 if (abs(tsleft.tv_sec - SLEEPDELTA) <= ACCEPTABLEDELTA) {
9-1.c 30 #define ACCEPTABLEDELTA 1
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/
1-3.c 13 * - Ensure the value returned is within ACCEPTABLEDELTA less than
30 #define ACCEPTABLEDELTA 30000000
73 * - itsset-itsget nsec must be <= ACCEPTABLEDELTA
85 if (deltans < 0 || deltans > ACCEPTABLEDELTA) {
87 deltans, ACCEPTABLEDELTA);
1-1.c 12 * - Ensure the value returned is within ACCEPTABLEDELTA less than
28 #define ACCEPTABLEDELTA 1
69 if (delta <= ACCEPTABLEDELTA) {
1-2.c 13 * - Ensure the value returned is within ACCEPTABLEDELTA less than
30 #define ACCEPTABLEDELTA 1
76 if (delta <= ACCEPTABLEDELTA) {
3-1.c 12 * - Ensure the value returned is within ACCEPTABLEDELTA less than
29 #define ACCEPTABLEDELTA 1
78 if (delta <= ACCEPTABLEDELTA) {
  /external/ltp/testcases/open_posix_testsuite/functional/timers/clocks/
twopsetclock.c 28 #define ACCEPTABLEDELTA 1
79 if ((delta <= ACCEPTABLEDELTA - DELTA) ||
80 (delta <= ACCEPTABLEDELTA + DELTA)) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
5-1.c 43 #define ACCEPTABLEDELTA 1
94 if (abs(tsleft.tv_sec - SLEEPDELTA) > ACCEPTABLEDELTA) {

Completed in 7557 milliseconds

1 2