Home
last modified time | relevance | path

Searched refs:applied_first (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/OT/Layout/GPOS/
DPairPosFormat2.hh156 bool applied_first = false, applied_second = false; in apply() local
212 applied_first = applied_second = kern != 0; in apply()
227 applied_first = valueFormat1.apply_value (c, this, v, buffer->cur_pos()); in apply()
230 if (applied_first || applied_second) in apply()
246 if (applied_first || applied_second) in apply()
DPairSet.hh119 … bool applied_first = valueFormats[0].apply_value (c, this, &record->values[0], buffer->cur_pos()); in apply() local
122 if (applied_first || applied_second) in apply()
137 if (applied_first || applied_second) in apply()
/external/python/cpython2/Lib/test/
Dtest_decorators.py293 def applied_first(x): function
300 @applied_first
/external/python/cpython3/Lib/test/
Dtest_decorators.py443 def applied_first(x): function
450 @applied_first