Home
last modified time | relevance | path

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

/external/libnl/python/netlink/route/
Dtc.py294 ret += get_class(self.ifindex, parent=TC_H_ROOT)
296 ret += get_class(self.ifindex, parent=self.handle)
445 ret += get_class(self.ifindex, parent=self.handle)
558 def get_class(ifindex, parent, handle=None): function
/external/flatbuffers/tests/
DphpTest.php89 …printf("Fatal error: Uncaught exception '%s' with message '%s. in %s:%d\n", get_class($e), $e->get…
627 if (get_class($e) != get_class($class)) {
628 …row new Exception("passed statement doesn't throw " . get_class($class) . ". throwws " . get_class
/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh353 { return (this+glyphClassDef).get_class (glyph); } in get_glyph_class()
359 { return (this+markAttachClassDef).get_class (glyph); } in get_mark_attachment_type()
Dhb-ot-layout-common-private.hh1010 inline unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function
1067 inline unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function
1124 inline unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function
1127 case 1: return u.format1.get_class(glyph_id); in get_class()
1128 case 2: return u.format2.get_class(glyph_id); in get_class()
Dhb-ot-layout-gsubgpos-private.hh680 return class_def.get_class (glyph_id) == value; in match_class()
1375 unsigned int index = class_def.get_class (c->glyphs[0]); in would_apply()
1396 index = class_def.get_class (c->buffer->cur().codepoint); in apply()
1941 unsigned int index = input_class_def.get_class (c->glyphs[0]); in would_apply()
1967 index = input_class_def.get_class (c->buffer->cur().codepoint); in apply()
Dhb-ot-layout-gpos-table.hh789 unsigned int klass1 = (this+classDef1).get_class (buffer->cur().codepoint); in apply()
790 unsigned int klass2 = (this+classDef2).get_class (buffer->info[skippy_iter.idx].codepoint); in apply()
/external/autotest/server/cros/
Dap_config.py182 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.py256 self.CONFIGURATOR_MAP[ap.get_class()]
Ddynamic_ap_configurator.py57 self.class_name = ap_config.get_class()
/external/autotest/client/bin/net/
Dnet_tc.py367 def get_class(self, band): member in prio