Searched refs:set_mask (Results 1 - 2 of 2) sorted by relevance

/external/autotest/server/cros/faft/
H A Dfirmware_test.py461 def clear_set_gbb_flags(self, clear_mask, set_mask):
465 @param set_mask: A mask of flags to be set.
468 new_flags = gbb_flags & ctypes.c_uint32(~clear_mask).value | set_mask
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh242 inline void set_mask (hb_mask_t mask_) { mask = mask_; } function in struct:OT::hb_apply_context_t::matcher_t
310 matcher.set_mask (context_match ? -1 : c->lookup_mask);

Completed in 288 milliseconds