Home
last modified time | relevance | path

Searched refs:get_type (Results 1 – 25 of 111) sorted by relevance

12345

/external/harfbuzz_ng/src/
Dhb-ot-kern-table.hh113 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/
Disp_image_processor.cpp56 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/
Dmember.py57 v["Type"] = self.get_type()
62 def get_type(self): member in member
66 ctype = self.struct.get_type(self.name)
Dstruct.py16 def get_type(self, name): member in Struct
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DCommonTokenStream.pm79 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();
DCommonToken.pm77 $self->type($token->get_type());
86 sub get_type { subroutine
/external/python/cpython2/Lib/test/
Dtest_symtable.py57 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/
Dt.pl17 last if $token->get_type() == $TLexer::EOF;
19 print "type: ", $token->get_type(), "\n";
Dt-error.pl22 last if $token->get_type() == $TLexer::EOF;
24 print "type: ", $token->get_type(), "\n";
/external/clang/test/SemaTemplate/
Doverload-candidates.cpp29 …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/
Dtest_symtable.py53 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/
Did.pl17 last if $token->get_type() == IDLexer->EOF;
20 print "type: ", $token->get_type(), "\n";
/external/grpc-grpc/src/ruby/stress/
Dmetrics_server.rb23 def get_type method in Gauge
47 case gauge.get_type
/external/elfutils/libdw/
Ddwarf_aggregate_size.c38 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/
DstatusPage.py134 type = self.get_type()
148 type = self.get_type()
209 def get_type(self): member in statusPage
Dpolgengui.py356 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/
DSkSLSwizzle.h30 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/
DSkSLSwizzle.h24 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/
Dlexer.t67 last if $token->get_type() == IDLexer->EOF;
70 print "type: ", $token->get_type(), "\n";
/external/eigen/unsupported/Eigen/CXX11/src/util/
DEmulateCXX11Meta.h51 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/
Dx3a_result.cpp31 if (result->get_type () == type) { in x3a_list_remove_result()
Dx3a_event.h48 Type get_type () const { in get_type() function
/external/libxcam/modules/ocl/
Dcl_image_handler.cpp452 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/
Dglsl_symbol_table.h85 const glsl_type *get_type(const char *name);
/external/pdfium/fxjs/
Dcjs_annot.h24 CJS_Return get_type(CJS_Runtime* pRuntime);

12345