Home
last modified time | relevance | path

Searched refs:exact_match (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/site_tests/security_RootCA/
Dsecurity_RootCA.py157 exact_match=('relaxed' not in args))
160 def verify_rootcas(self, baseline_file=DEFAULT_BASELINE, exact_match=True): argument
192 if unexpected or (missing and exact_match):
198 if exact_match:
/external/toolchain-utils/crosperf/
Ddownload_images_buildid_test.py72 def test_one_id(self, downloader, test_id, result_string, exact_match): argument
82 if exact_match:
/external/tcpdump/missing/
Dgetopt_long.c197 int i, match, exact_match, second_partial_match; in parse_long_options() local
217 exact_match = 0; in parse_long_options()
238 exact_match = 1; in parse_long_options()
257 if (!exact_match && second_partial_match) { in parse_long_options()
/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.h35 const char *domain, int exact_match);
Dconfig.h259 int exact_match; member
Dinterworking.c2139 const char *domain, int exact_match) in domain_name_list_contains() argument
2160 if (!exact_match && elen > len && pos[elen - len - 1] == '.') { in domain_name_list_contains()
2282 partner->fqdn, partner->exact_match, partner->priority, in roaming_partner_match()
2288 partner->exact_match)) in roaming_partner_match()
Dconfig_file.c937 p->fqdn, p->exact_match, p->priority, in wpa_config_write_cred()
Dconfig.c3218 p->exact_match = atoi(pos); in wpa_config_set_cred()
3523 p->fqdn, p->exact_match, p->priority, in wpa_config_get_cred_no_key()