/external/autotest/client/site_tests/security_AccountsBaseline/ |
security_AccountsBaseline.py | 58 match_func = getattr(self, 'match_%s' % basename) 90 match_res = match_func(expected, actual)
|
/external/harfbuzz_ng/src/ |
hb-ot-layout-gsubgpos-private.hh | 276 match_func (NULL), 288 { match_func = match_func_; match_data = match_data_; } 303 if (match_func) 304 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO; 336 match_func_t match_func; member in struct:OT::hb_apply_context_t::matcher_t 689 match_func_t match_func, 696 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data))) 704 match_func_t match_func, 719 skippy_iter.set_match_func (match_func, match_data, input); 886 match_func_t match_func, [all...] |
/external/opencv3/modules/ts/misc/ |
xls-report.py | 183 def match_func(properties): function in function:make_match_func 191 return match_func
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
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 class:SELinuxGui [all...] |