Lines Matching defs:currentSlot
61 int currentSlot = 0;
65 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
78 int currentSlot = 1;
81 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
93 int currentSlot = -1;
96 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
108 int currentSlot = -1;
111 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
123 int currentSlot = 1;
126 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
138 int currentSlot = -1;
141 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
153 int currentSlot = 1;
156 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
168 int currentSlot = 2;
171 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
183 int currentSlot = 3;
186 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
245 int currentSlot = 0;
248 partitionslot->GetCurrentSlot(currentSlot, numOfSlots);
250 partitionslot->SetActiveSlot(currentSlot);
262 int currentSlot = 0;
265 partitionslot->GetCurrentSlot(currentSlot, numOfSlots);
267 partitionslot->SetActiveSlot(currentSlot);
278 int currentSlot = 0;
283 partitionslot->GetCurrentSlot(currentSlot, numOfSlots);
285 partitionslot->SetActiveSlot(currentSlot);