HomeSort by relevance Sort by last modified time
    Searched refs:match_func (Results 1 - 3 of 3) sorted by null

  /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
691 match_func_t match_func,
698 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data)))
706 match_func_t match_func,
721 skippy_iter.set_match_func (match_func, match_data, input);
888 match_func_t match_func,
    [all...]
  /external/selinux/python/sepolicy/sepolicy/
gui.py 437 self.entrycompletion_obj.set_match_func(self.match_func, None)
709 def match_func(self, completion, key_string, iter, func_data): member in class:SELinuxGui
    [all...]

Completed in 179 milliseconds