Home
last modified time | relevance | path

Searched refs:cancel_reservation (Results 1 – 22 of 22) sorted by relevance

/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-google/cirq_google/engine/
H A Dengine_processor_test.py327 def test_cancel_reservation(cancel_reservation): argument
335 cancel_reservation.return_value = result
338 cancel_reservation.assert_called_once_with('proj', 'p0', 'rid')
366 def test_remove_reservation_cancel(cancel_reservation, get_reservation): argument
376 cancel_reservation.return_value = result
384 cancel_reservation.assert_called_once_with('proj', 'p0', 'rid')
H A Dengine_processor.py224 return self.context.client.cancel_reservation(
H A Dengine_client.py720 def cancel_reservation(self, project_id: str, processor_id: str, reservation_id: str): member in EngineClient
H A Dengine_client_test.py926 assert (client.cancel_reservation('proj', 'processor0',
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-google/cirq_google/engine/
H A Dengine_processor_test.py327 def test_cancel_reservation(cancel_reservation): argument
335 cancel_reservation.return_value = result
338 cancel_reservation.assert_called_once_with('proj', 'p0', 'rid')
366 def test_remove_reservation_cancel(cancel_reservation, get_reservation): argument
376 cancel_reservation.return_value = result
384 cancel_reservation.assert_called_once_with('proj', 'p0', 'rid')
H A Dengine_processor.py224 return self.context.client.cancel_reservation(
H A Dengine_client.py725 def cancel_reservation(self, project_id: str, processor_id: str, reservation_id: str): member in EngineClient
H A Dengine_client_test.py926 assert (client.cancel_reservation('proj', 'processor0',
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-google/cirq_google/engine/
H A Dengine_processor_test.py327 def test_cancel_reservation(cancel_reservation): argument
335 cancel_reservation.return_value = result
338 cancel_reservation.assert_called_once_with('proj', 'p0', 'rid')
366 def test_remove_reservation_cancel(cancel_reservation, get_reservation): argument
376 cancel_reservation.return_value = result
384 cancel_reservation.assert_called_once_with('proj', 'p0', 'rid')
H A Dengine_processor.py224 return self.context.client.cancel_reservation(
H A Dengine_client.py725 def cancel_reservation(self, project_id: str, processor_id: str, reservation_id: str): member in EngineClient
H A Dengine_client_test.py926 assert (client.cancel_reservation('proj', 'processor0',
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-google/cirq_google/engine/
H A Dengine_processor_test.py327 def test_cancel_reservation(cancel_reservation): argument
335 cancel_reservation.return_value = result
338 cancel_reservation.assert_called_once_with('proj', 'p0', 'rid')
366 def test_remove_reservation_cancel(cancel_reservation, get_reservation): argument
376 cancel_reservation.return_value = result
384 cancel_reservation.assert_called_once_with('proj', 'p0', 'rid')
H A Dengine_processor.py224 return self.context.client.cancel_reservation(
H A Dengine_client.py725 def cancel_reservation(self, project_id: str, processor_id: str, reservation_id: str): member in EngineClient
H A Dengine_client_test.py926 assert (client.cancel_reservation('proj', 'processor0',
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-google/cirq_google/engine/
H A Dengine_processor_test.py327 def test_cancel_reservation(cancel_reservation): argument
335 cancel_reservation.return_value = result
338 cancel_reservation.assert_called_once_with('proj', 'p0', 'rid')
366 def test_remove_reservation_cancel(cancel_reservation, get_reservation): argument
376 cancel_reservation.return_value = result
384 cancel_reservation.assert_called_once_with('proj', 'p0', 'rid')
H A Dengine_processor.py224 return self.context.client.cancel_reservation(
H A Dengine_client.py725 def cancel_reservation(self, project_id: str, processor_id: str, reservation_id: str): member in EngineClient
H A Dengine_client_test.py926 assert (client.cancel_reservation('proj', 'processor0',
/dports/net/spread4/spread-src-4.2.0/libspread/
H A Dfl_p.h304 static void cancel_reservation(fl_conn *conn);
H A Dfl.c445 cancel_reservation(conn); in FL_scat_receive()
733 return cancel_reservation(conn), (fl_conn*) 0; in lock_conn()
741 cancel_reservation(conn); in unlock_conn()
779 static void cancel_reservation(fl_conn *conn) { in cancel_reservation() function