/external/grpc-grpc/src/php/tests/unit_tests/ |
D | TimevalTest.php | 34 $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));
|
D | CallTest.php | 47 $this->assertSame('Grpc\Call', get_class($this->call));
|
D | CallCredentialsTest.php | 138 get_class($call_credentials3));
|
D | ChannelTest.php | 37 $this->assertSame('Grpc\Channel', get_class($this->channel));
|
/external/flatbuffers/tests/ |
D | phpUnionVectorTest.php | 40 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…
|
D | phpTest.php | 89 …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/ |
D | hb-aat-layout-common.hh | 365 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()
|
D | hb-ot-layout-gdef-table.hh | 357 { return (this+glyphClassDef).get_class (glyph); } in get_glyph_class() 363 { return (this+markAttachClassDef).get_class (glyph); } in get_mark_attachment_type()
|
D | hb-ot-layout-common.hh | 1190 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()
|
D | hb-ot-layout-gsubgpos.hh | 749 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()
|
D | hb-aat-layout-kerx-table.hh | 392 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()
|
D | hb-ot-layout-gpos-table.hh | 845 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/ |
D | 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/grpc-grpc/src/php/tests/generated_code/ |
D | math_client.php | 35 p('Client class: '.get_class($client));
|
/external/autotest/server/cros/ |
D | ap_config.py | 178 def get_class(self): member in AP
|
/external/autotest/server/cros/ap_configurators/ |
D | static_ap_configurator.py | 43 self.class_name = ap_config.get_class()
|
D | ap_configurator_factory.py | 52 self.CONFIGURATOR_MAP[ap.get_class()]
|
D | dynamic_ap_configurator.py | 57 self.class_name = ap_config.get_class()
|
/external/autotest/client/bin/net/ |
D | net_tc.py | 367 def get_class(self, band): member in prio
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 3634 get_class(PyObject *obj) in get_class() function 3836 obj_class = get_class(obj); in save_reduce()
|