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

/external/elfutils/0.153/libdw/
H A Ddwarf_aggregate_size.c59 get_type (Dwarf_Die *die, Dwarf_Attribute *attr_mem, Dwarf_Die *type_mem) function
70 if (INTUSE(dwarf_aggregate_size) (get_type (die, attr_mem, type_mem),
224 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/chromium_org/third_party/mesa/src/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/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/chromium_org/cc/resources/
H A Dpicture_layer_tiling.h78 TilePriority::PriorityBin get_type() const { function in class:cc::PictureLayerTiling::TilingRasterTileIterator
/external/chromium_org/v8/src/
H A Dtypes.cc869 TypeImpl<Config>::Iterator<T>::get_type() { function in class:v8::internal::TypeImpl::Iterator
911 return TypeImplIteratorAux<Config, T>::current(get_type());
/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp50 int get_type(struct Derived *st) { function
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh564 inline unsigned int get_type (void) const { return lookupType; } function in struct:OT::Lookup
H A Dhb-ot-layout-gsubgpos-private.hh2157 inline unsigned int get_type (void) const { return extensionLookupType; } function in struct:OT::ExtensionFormat1
2179 inline unsigned int get_type (void) const function in struct:OT::Extension
2182 case 1: return u.format1.get_type ();
2205 return get_subtable<typename T::LookupSubTable> ().dispatch (c, get_type ());
2222 return TRACE_RETURN (StructAtOffset<typename T::LookupSubTable> (this, offset).sanitize (c, get_type ()));
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh564 inline unsigned int get_type (void) const { return lookupType; } function in struct:OT::Lookup
H A Dhb-ot-layout-gsubgpos-private.hh2159 inline unsigned int get_type (void) const { return extensionLookupType; } function in struct:OT::ExtensionFormat1
2181 inline unsigned int get_type (void) const function in struct:OT::Extension
2184 case 1: return u.format1.get_type ();
2207 return get_subtable<typename T::LookupSubTable> ().dispatch (c, get_type ());
2224 return TRACE_RETURN (StructAtOffset<typename T::LookupSubTable> (this, offset).sanitize (c, get_type ()));
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.c763 static enum event_type get_type(int ch) function
845 type = get_type(ch);
951 while (get_type(__peek_char()) == type) {

Completed in 751 milliseconds