Lines Matching refs:create
23 from acloud.create import avd_spec
24 from acloud.create import create
25 from acloud.create import gce_local_image_remote_instance
46 create.GetAvdCreatorClass(avd_type, ins_type, image_source)
49 avd_creator_class = create.GetAvdCreatorClass(
68 create._CheckForAutoconnect(args)
75 create._CheckForAutoconnect(args)
80 create._CheckForAutoconnect(args)
102 create._CheckForSetup(args)
112 create._CheckForSetup(args)
123 create._CheckForSetup(args)
132 create._CheckForSetup(args)
141 create._CheckForSetup(args)
150 create._CheckForSetup(args)
166 self.Patch(create, "PreRunCheck")
172 create.Run(args)
173 create.PreRunCheck.assert_called_once()
177 self.Patch(create, "PreRunCheck")
178 create.Run(args)
179 create.PreRunCheck.assert_not_called()