Home
last modified time | relevance | path

Searched refs:hw_customize (Results 1 – 7 of 7) sorted by relevance

/tools/acloud/internal/lib/
Dgoldfish_utils_test.py216 mock_spec = mock.Mock(hw_customize=True, gpu='off',
222 mock_spec = mock.Mock(hw_customize=True, gpu=None, hw_property={})
Dgoldfish_utils.py296 if not avd_spec.hw_customize:
Dcvd_utils_test.py546 hw_customize=False,
575 hw_customize=True,
Dcvd_utils.py851 if avd_spec.hw_customize or not config:
/tools/acloud/public/actions/
Dremote_host_gf_device_factory_test.py209 self._mock_avd_spec.hw_customize = True
/tools/acloud/create/
Dlocal_image_local_instance.py294 if avd_spec.hw_customize:
Davd_spec.py825 def hw_customize(self): member in AVDSpec