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

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

Completed in 272 milliseconds