Lines Matching refs:TRUE
92 {BASE + 4, 0, 10000, 8000, TRUE, 4000, "4 seconds should be left"},
93 {BASE + 4, 990000, 10000, 8000, TRUE, 3010, "3010 ms should be left"},
94 {BASE + 8, 0, 10000, 8000, TRUE, -1, "timeout is -1, expired"},
95 {BASE + 10, 0, 10000, 8000, TRUE, -2000, "-2000, overdue 2 seconds"},
104 {BASE + 4, 0, 10000, 0, TRUE, 6000, "6 seconds should be left"},
105 {BASE + 4, 990000, 10000, 0, TRUE, 5010, "5010 ms should be left"},
106 {BASE + 10, 0, 10000, 0, TRUE, -1, "timeout is -1, expired"},
107 {BASE + 12, 0, 10000, 0, TRUE, -2000, "-2000, overdue 2 seconds"},
116 {BASE + 4, 0, 0, 10000, TRUE, 6000, "6 seconds should be left"},
117 {BASE + 4, 990000, 0, 10000, TRUE, 5010, "5010 ms should be left"},
118 {BASE + 10, 0, 0, 10000, TRUE, -1, "timeout is -1, expired"},
119 {BASE + 12, 0, 0, 10000, TRUE, -2000, "-2000, overdue 2 seconds"},
128 {BASE + 4, 0, 0, 0, TRUE, 296000, "no timeout active"},
129 {BASE + 4, 990000, 0, 0, TRUE, 295010, "no timeout active"},
130 {BASE + 10, 0, 0, 0, TRUE, 290000, "no timeout active"},
131 {BASE + 12, 0, 0, 0, TRUE, 288000, "no timeout active"},
134 {BASE + 4, 0, 10000, 12000, TRUE, 6000, "6 seconds should be left"},