Lines Matching refs:create
22 from acloud.create import avd_spec
23 from acloud.create import create
24 from acloud.create import gce_local_image_remote_instance
45 create.GetAvdCreatorClass(avd_type, ins_type, image_source)
48 avd_creator_class = create.GetAvdCreatorClass(
67 create._CheckForAutoconnect(args)
74 create._CheckForAutoconnect(args)
79 create._CheckForAutoconnect(args)
101 create._CheckForSetup(args)
111 create._CheckForSetup(args)
124 self.Patch(create, "PreRunCheck")
130 create.Run(args)
131 create.PreRunCheck.assert_called_once()
135 self.Patch(create, "PreRunCheck")
136 create.Run(args)
137 create.PreRunCheck.assert_not_called()