Searched defs:Parallelizer (Results 1 - 1 of 1) sorted by path

/external/chromium_org/build/android/pylib/utils/
H A Dparallelizer.py29 Parallelizer(list_of_foos).bar('Hello')
38 Parallelizer(list_of_foos).baz.myBazMethod()
40 Because it emulates the interface of the wrapped objects, a Parallelizer
48 DoesSomethingWithFoo(Parallelizer(list_of_foos))
64 class Parallelizer(object): class in inherits:object
69 "Passed empty list to 'Parallelizer'")
79 A Parallelizer emulating the |name| attribute of |self|.
91 A Parallelizer emulating the value of |self| at |index|.
106 A Parallelizer wrapping the ReraiserThreadGroup running the call in
171 A Parallelizer wrappin
[all...]

Completed in 298 milliseconds