Searched refs:no_check (Results 1 – 3 of 3) sorted by relevance
/external/autotest/server/site_tests/display_SwitchMode/ |
D | display_SwitchMode.py | 42 def set_mode_and_check(self, test_mirrored, no_check): argument 50 if not no_check: 55 def run_once(self, host, repeat, no_check=False): argument 82 self.set_mode_and_check(True, no_check) 83 self.set_mode_and_check(False, no_check)
|
D | control.fast_switch | 28 job.run_test("display_SwitchMode", host=host, repeat=repeat, no_check=True)
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_purp.c | 98 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca); 121 {X509_PURPOSE_ANY, X509_TRUST_DEFAULT, 0, no_check, (char *)"Any Purpose", 745 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) in no_check() function
|