Home
last modified time | relevance | path

Searched refs:restart_job (Results 1 – 16 of 16) sorted by relevance

/external/autotest/client/site_tests/platform_AnomalyDetector/
Dplatform_AnomalyDetector.py19 upstart.restart_job("anomaly-detector")
/external/autotest/client/site_tests/policy_DeviceScheduledCharging/
Dpolicy_DeviceScheduledCharging.py49 upstart.restart_job(self.SYNC_EC_RTC_UPSTART_JOB)
/external/autotest/client/cros/
Dupstart.py61 def restart_job(service_name): function
Dservice_stopper.py81 upstart.restart_job(service)
/external/autotest/client/site_tests/power_UiResume/
Dpower_UiResume.py48 upstart.restart_job(service)
/external/autotest/client/site_tests/power_VideoDetector/
Dpower_VideoDetector.py82 upstart.restart_job('powerd')
/external/libcups/systemv/
Dlp.c22 static int restart_job(const char *command, int job_id);
429 if (restart_job(argv[0], job_id)) in main()
654 restart_job(const char *command, /* I - Command name */ in restart_job() function
/external/autotest/client/site_tests/audio_CrasStress/
Daudio_CrasStress.py82 upstart.restart_job('ui')
/external/autotest/client/cros/multimedia/
Dmultimedia_xmlrpc_server.py147 upstart.restart_job('cras')
/external/autotest/client/common_lib/cros/
Dauthpolicy.py70 upstart.restart_job('authpolicyd')
Dsmbprovider.py58 upstart.restart_job('smbproviderd')
/external/autotest/client/site_tests/audio_CrasDevSwitchStress/
Daudio_CrasDevSwitchStress.py58 upstart.restart_job('ui')
/external/tensorflow/tensorflow/python/distribute/coordinator/
Dfault_tolerance_test.py150 def _restart_in_thread(self, downtime_secs, restart_job): argument
154 self._restart(downtime_secs, restart_job)
/external/autotest/client/cros/cellular/
Dtest_environment.py139 upstart.restart_job('modemfwd')
/external/autotest/client/cros/power/
Dpower_utils.py661 upstart.restart_job('powerd')
668 upstart.restart_job('powerd')
/external/libcups/scheduler/
Dipp.c105 static void restart_job(cupsd_client_t *con, ipp_attribute_t *uri);
473 restart_job(con, uri); in cupsdProcessIPPRequest()
9222 restart_job(cupsd_client_t *con, /* I - Client connection */ in restart_job() function