Home | History | Annotate | Download | only in bestflags

Lines Matching refs:the

1 # Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
3 # found in the LICENSE file.
6 Part of the Chrome build flags optimization.
20 # The number of tasks to be put in a generation to be tested.
23 # The stride of permutation used to shuffle the input list of tasks. Should be
29 """This class test the Generation class.
31 Given a set of tasks in the generation, if there is any task that is pending,
32 then the Done method will return false, and true otherwise.
36 """"Test the Done method.
38 Produce a generation with a set of tasks. Set the cost of the task one by
39 one and verify that the Done method returns false before setting the cost
40 for all the tasks. After the costs of all the tasks are set, the Done method
48 # The tasks for the generation to be tested.
53 # Permute the list.
57 # The Done method of the Generation should return false before all the tasks
58 # in the permuted list are set.
62 # Mark a task as done by calling the UpdateTask method of the generation.
63 # Send the generation the task as well as its results.
66 # The Done method should return true after all the tasks in the permuted