Home
last modified time | relevance | path

Searched refs:is_retry (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
Dchildmain.c603 BOOL is_retry = FALSE; in ChildMain() local
684 if (!is_retry) { in ChildMain()
773 is_retry = TRUE; in ChildMain()
777 is_retry = FALSE; in ChildMain()
834 is_retry = FALSE; in ChildMain()
880 is_retry = TRUE; in ChildMain()
884 is_retry = FALSE; in ChildMain()
994 is_retry = FALSE; in ChildMain()
1009 is_retry = FALSE; in ChildMain()
/external/autotest/scheduler/
Ddrone_utility.py232 def write_to_file(self, file_path, contents, is_retry=False): argument
251 if e.errno == 13 and not is_retry:
256 self.write_to_file(file_path, contents, is_retry=True)
/external/boringssl/src/ssl/test/
Dbssl_shim.cc630 const TestConfig *config, bool is_resume, bool is_retry,
745 const TestConfig *config, bool is_resume, bool is_retry, in DoExchange() argument
780 if (is_resume && !is_retry && !config->is_server && in DoExchange()
961 if (!config->is_server && is_resume && !is_retry && in DoExchange()
/external/autotest/site_utils/
Drun_suite.py984 def is_retry(self): member in TestView
1131 if self.is_retry():
1223 elif test_view.is_retry():
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c3435 int is_retry; in wpa_driver_nl80211_authenticate() local
3439 is_retry = drv->retry_auth; in wpa_driver_nl80211_authenticate()
3543 if (ret == -ENOENT && params->freq && !is_retry) { in wpa_driver_nl80211_authenticate()
3570 } else if (is_retry) { in wpa_driver_nl80211_authenticate()