OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DivideAndCeil
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
perfdiag.py
57
from gslib.util import
DivideAndCeil
788
component_size =
DivideAndCeil
(self.thru_filesize, self.num_slices)
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/
copy_helper.py
103
from gslib.util import
DivideAndCeil
[
all
...]
util.py
237
def
DivideAndCeil
(dividend, divisor):
[
all
...]
Completed in 210 milliseconds