OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortfall
(Results
1 - 2
of
2
) sorted by null
/external/autotest/site_utils/
balance_pools.py
419
shortfall
= spares_needed - len(spare_duts)
422
shortfall
= spares_needed
424
surplus_duts = main_pool.allocate_surplus(
shortfall
)
452
elif
shortfall
>= 0:
464
len(main_pool.broken_hosts) -
shortfall
,
465
-
shortfall
)
/external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc
542
hb_position_t
shortfall
= sign * w_remaining - sign * w_repeating * (n_copies + 1);
local
543
if (
shortfall
> 0)
Completed in 183 milliseconds