Lines Matching defs:currentSlot
60 int currentSlot = -1;
63 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
74 int currentSlot = 0;
77 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
88 int currentSlot = 1;
91 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
102 int currentSlot = 2;
105 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
116 int currentSlot = 3;
119 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
199 int currentSlot = -1;
202 partitionslot->GetCurrentSlot(currentSlot, numOfSlots);
204 partitionslot->SetActiveSlot(currentSlot);
214 int currentSlot = 0;
217 partitionslot->GetCurrentSlot(currentSlot, numOfSlots);
219 partitionslot->SetActiveSlot(currentSlot);
230 int currentSlot = 0;
233 partitionslot->GetCurrentSlot(currentSlot, numOfSlots);
235 partitionslot->SetActiveSlot(currentSlot);
246 int currentSlot = 0;
249 partitionslot->GetCurrentSlot(currentSlot, numOfSlots);
251 partitionslot->SetActiveSlot(currentSlot);
262 int currentSlot = 0;
265 partitionslot->GetCurrentSlot(currentSlot, numOfSlots);
267 partitionslot->SetActiveSlot(currentSlot);