/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() 275 unsigned int get_type () const { return u.major; } in get_type() function 279 switch (get_type ()) { in has_state_machine() 288 switch (get_type ()) { in has_cross_stream() 297 switch (get_type ()) { in get_h_kerning() 310 unsigned int subtable_type = get_type (); in dispatch()
|
/external/libxcam/modules/isp/ |
D | isp_image_processor.cpp | 56 switch (result->get_type()) { in can_process_result() 154 if ((*iter)->get_type() == X3aIspConfig::IspExposureParameters) { in apply_exposure_result() 163 } else if ((*iter)->get_type() == XCAM_3A_RESULT_EXPOSURE) { in apply_exposure_result() 194 switch (result->get_type()) { in can_process_result()
|
/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)
|
D | struct.py | 16 def get_type(self, name): member in Struct
|
/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 { subroutine
|
/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/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/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/python/cpython3/Lib/test/ |
D | test_symtable.py | 53 self.assertEqual(self.top.get_type(), "module") 54 self.assertEqual(self.Mine.get_type(), "class") 55 self.assertEqual(self.a_method.get_type(), "function") 56 self.assertEqual(self.spam.get_type(), "function") 57 self.assertEqual(self.internal.get_type(), "function")
|
/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/grpc-grpc/src/ruby/stress/ |
D | metrics_server.rb | 23 def get_type method in Gauge 47 case gauge.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/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 | SkSLSwizzle.h | 30 static const Type& get_type(const Context& context, Expression& value, size_t count) { in get_type() function 104 : INHERITED(base->fOffset, kSwizzle_Kind, get_type(context, *base, components.size())) in Swizzle()
|
/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/eigen/unsupported/Eigen/CXX11/src/util/ |
D | EmulateCXX11Meta.h | 51 template <std::size_t index, class TList> struct get_type; 54 struct get_type<0, type_list<Head, Tail> > 60 struct get_type<i, type_list<Head, Tail> > 62 typedef typename get_type<i-1, Tail>::type type;
|
/external/libxcam/xcore/ |
D | x3a_result.cpp | 31 if (result->get_type () == type) { in x3a_list_remove_result()
|
D | x3a_event.h | 48 Type get_type () const { in get_type() function
|
/external/libxcam/modules/ocl/ |
D | cl_image_handler.cpp | 452 if (result->get_type () == (*i_res)->get_type ()) { in set_3a_result() 470 if (type == (*i_res)->get_type ()) { in get_3a_result()
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_symbol_table.h | 85 const glsl_type *get_type(const char *name);
|
/external/pdfium/fxjs/ |
D | cjs_annot.h | 24 CJS_Return get_type(CJS_Runtime* pRuntime);
|