/external/harfbuzz_ng/src/ |
D | hb-ot-kern-table.hh | 113 unsigned int get_type () const { return u.header.format; } in get_type() function 117 switch (get_type ()) { in get_kerning() 127 unsigned int subtable_type = get_type (); in dispatch() 279 unsigned get_type () const { return u.major; } in get_type() function 283 switch (get_type ()) { in has_state_machine() 294 switch (get_type ()) { in has_cross_stream() 305 switch (get_type ()) { in get_h_kerning() 320 unsigned int subtable_type = get_type (); in dispatch()
|
/external/arm-trusted-firmware/drivers/renesas/rcar/board/ |
D | board.c | 73 goto get_type; in rcar_get_board_type() 80 goto get_type; in rcar_get_board_type() 89 get_type: in rcar_get_board_type()
|
/external/python/cpython2/Tools/framer/framer/ |
D | member.py | 57 v["Type"] = self.get_type() 62 def get_type(self): member in member 66 ctype = self.struct.get_type(self.name)
|
/external/antlr/runtime/Perl5/examples/zero-one/ |
D | t.pl | 17 last if $token->get_type() == $TLexer::EOF; 19 print "type: ", $token->get_type(), "\n";
|
D | t-error.pl | 22 last if $token->get_type() == $TLexer::EOF; 24 print "type: ", $token->get_type(), "\n";
|
/external/antlr/runtime/Perl5/examples/id/ |
D | id.pl | 17 last if $token->get_type() == IDLexer->EOF; 20 print "type: ", $token->get_type(), "\n";
|
/external/python/cpython2/Lib/test/ |
D | test_symtable.py | 57 self.assertEqual(self.top.get_type(), "module") 58 self.assertEqual(self.Mine.get_type(), "class") 59 self.assertEqual(self.a_method.get_type(), "function") 60 self.assertEqual(self.spam.get_type(), "function") 61 self.assertEqual(self.internal.get_type(), "function")
|
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/ |
D | CommonTokenStream.pm | 79 while (defined $t && $t->get_type() != ANTLR::Runtime::CharStream->EOF) { 83 my $channel = $self->channel_override_map->{$t->get_type()}; 89 if (defined $self->discard_set && $self->discard_set->contains($t->get_type())) { 198 if (!defined $types || $types->member($t->get_type())) { 278 return $self->LT($i)->get_type();
|
D | CommonToken.pm | 77 $self->type($token->get_type()); 86 sub get_type { method in ANTLR::Runtime::CommonToken
|
/external/clang/test/SemaTemplate/ |
D | overload-candidates.cpp | 29 …typename T::type get_type(const T&); // expected-note{{candidate template ignored: substitution fa… 31 …void get_type(T *, int[(int)sizeof(T) - 9] = 0); // expected-note{{candidate template ignored: sub… 34 (void)get_type(ptr); // expected-error{{no matching function for call to 'get_type'}} in test_get_type()
|
/external/grpc-grpc/src/ruby/stress/ |
D | metrics_server.rb | 23 def get_type method in Gauge 47 case gauge.get_type
|
/external/perfetto/src/trace_processor/db/ |
D | typed_column_internal.h | 93 using get_type = T; 118 using get_type = base::Optional<T>; 149 using get_type = StringPool::Id; 169 using get_type = base::Optional<StringPool::Id>;
|
D | typed_column.h | 61 using get_type = typename tc_internal::TypeHandler<T>::get_type; member 73 get_type operator[](uint32_t row) const { 102 std::vector<get_type> ToVectorForTesting() const { in ToVectorForTesting()
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | overload-candidates.cpp | 29 …typename T::type get_type(const T&); // expected-note{{candidate template ignored: substitution fa… 31 …void get_type(T *, int[(int)sizeof(T) - 9] = 0); // expected-note{{candidate template ignored: sub… 34 (void)get_type(ptr); // expected-error{{no matching function for call to 'get_type'}} in test_get_type()
|
/external/elfutils/libdw/ |
D | dwarf_aggregate_size.c | 38 get_type (Dwarf_Die *die, Dwarf_Attribute *attr_mem, Dwarf_Die *type_mem) in get_type() function 58 if (aggregate_size (get_type (die, attr_mem, &type_mem), &eltsize, in array_size() 192 return aggregate_size (get_type (die, &attr_mem, type_mem), in aggregate_size()
|
/external/python/cpython3/Lib/test/ |
D | test_symtable.py | 64 self.assertEqual(self.top.get_type(), "module") 65 self.assertEqual(self.Mine.get_type(), "class") 66 self.assertEqual(self.a_method.get_type(), "function") 67 self.assertEqual(self.spam.get_type(), "function") 68 self.assertEqual(self.internal.get_type(), "function")
|
/external/crosvm/x86_64/src/ |
D | gdt.rs | 56 fn get_type(entry: u64) -> u8 { in get_type() function 71 type_: get_type(entry), in segment_from_gdt()
|
/external/libabigail/src/ |
D | abg-reporter-priv.cc | 200 is_class_type(meth->get_type()->get_class_type())-> in represent() 442 const type_base_sptr o_type = o->get_type(), n_type = n->get_type(); in represent() 509 << get_pretty_representation(o->get_type()) in represent() 1114 if (symbol1->get_type() != symbol2->get_type()) in maybe_report_diff_for_symbol() 1117 << symbol1->get_type() in maybe_report_diff_for_symbol() 1119 << symbol2->get_type() in maybe_report_diff_for_symbol()
|
D | abg-comp-filter.cc | 361 return type_size_changed(fv->get_type(), sv->get_type()); in non_static_data_member_type_size_changed() 386 return type_size_changed(fv->get_type(), sv->get_type()); in static_data_member_type_size_changed() 492 && (is_var_decl(f)->get_type() in has_harmless_name_change() 493 == is_var_decl(s)->get_type())) in has_harmless_name_change() 1353 type_base_sptr first_parm_type = first_parm->get_type(); in has_fn_parm_type_top_cv_qual_change() 1354 type_base_sptr second_parm_type = second_parm->get_type(); in has_fn_parm_type_top_cv_qual_change()
|
/external/selinux/gui/ |
D | statusPage.py | 134 type = self.get_type() 148 type = self.get_type() 209 def get_type(self): member in statusPage
|
D | polgengui.py | 356 return self.get_type() in sepolicy.generate.APPLICATIONS 359 type = self.get_type() 399 type = self.get_type() 451 def get_type(self): member in childWindow 480 my_policy = sepolicy.generate.policy(self.get_name(), self.get_type()) 487 if self.get_type() in sepolicy.generate.APPLICATIONS: 500 if self.get_type() is sepolicy.generate.DAEMON: 502 if self.get_type() == sepolicy.generate.USER: 507 if self.get_type() == sepolicy.generate.RUSER: 749 policy = sepolicy.generate.policy(name, self.get_type())
|
/external/skia/src/sksl/ir/ |
D | SkSLSetting.cpp | 105 static const Type* get_type(const Context& context, int offset, const String& name) { in get_type() function 134 const Type* type = get_type(context, offset, name); in Convert()
|
/external/skqp/src/sksl/ir/ |
D | SkSLSwizzle.h | 24 static const Type& get_type(const Context& context, Expression& value, size_t count) { in get_type() function 98 : INHERITED(base->fOffset, kSwizzle_Kind, get_type(context, *base, components.size())) in Swizzle()
|
/external/antlr/runtime/Perl5/t/ |
D | lexer.t | 67 last if $token->get_type() == IDLexer->EOF; 70 print "type: ", $token->get_type(), "\n";
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | pybind11_proto.h | 40 std::string(py_object.get_type().str()), " is not a valid proto.")); in CheckProtoType()
|