Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-subset.cc120 _subset (hb_subset_plan_t *plan) in _subset() function
146 result = _subset<const OT::glyf> (plan); in _subset_table()
149 result = _subset<const OT::hdmx> (plan); in _subset_table()
160 result = _subset<const OT::hmtx> (plan); in _subset_table()
166 result = _subset<const OT::vmtx> (plan); in _subset_table()
169 result = _subset<const OT::maxp> (plan); in _subset_table()
175 result = _subset<const OT::cmap> (plan); in _subset_table()
178 result = _subset<const OT::OS2> (plan); in _subset_table()
181 result = _subset<const OT::post> (plan); in _subset_table()
184 result = _subset<const OT::cff1> (plan); in _subset_table()
[all …]
Dhb-ot-vorg-table.hh72 bool _subset (const hb_subset_plan_t *plan HB_UNUSED, in _subset() function
142 if (!_subset (plan, vorg_table, subset_metrics, dest_sz, dest)) in subset()
Dhb-ot-cmap-table.hh869 bool _subset (const hb_subset_plan_t *plan, in _subset() function
948 if (unlikely (!_subset (plan, cmap_subset_plan, dest_sz, dest))) in subset()
/external/tensorflow/tensorflow/python/kernel_tests/
Dio_ops_test.py78 def _subset(self, files, indices): member in IoOpsTest
106 self._subset(files, [1]))
109 self._subset(files, [0, 1, 3, 4]))
112 self._subset(files, [0, 1, 2, 3, 4, 5]))
118 self._subset(files, [0, 1]))
121 self._subset(files, [3, 4]))
130 self._subset(files, [0, 1, 2]))
136 self._subset(files, [0, 1, 3, 4, 6]))