Home
last modified time | relevance | path

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

1234

/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/antlr-3.4/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 { method in ANTLR::Runtime::CommonToken
/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/antlr-3.4/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/antlr-3.4/runtime/Perl5/examples/id/
Did.pl17 last if $token->get_type() == IDLexer->EOF;
20 print "type: ", $token->get_type(), "\n";
/external/elfutils/libdw/
Ddwarf_aggregate_size.c38 get_type (Dwarf_Die *die, Dwarf_Attribute *attr_mem, Dwarf_Die *type_mem) in get_type() function
54 if (INTUSE(dwarf_aggregate_size) (get_type (die, attr_mem, type_mem), in array_size()
213 return aggregate_size (get_type (die, &attr_mem, type_mem), in aggregate_size()
/external/syslinux/com32/hdt/
Dhdt-cli-memory.c49 get_type(map[i].type, type, 14); in show_memory_e820()
62 get_type(nm[i].type, type, 14); in show_memory_e820()
Dhdt-dump-memory.c90 get_type(map[i].type, type, sizeof(type)); in dump_e820()
107 get_type(nm[i].type, type, sizeof(type)); in dump_e820()
/external/selinux/gui/
DstatusPage.py134 type = self.get_type()
148 type = self.get_type()
209 def get_type(self): member in statusPage
Dpolgengui.py351 return self.get_type() in sepolicy.generate.APPLICATIONS
354 type = self.get_type()
394 type = self.get_type()
446 def get_type(self): member in childWindow
475 my_policy = sepolicy.generate.policy(self.get_name(), self.get_type())
482 if self.get_type() in sepolicy.generate.APPLICATIONS:
495 if self.get_type() is sepolicy.generate.DAEMON:
497 if self.get_type() == sepolicy.generate.USER:
502 if self.get_type() == sepolicy.generate.RUSER:
744 policy = generate.policy(name, self.get_type())
/external/skia/src/sksl/ir/
DSkSLSwizzle.h24 static const Type& get_type(const Context& context, Expression& value, size_t count) { in get_type() function
86 : 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
86 : INHERITED(base->fOffset, kSwizzle_Kind, get_type(context, *base, components.size())) in Swizzle()
/external/antlr/antlr-3.4/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/syslinux/com32/gplinclude/
Dmemory.h42 void get_type(int, char *, int);
/external/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.h88 const glsl_type *get_type(const char *name);

1234