OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:model_count
(Results
1 - 2
of
2
) sorted by null
/external/autotest/site_utils/
lab_inventory_unittest.py
545
def _check_model_count(self,
model_count
):
547
msg = '[model: %d]' % (
model_count
,)
548
models = self._MODEL_LIST[:
model_count
]
557
self.assertEqual(inventory.get_num_duts(), 6 *
model_count
, msg)
558
self.assertEqual(inventory.get_num_models(),
model_count
, msg)
567
for
model_count
in range(0, len(self._MODEL_LIST)):
568
self._check_model_count(
model_count
)
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c
[
all
...]
Completed in 570 milliseconds