Home
last modified time | relevance | path

Searched refs:applied_second (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()
228 applied_second = valueFormat2.apply_value (c, this, v + len1, buffer->pos[skippy_iter.idx]); in apply()
230 if (applied_first || applied_second) in apply()
246 if (applied_first || applied_second) in apply()
DPairSet.hh120 …bool applied_second = valueFormats[1].apply_value (c, this, &record->values[len1], buffer->pos[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.py296 def applied_second(x): function
299 @applied_second
/external/python/cpython3/Lib/test/
Dtest_decorators.py446 def applied_second(x): function
449 @applied_second