Searched refs:task_index (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/message_loop/
H A Dmessage_loop_test.cc769 int task_index = 0; local
770 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, true));
771 EXPECT_EQ(order.Get(task_index++), TaskItem(ORDERED, 2, true));
772 EXPECT_EQ(order.Get(task_index++), TaskItem(ORDERED, 2, false));
773 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, false));
774 EXPECT_EQ(order.Get(task_index++), TaskItem(ORDERED, 3, true));
775 EXPECT_EQ(order.Get(task_index++), TaskItem(ORDERED, 3, false));
776 EXPECT_EQ(static_cast<size_t>(task_index), order.Size());
801 int task_index = 0; local
802 EXPECT_EQ(order.Get(task_index
831 int task_index = 0; local
864 int task_index = 0; local
919 int task_index = 0; local
983 int task_index = 0; local
1017 int task_index = 0; local
[all...]
/external/toolchain-utils/bestflags/
H A Dsteering_test.py81 task_index = 0
90 test_ranges = range(task_index, task_index + NUMBER_OF_TASKS)
100 task_index += NUMBER_OF_TASKS

Completed in 47 milliseconds