Lines Matching refs:FALSE
87 {BASE + 4, 0, 10000, 8000, FALSE, 6000, "6 seconds should be left"},
88 {BASE + 4, 990000, 10000, 8000, FALSE, 5010, "5010 ms should be left"},
89 {BASE + 10, 0, 10000, 8000, FALSE, -1, "timeout is -1, expired"},
90 {BASE + 12, 0, 10000, 8000, FALSE, -2000, "-2000, overdue 2 seconds"},
99 {BASE + 4, 0, 10000, 0, FALSE, 6000, "6 seconds should be left"},
100 {BASE + 4, 990000, 10000, 0, FALSE, 5010, "5010 ms should be left"},
101 {BASE + 10, 0, 10000, 0, FALSE, -1, "timeout is -1, expired"},
102 {BASE + 12, 0, 10000, 0, FALSE, -2000, "-2000, overdue 2 seconds"},
111 {BASE + 4, 0, 0, 10000, FALSE, 0, "no timeout active"},
112 {BASE + 4, 990000, 0, 10000, FALSE, 0, "no timeout active"},
113 {BASE + 10, 0, 0, 10000, FALSE, 0, "no timeout active"},
114 {BASE + 12, 0, 0, 10000, FALSE, 0, "no timeout active"},
123 {BASE + 4, 0, 0, 0, FALSE, 0, "no timeout active"},
124 {BASE + 4, 990000, 0, 0, FALSE, 0, "no timeout active"},
125 {BASE + 10, 0, 0, 0, FALSE, 0, "no timeout active"},
126 {BASE + 12, 0, 0, 0, FALSE, 0, "no timeout active"},