OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:str_ratio
(Results
1 - 2
of
2
) sorted by null
/external/skia/bin/
compare
63
str_ratio
= ('%.2gx' if ratio < 1 else '%.3gx') % ratio
66
humanize(bm), humanize(bsem),
str_ratio
)
68
print '%*s\t%6s -> %6s\t%s' % (maxlen, key, humanize(am), humanize(bm),
str_ratio
)
/external/skqp/bin/
compare
63
str_ratio
= ('%.2gx' if ratio < 1 else '%.3gx') % ratio
66
humanize(bm), humanize(bsem),
str_ratio
)
68
print '%*s\t%6s -> %6s\t%s' % (maxlen, key, humanize(am), humanize(bm),
str_ratio
)
Completed in 701 milliseconds