Searched refs:match_func (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/site_tests/security_AccountsBaseline/ |
D | security_AccountsBaseline.py | 58 match_func = getattr(self, 'match_%s' % basename) 90 match_res = match_func(expected, actual)
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsubgpos-private.hh | 276 match_func (NULL), in matcher_t() 288 { match_func = match_func_; match_data = match_data_; } in set_match_func() 303 if (match_func) in may_match() 304 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO; in may_match() 336 match_func_t match_func; member 689 match_func_t match_func, in would_match_input() argument 696 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data))) in would_match_input() 704 match_func_t match_func, in match_input() argument 719 skippy_iter.set_match_func (match_func, match_data, input); in match_input() 886 match_func_t match_func, in match_backtrack() argument [all …]
|
/external/opencv3/modules/ts/misc/ |
D | xls-report.py | 183 def match_func(properties): function 191 return match_func
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | gui.py | 438 self.entrycompletion_obj.set_match_func(self.match_func, None) 708 def match_func(self, completion, key_string, iter, func_data): member in SELinuxGui
|