Home
last modified time | relevance | path

Searched refs:gpu (Results 1 – 17 of 17) sorted by relevance

/tools/acloud/public/actions/
Dcreate_goldfish_action.py71 gpu=None, argument
101 self._gpu = gpu
166 gpu=self._gpu,
242 gpu=None, argument
290 gpu = avd_spec.gpu
335 kernel_build_target, gpu, num, serial_log_file, autoconnect)
340 emulator_build_id, gpu=gpu,
Dcreate_goldfish_action_test.py82 self.avd_spec.gpu = self.GPU
132 gpu=self.GPU,
152 gpu=self.GPU,
210 gpu=self.GPU,
255 gpu=self.GPU,
276 gpu=self.GPU,
332 gpu=self.GPU,
374 gpu=self.GPU)
391 gpu=self.GPU,
447 gpu=self.GPU,
Dgce_device_factory.py50 gpu=avd_spec.gpu)
Dremote_host_cf_device_factory_test.py73 gpu="auto",
/tools/acloud/internal/lib/
Dgoldfish_compute_client.py164 gpu=None, argument
259 gpu=gpu,
Dcvd_compute_client_multi_stage.py77 gpu=None): argument
96 self._gpu = gpu
294 gpu=self._gpu,
Dgoldfish_utils.py293 if avd_spec.gpu:
294 args.extend(("-gpu", avd_spec.gpu))
Dandroid_compute_client_test.py100 gpu = None
140 expected_disk_args, image_project, gpu, extra_disk_name,
Dandroid_compute_client.py279 gpu=None, argument
326 self._zone, disk_args, image_project, gpu, extra_disk_name,
Dgoldfish_compute_client_test.py200 gpu=self.GPU,
271 gpu=self.GPU,
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={})
Dcvd_compute_client_multi_stage_test.py107 self._GetFakeConfig(), mock.MagicMock(), gpu=self.GPU)
174 gpu=self.GPU,
Dgcompute_client.py1232 gpu=None, argument
1301 if gpu:
1303 "acceleratorType": self.GetAcceleratorUrl(gpu, zone),
Dgcompute_client_test.py767 gpu=self.GPU,
/tools/acloud/public/
Dacloud_main.py451 gpu=args.gpu,
/tools/acloud/create/
Davd_spec.py394 self._gpu = args.gpu
1020 def gpu(self): member in AVDSpec
Dcreate_args.py1013 if args.local_instance is None and args.gpu == _DEFAULT_GPU: