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