HomeSort by relevance Sort by last modified time
    Searched refs:get_num_allocated_file_handles (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/cros/multimedia/
system_facade_native.py 127 def get_num_allocated_file_handles(self): member in class:SystemFacadeNative
131 return utils.get_num_allocated_file_handles()
  /external/autotest/server/cros/multimedia/
system_facade_adapter.py 119 def get_num_allocated_file_handles(self): member in class:SystemFacadeRemoteAdapter
123 return self._system_proxy.get_num_allocated_file_handles()
  /external/autotest/client/bin/
utils_unittest.py 164 self.assertEqual(utils.get_num_allocated_file_handles(), 123)
utils.py 577 def get_num_allocated_file_handles(): function
    [all...]
  /external/autotest/client/common_lib/cros/
system_metrics_collector.py 159 self._store_sample(self.system_facade.get_num_allocated_file_handles())
system_metrics_collector_unittest.py 180 def get_num_allocated_file_handles(self): member in class:FakeSystemFacade

Completed in 668 milliseconds