Home
last modified time | relevance | path

Searched refs:no_check (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/site_tests/display_SwitchMode/
Ddisplay_SwitchMode.py42 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)
Dcontrol.fast_switch28 job.run_test("display_SwitchMode", host=host, repeat=repeat, no_check=True)
/external/boringssl/src/crypto/x509v3/
Dv3_purp.c99 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
122 {X509_PURPOSE_ANY, X509_TRUST_DEFAULT, 0, no_check, (char *)"Any Purpose",
792 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) in no_check() function