Lines Matching refs:FALSE
79 {BASE + 4, 0, 10000, 8000, FALSE, 6000, "6 seconds should be left"},
80 {BASE + 4, 990000, 10000, 8000, FALSE, 5010, "5010 ms should be left"},
81 {BASE + 10, 0, 10000, 8000, FALSE, -1, "timeout is -1, expired"},
82 {BASE + 12, 0, 10000, 8000, FALSE, -2000, "-2000, overdue 2 seconds"},
91 {BASE + 4, 0, 10000, 0, FALSE, 6000, "6 seconds should be left"},
92 {BASE + 4, 990000, 10000, 0, FALSE, 5010, "5010 ms should be left"},
93 {BASE + 10, 0, 10000, 0, FALSE, -1, "timeout is -1, expired"},
94 {BASE + 12, 0, 10000, 0, FALSE, -2000, "-2000, overdue 2 seconds"},
97 {BASE + 4, 0, 10000, 0, FALSE, 6000, "6 seconds should be left"},
98 {BASE + 4, 990000, 10000, 0, FALSE, 5010, "5010 ms should be left"},
99 {BASE + 10, 0, 10000, 0, FALSE, -1, "timeout is -1, expired"},
100 {BASE + 12, 0, 10000, 0, FALSE, -2000, "-2000, overdue 2 seconds"},
103 {BASE + 4, 0, 0, 10000, FALSE, 0, "no timeout active"},
104 {BASE + 4, 990000, 0, 10000, FALSE, 0, "no timeout active"},
105 {BASE + 10, 0, 0, 10000, FALSE, 0, "no timeout active"},
106 {BASE + 12, 0, 0, 10000, FALSE, 0, "no timeout active"},
115 {BASE + 4, 0, 0, 0, FALSE, 0, "no timeout active"},
116 {BASE + 4, 990000, 0, 0, FALSE, 0, "no timeout active"},
117 {BASE + 10, 0, 0, 0, FALSE, 0, "no timeout active"},
118 {BASE + 12, 0, 0, 0, FALSE, 0, "no timeout active"},