Home
last modified time | relevance | path

Searched refs:get_class (Results 1 – 10 of 10) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh999 inline unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function
1056 inline unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function
1113 inline unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function
1116 case 1: return u.format1.get_class(glyph_id); in get_class()
1117 case 2: return u.format2.get_class(glyph_id); in get_class()
Dhb-ot-layout-gdef-table.hh348 { return (this+glyphClassDef).get_class (glyph); } in get_glyph_class()
354 { return (this+markAttachClassDef).get_class (glyph); } in get_mark_attachment_type()
Dhb-ot-layout-gsubgpos-private.hh678 return class_def.get_class (glyph_id) == value; in match_class()
1366 unsigned int index = class_def.get_class (c->glyphs[0]); in would_apply()
1387 index = class_def.get_class (c->buffer->cur().codepoint); in apply()
1932 unsigned int index = input_class_def.get_class (c->glyphs[0]); in would_apply()
1958 index = input_class_def.get_class (c->buffer->cur().codepoint); in apply()
Dhb-ot-layout-gpos-table.hh788 unsigned int klass1 = (this+classDef1).get_class (buffer->cur().codepoint); in apply()
789 unsigned int klass2 = (this+classDef2).get_class (buffer->info[skippy_iter.idx].codepoint); in apply()
/external/autotest/server/cros/
Dap_config.py177 def get_class(self): member in AP
/external/autotest/server/cros/ap_configurators/
Dstatic_ap_configurator.py43 self.class_name = ap_config.get_class()
Dap_configurator_factory.py251 self.CONFIGURATOR_MAP[ap.get_class()]
Ddynamic_ap_configurator.py55 self.class_name = ap_config.get_class()
/external/selinux/policycoreutils/sepolicy/
Dinfo.c817 static PyObject* get_class(const qpol_class_t * class_datum, const apol_policy_t * policydb) in get_class() function
910 obj = get_class(class_datum, policydb); in get_classes()
923 obj = get_class(class_datum, policydb); in get_classes()
/external/autotest/client/bin/net/
Dnet_tc.py367 def get_class(self, band): member in prio