Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/unit_tests/
DTimevalTest.php34 $this->assertSame('Grpc\Timeval', get_class($this->time));
41 $this->assertSame('Grpc\Timeval', get_class($this->time));
48 $this->assertSame('Grpc\Timeval', get_class($this->time));
55 $this->assertSame('Grpc\Timeval', get_class($this->time));
62 $this->assertSame('Grpc\Timeval', get_class($this->time));
69 $this->assertSame('Grpc\Timeval', get_class($this->time));
DCallTest.php47 $this->assertSame('Grpc\Call', get_class($this->call));
DCallCredentialsTest.php138 get_class($call_credentials3));
DChannelTest.php37 $this->assertSame('Grpc\Channel', get_class($this->channel));
/external/flatbuffers/tests/
DphpUnionVectorTest.php40 if (get_class($e) != get_class($class)) {
41 …row new Exception("passed statement doesn't throw " . get_class($class) . ". throwws " . get_class
103 …printf("Fatal error: Uncaught exception '%s' with message '%s. in %s:%d\n", get_class($e), $e->get…
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-aat-layout-common.hh365 typename T::type get_class (hb_codepoint_t glyph_id, in get_class() function
505 unsigned int get_class (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_class() function
508 return (this+classTable).get_class (glyph_id, num_glyphs, 1); in get_class()
646 unsigned int get_class (hb_codepoint_t glyph_id, unsigned int outOfRange) const in get_class() function
651 unsigned int get_class (hb_codepoint_t glyph_id, in get_class() function
655 return get_class (glyph_id, outOfRange); in get_class()
752 machine.get_class (buffer->info[buffer->idx].codepoint, num_glyphs) : in drive()
Dhb-ot-layout-gdef-table.hh357 { return (this+glyphClassDef).get_class (glyph); } in get_glyph_class()
363 { return (this+markAttachClassDef).get_class (glyph); } in get_mark_attachment_type()
Dhb-ot-layout-common.hh1190 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function
1326 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function
1471 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function
1474 case 1: return u.format1.get_class (glyph_id); in get_class()
1475 case 2: return u.format2.get_class (glyph_id); in get_class()
Dhb-ot-layout-gsubgpos.hh749 return class_def.get_class (glyph_id) == value; in match_class()
1610 unsigned int index = class_def.get_class (c->glyphs[0]); in would_apply()
1628 index = class_def.get_class (c->buffer->cur().codepoint); in apply()
2287 unsigned int index = input_class_def.get_class (c->glyphs[0]); in would_apply()
2310 index = input_class_def.get_class (c->buffer->cur().codepoint); in apply()
Dhb-aat-layout-kerx-table.hh392 unsigned int l = (this+leftClassTable).get_class (left, num_glyphs, 0); in get_kerning()
393 unsigned int r = (this+rightClassTable).get_class (right, num_glyphs, 0); in get_kerning()
Dhb-ot-layout-gpos-table.hh845 unsigned int klass1 = (this+classDef1).get_class (buffer->cur().codepoint); in apply()
846 unsigned int klass2 = (this+classDef2).get_class (buffer->info[skippy_iter.idx].codepoint); in apply()
/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/grpc-grpc/src/php/tests/generated_code/
Dmath_client.php35 p('Client class: '.get_class($client));
/external/autotest/server/cros/
Dap_config.py178 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.py52 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
/external/python/cpython3/Modules/
D_pickle.c3634 get_class(PyObject *obj) in get_class() function
3836 obj_class = get_class(obj); in save_reduce()