HomeSort by relevance Sort by last modified time
    Searched refs:get_class (Results 1 - 11 of 11) sorted by null

  /external/libnl/python/netlink/route/
tc.py 294 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/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 353 { return (this+glyphClassDef).get_class (glyph); }
359 { return (this+markAttachClassDef).get_class (glyph); }
hb-ot-layout-common-private.hh 1010 inline unsigned int get_class (hb_codepoint_t glyph_id) const function in struct:OT::ClassDefFormat1
1067 inline unsigned int get_class (hb_codepoint_t glyph_id) const function in struct:OT::ClassDefFormat2
1124 inline unsigned int get_class (hb_codepoint_t glyph_id) const function in struct:OT::ClassDef
    [all...]
hb-ot-layout-gsubgpos-private.hh 680 return class_def.get_class (glyph_id) == value;
    [all...]
hb-ot-layout-gpos-table.hh 789 unsigned int klass1 = (this+classDef1).get_class (buffer->cur().codepoint);
790 unsigned int klass2 = (this+classDef2).get_class (buffer->info[skippy_iter.idx].codepoint);
    [all...]
  /external/flatbuffers/tests/
phpTest.php 89 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/autotest/server/cros/
ap_config.py 182 def get_class(self): member in class:AP
  /external/autotest/server/cros/ap_configurators/
ap_configurator_factory.py 256 self.CONFIGURATOR_MAP[ap.get_class()]
static_ap_configurator.py 43 self.class_name = ap_config.get_class()
dynamic_ap_configurator.py 57 self.class_name = ap_config.get_class()
  /external/autotest/client/bin/net/
net_tc.py 28 root_qdisc.get_class(2).set_leaf_qdisc(netem_qdisc)
367 def get_class(self, band): member in class:prio

Completed in 5241 milliseconds