Searched defs:get_type (Results 1 - 15 of 15) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_aggregate_size.c38 get_type (Dwarf_Die *die, Dwarf_Attribute *attr_mem, Dwarf_Die *type_mem) function
54 if (INTUSE(dwarf_aggregate_size) (get_type (die, attr_mem, type_mem),
213 return aggregate_size (get_type (die, &attr_mem, type_mem),
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DCommonToken.pm77 $self->type($token->get_type());
86 sub get_type { subroutine
/external/autotest/client/common_lib/
H A Dboottool.py29 def get_type(self): member in class:boottool
/external/chromium-trace/catapult/third_party/webtest/webtest/
H A Dutils.py124 def get_type(self): member in class:_RequestCookieAdapter
130 return self.get_type()
/external/mesa3d/src/glsl/
H A Dglsl_symbol_table.cpp157 const glsl_type *glsl_symbol_table::get_type(const char *name) function in class:glsl_symbol_table
/external/selinux/policycoreutils/gui/
H A DstatusPage.py132 type = self.get_type()
146 type = self.get_type()
207 def get_type(self): member in class:statusPage
H A Dpolgengui.py343 return self.get_type() in generate.APPLICATIONS
346 type = self.get_type()
386 type = self.get_type()
438 def get_type(self): member in class:childWindow
467 my_policy = generate.policy(self.get_name(), self.get_type())
474 if self.get_type() in generate.APPLICATIONS:
487 if self.get_type() is generate.DAEMON:
489 if self.get_type() == generate.USER:
494 if self.get_type() == generate.RUSER:
736 policy = generate.policy(name, self.get_type())
[all...]
/external/libxml2/doc/
H A Dapibuild.py160 def get_type(self): member in class:identifier
/external/libxml2/python/
H A Dlibxml.py327 def get_type(self): member in class:xmlCore
398 type = property(get_type, None, None, "Node type")
/external/selinux/policycoreutils/sepolicy/
H A Dinfo.c596 static PyObject* get_type(const qpol_type_t * type_datum, const apol_policy_t * policydb) { function
1284 obj = get_type(type_datum, policydb);
1295 obj = get_type(type_datum, policydb);
/external/v8/src/
H A Dtypes.cc1140 TypeImpl<Config>::Iterator<T>::get_type() { function in class:v8::internal::TypeImpl::Iterator
1182 return TypeImplIteratorAux<Config, T>::current(get_type());
/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp51 int get_type(struct Derived *st) { function
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh605 inline unsigned int get_type (void) const { return lookupType; } function in struct:OT::Lookup
624 unsigned int lookup_type = get_type ();
H A Dhb-ot-layout-gsubgpos-private.hh2155 inline unsigned int get_type (void) const { return extensionLookupType; } function in struct:OT::ExtensionFormat1
2170 return_trace (get_subtable<typename T::LookupSubTable> ().dispatch (c, get_type ()));
2194 inline unsigned int get_type (void) const function in struct:OT::Extension
2197 case 1: return u.format1.get_type ();
/external/toybox/toys/pending/
H A Dfdisk.c398 static char* get_type(int sys_ind) function
492 blocks,odds?'+':' ', p->sys_ind, get_type(p->sys_ind));
1059 xprintf("Changed system type of partition %u to %0x (%s)\n",i, sys_id, get_type(sys_id));

Completed in 2627 milliseconds