/external/protobuf/php/tests/ |
D | descriptors_test.php | 50 $desc = $pool->getDescriptorByClassName(get_class(new TestDescriptorsMessage())); 53 $enumDesc = $pool->getEnumDescriptorByClassName(get_class(new TestDescriptorsEnum())); 64 $desc = $pool->getDescriptorByClassName(get_class(new TestDescriptorsEnum())); 67 $enumDesc = $pool->getEnumDescriptorByClassName(get_class(new TestDescriptorsMessage())); 78 $class = get_class(new TestDescriptorsMessage()); 103 $enumDesc = $pool->getEnumDescriptorByClassName(get_class(new TestDescriptorsEnum())); 126 $desc = $pool->getDescriptorByClassName(get_class(new TestDescriptorsMessage())); 201 $desc = $pool->getDescriptorByClassName(get_class(new TestDescriptorsMessage())); 212 $desc = $pool->getDescriptorByClassName(get_class(new TestDescriptorsMessage())); 224 $desc = $pool->getDescriptorByClassName(get_class(new TestDescriptorsMessage()));
|
D | memory_leak_test.php | 160 assert(\DateTime::class == get_class($to));
|
D | well_known_test.php | 320 $this->assertSame(\DateTime::class, get_class($to));
|
D | generated_class_test.php | 481 get_class($m->getRepeatedInt32()));
|
/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/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/harfbuzz_ng/src/ |
D | hb-aat-layout-common.hh | 365 typename T::type get_class (hb_codepoint_t glyph_id, in get_class() function 501 unsigned int get_class (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_class() function 504 return (this+classTable).get_class (glyph_id, num_glyphs, 1); in get_class() 644 unsigned int get_class (hb_codepoint_t glyph_id, unsigned int outOfRange) const in get_class() function 649 unsigned int get_class (hb_codepoint_t glyph_id, in get_class() function 653 return get_class (glyph_id, outOfRange); in get_class() 749 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 | 1383 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function 1519 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function 1693 unsigned int get (hb_codepoint_t k) const { return get_class (k); } in get() 1694 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function 1697 case 1: return u.format1.get_class (glyph_id); in get_class() 1698 case 2: return u.format2.get_class (glyph_id); in get_class()
|
D | hb-aat-layout-kerx-table.hh | 390 unsigned int l = (this+leftClassTable).get_class (left, num_glyphs, 0); in get_kerning() 391 unsigned int r = (this+rightClassTable).get_class (right, num_glyphs, 0); in get_kerning()
|
D | hb-ot-layout-gsubgpos.hh | 756 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() 2406 unsigned int index = input_class_def.get_class (c->glyphs[0]); in would_apply() 2429 index = input_class_def.get_class (c->buffer->cur().codepoint); in apply()
|
D | hb-ot-layout-gpos-table.hh | 1072 unsigned int klass1 = (this+classDef1).get_class (buffer->cur().codepoint); in apply() 1073 unsigned int klass2 = (this+classDef2).get_class (buffer->info[skippy_iter.idx].codepoint); in apply()
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | Message.php | 94 $this->desc = $pool->getDescriptorByClassName(get_class($this)); 96 user_error(get_class($this) . " is not found in descriptor pool."); 655 if (get_class($this) !== get_class($msg)) { 1426 } elseif (get_class($this) === 'Google\Protobuf\Timestamp') { 1430 } elseif (get_class($this) === 'Google\Protobuf\ListValue') { 1439 } elseif (get_class($this) === 'Google\Protobuf\Struct') { 1899 } elseif (get_class($this) === 'Google\Protobuf\FieldMask') { 1902 } elseif (get_class($this) === 'Google\Protobuf\Duration') { 1905 } elseif (get_class($this) === 'Google\Protobuf\Timestamp') { 1909 } elseif (get_class($this) === 'Google\Protobuf\ListValue') { [all …]
|
/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/protobuf/php/src/Google/Protobuf/ |
D | Any.php | 304 $desc = $pool->getDescriptorByClassName(get_class($msg));
|
/external/autotest/server/cros/ |
D | ap_config.py | 185 def get_class(self): member in AP
|
/external/autotest/server/cros/ap_configurators/ |
D | static_ap_configurator.py | 45 self.class_name = ap_config.get_class()
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 3924 get_class(PyObject *obj) in get_class() function 4137 obj_class = get_class(obj); in save_reduce()
|