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

/external/flatbuffers/tests/
H A DphpUnionVectorTest.php40 if (get_class($e) != get_class($class)) {
41 throw new Exception("passed statement doesn't throw " . get_class($class) . ". throwws " . get_class($e));
103 printf("Fatal error: Uncaught exception '%s' with message '%s. in %s:%d\n", get_class($e), $e->getMessage(), $e->getFile(), $e->getLine());
H A DphpTest.php89 printf("Fatal error: Uncaught exception '%s' with message '%s. in %s:%d\n", get_class($e), $e->getMessage(), $e->getFile(), $e->getLine());
627 if (get_class($e) != get_class($class)) {
628 throw new Exception("passed statement doesn't throw " . get_class($class) . ". throwws " . get_class($e));
/external/harfbuzz_ng/src/
H A Dhb-ot-kern-table.hh98 inline unsigned int get_class (hb_codepoint_t g) const { return classes[g - firstGlyph]; } function in struct:OT::KernClassTable
117 unsigned int l = (this+leftClassTable).get_class (left);
118 unsigned int r = (this+leftClassTable).get_class (left);
H A Dhb-ot-layout-gdef-table.hh353 { return (this+glyphClassDef).get_class (glyph); }
359 { return (this+markAttachClassDef).get_class (glyph); }
H A Dhb-ot-layout-common-private.hh1008 inline unsigned int get_class (hb_codepoint_t glyph_id) const function in struct:OT::ClassDefFormat1
1090 inline unsigned int get_class (hb_codepoint_t glyph_id) const function in struct:OT::ClassDefFormat2
1161 inline unsigned int get_class (hb_codepoint_t glyph_id) const function in struct:OT::ClassDef
1164 case 1: return u.format1.get_class(glyph_id);
1165 case 2: return u.format2.get_class(glyph_id);
H A Dhb-ot-layout-gsubgpos-private.hh650 return class_def.get_class (glyph_id) == value;
1420 unsigned int index = class_def.get_class (c->glyphs[0]);
1441 index = class_def.get_class (c->buffer->cur().codepoint);
1988 unsigned int index = input_class_def.get_class (c->glyphs[0]);
2014 index = input_class_def.get_class (c->buffer->cur().codepoint);
H A Dhb-ot-layout-gpos-table.hh777 unsigned int klass1 = (this+classDef1).get_class (buffer->cur().codepoint);
778 unsigned int klass2 = (this+classDef2).get_class (buffer->info[skippy_iter.idx].codepoint);
/external/autotest/server/cros/
H A Dap_config.py182 def get_class(self): member in class:AP
/external/libnl/python/netlink/route/
H A 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/autotest/server/cros/ap_configurators/
H A Dap_configurator_factory.py256 self.CONFIGURATOR_MAP[ap.get_class()]
H A Dstatic_ap_configurator.py43 self.class_name = ap_config.get_class()
H A Ddynamic_ap_configurator.py57 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/python/cpython3/Modules/
H A D_pickle.c3458 get_class(PyObject *obj) function
3668 obj_class = get_class(obj);

Completed in 429 milliseconds