/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-kern-table.hh | 118 unsigned int get_type () const { return u.header.format; } in get_type() function 122 switch (get_type ()) { in get_kerning() 132 unsigned int subtable_type = get_type (); in dispatch() 284 unsigned get_type () const { return u.major; } in get_type() function 288 switch (get_type ()) { in has_state_machine() 299 switch (get_type ()) { in has_cross_stream() 310 switch (get_type ()) { in get_h_kerning() 325 unsigned int subtable_type = get_type (); in dispatch()
|
/third_party/elfio/elfio/ |
H A D | elfio.hpp | 327 if ( ( ( a->get_type() & SHT_NOBITS) == 0 ) 328 && ( ( b->get_type() & SHT_NOBITS) == 0 ) 355 if ( seg->get_type() == PT_LOAD && seg->get_file_size() > 0 && 397 if ( sec->get_type() == SHT_PROGBITS && 755 if ( SHT_NOBITS != sec->get_type() && 756 SHT_NULL != sec->get_type() ) { 794 if ( seg->get_type() == PT_PHDR && seg->get_sections_num() == 0 ) { 870 if ( SHT_NULL == sec->get_type() ) { 878 SHT_NOBITS != sec->get_type() && SHT_NULL != sec->get_type() [all...] |
H A D | elfio_section.hpp | 136 if ( get_type() != SHT_NOBITS ) { 162 if ( get_type() != SHT_NOBITS ) { 264 if ( nullptr == data && SHT_NULL != get_type() && 265 SHT_NOBITS != get_type() && size < get_stream_size() ) { 302 if ( get_type() != SHT_NOBITS && get_type() != SHT_NULL &&
|
H A D | elfio_relocation.hpp | 98 if ( SHT_REL == relocation_section->get_type() ) { in get_entry() 102 else if ( SHT_RELA == relocation_section->get_type() ) { in get_entry() 108 if ( SHT_REL == relocation_section->get_type() ) { in get_entry() 112 else if ( SHT_RELA == relocation_section->get_type() ) { in get_entry() 200 if ( SHT_REL == relocation_section->get_type() ) { in set_entry() 204 else if ( SHT_RELA == relocation_section->get_type() ) { in set_entry() 210 if ( SHT_REL == relocation_section->get_type() ) { in set_entry() 214 else if ( SHT_RELA == relocation_section->get_type() ) { in set_entry()
|
H A D | elfio_symbols.hpp | 102 if ( hash_section->get_type() == SHT_HASH ) { in get_symbol() 106 if ( hash_section->get_type() == SHT_GNU_HASH || in get_symbol() 107 hash_section->get_type() == DT_GNU_HASH ) { in get_symbol() 270 ( sec->get_type() == SHT_HASH || in find_hash_section() 271 sec->get_type() == SHT_GNU_HASH || in find_hash_section() 272 sec->get_type() == DT_GNU_HASH ) ) { in find_hash_section()
|
H A D | elfio_dump.hpp | 703 << " Type: " << str_type( reader.get_type() ) << std::endl in header() 761 << DUMP_STR_FORMAT( 17 ) << str_section_type( sec->get_type() ) in section_header() 773 << DUMP_STR_FORMAT( 17 ) << str_section_type( sec->get_type() ) << " " in section_header() 836 << DUMP_STR_FORMAT( 14 ) << str_segment_type( seg->get_type() ) in segment_header() 847 << DUMP_STR_FORMAT( 14 ) << str_segment_type( seg->get_type() ) << " " in segment_header() 868 if ( SHT_SYMTAB == sec->get_type() || in symbol_tables() 869 SHT_DYNSYM == sec->get_type() ) { in symbol_tables() 948 if ( SHT_NOTE == sec->get_type() ) { // Look at notes in notes() 979 if ( PT_NOTE == seg->get_type() ) { // Look at notes in notes() 1082 if ( SHT_DYNAMIC == sec->get_type() ) { in dynamic_tags() [all...] |
/third_party/elfutils/libdw/ |
H A 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() 87 if (INTUSE(dwarf_attr) (get_type (&child, attr_mem, &type_mem), in array_size() 224 return aggregate_size (get_type (die, &attr_mem, type_mem), in aggregate_size()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cpp.cpp | 155 if (id.get_type() == TypeConstant) in emit_resources() 171 else if (id.get_type() == TypeConstantOp) in emit_resources() 181 if (id.get_type() == TypeType) in emit_resources() 199 if (id.get_type() == TypeVariable) in emit_resources() 217 if (id.get_type() == TypeVariable) in emit_resources() 232 if (id.get_type() == TypeVariable) in emit_resources() 249 if (id.get_type() == TypeVariable) in emit_resources()
|
H A D | spirv_parser.hpp | 71 if (ir.ids[id].get_type() == static_cast<Types>(T::type)) in maybe_get() 86 if (ir.ids[id].get_type() == T::type) in maybe_get()
|
H A D | spirv_cross_parsed_ir.hpp | 185 if (ids[id].get_type() == static_cast<Types>(T::type)) in for_each_typed_id() 196 if (ids[id].get_type() == static_cast<Types>(T::type)) in for_each_typed_id()
|
H A D | spirv_cross_parsed_ir.cpp | 511 switch (ids[id].get_type()) in mark_used_as_array_length() 904 if (ids[id].get_type() == type) in reset_all_of_type() 922 if (ids[id].empty() || ids[id].get_type() != type) in add_typed_id() 949 else if (ids[id].get_type() != type) in add_typed_id() 951 remove_typed_id(ids[id].get_type(), id); in add_typed_id()
|
H A D | spirv_cross_util.cpp | 44 auto &type = compiler.get_type(v.base_type_id); in rename_interface_variable()
|
H A D | spirv_cross.hpp | 47 // base_type_id can also be obtained with get_type(get_type(type_id).self). 207 const SPIRType &get_type(TypeID id) const; 459 // get_type(resource.base_type_id) 601 else if (ir.ids[id].get_type() == static_cast<Types>(T::type)) in maybe_get() 618 else if (ir.ids[id].get_type() == static_cast<Types>(T::type)) in maybe_get()
|
/third_party/python/Lib/test/ |
H A D | test_symtable.py | 64 self.assertEqual(self.top.get_type(), "module") 65 self.assertEqual(self.Mine.get_type(), "class") 66 self.assertEqual(self.a_method.get_type(), "function") 67 self.assertEqual(self.spam.get_type(), "function") 68 self.assertEqual(self.internal.get_type(), "function")
|
/third_party/libabigail/src/ |
H A D | abg-reporter-priv.cc | 200 is_class_type(meth->get_type()->get_class_type())-> in represent() 442 const type_base_sptr o_type = o->get_type(), n_type = n->get_type(); in represent() 509 << get_pretty_representation(o->get_type()) in represent() 1114 if (symbol1->get_type() != symbol2->get_type()) in maybe_report_diff_for_symbol() 1117 << symbol1->get_type() in maybe_report_diff_for_symbol() 1119 << symbol2->get_type() in maybe_report_diff_for_symbol()
|
H A D | abg-comp-filter.cc | 398 return type_size_changed(fv->get_type(), sv->get_type()); in non_static_data_member_type_size_changed() 423 return type_size_changed(fv->get_type(), sv->get_type()); in static_data_member_type_size_changed() 529 && (is_var_decl(f)->get_type() in has_harmless_name_change() 530 == is_var_decl(s)->get_type())) in has_harmless_name_change() 1390 type_base_sptr first_parm_type = first_parm->get_type(); in has_fn_parm_type_top_cv_qual_change() 1391 type_base_sptr second_parm_type = second_parm->get_type(); in has_fn_parm_type_top_cv_qual_change()
|
H A D | abg-ir.cc | 1900 && l.get_type() == r.get_type() in textually_equals() 1961 elf_symbol::get_type() const in get_type() function in abigail::ir::elf_symbol 2076 {return get_type() == FUNC_TYPE || get_type() == GNU_IFUNC_TYPE;} in is_function() 2085 {return get_type() == OBJECT_TYPE || get_type() == TLS_TYPE;} in is_variable() 5874 && is_class_or_union_type(d.get_type())); in is_anonymous_data_member() 5887 return is_class_or_union_type(d->get_type().get()); in anonymous_data_member_to_class_or_union() 5901 if (const class_or_union_sptr cou = is_class_or_union_type(d.get_type())) in data_member_has_anonymous_type() 18815 var_decl::get_type() const get_type() function in abigail::ir::var_decl 20282 function_decl::get_type() const get_type() function in abigail::ir::function_decl 20805 function_decl::parameter::get_type()const get_type() function in abigail::ir::function_decl::parameter 23059 method_decl::get_type() const get_type() function in abigail::ir::method_decl 25061 non_type_tparameter::get_type() const get_type() function in abigail::ir::non_type_tparameter [all...] |
H A D | abg-suppression.cc | 694 is_class_type(is_method_type(f->get_type())->get_class_type()); in suppresses_diff() 1371 (*it)->get_type()->get_size_in_bits(); in eval_boundary() 2618 string fn_return_type_name = fn->get_type()->get_return_type() in suppresses_function() 2620 ((get_type_declaration(fn->get_type()->get_return_type()) in suppresses_function() 2721 function_type_sptr fn_type = fn->get_type(); in suppresses_function() 2738 parm_type = fn_parm->get_type(); in suppresses_function() 3790 get_type_declaration(var->get_type())->get_qualified_name(); in suppresses_variable() 4674 if (elf_symbol_is_function(symbol->get_type())) in is_elf_symbol_suppressed() 4677 else if (elf_symbol_is_variable(symbol->get_type())) in is_elf_symbol_suppressed()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLSetting.cpp | 107 static const Type* get_type(const Context& context, int line, skstd::string_view name) { in get_type() function 136 const Type* type = get_type(context, line, name); in Convert()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | ShaderModuleGL.cpp | 111 compiler.get_type(info->base_type_id).image; in ExtractSpirvInfo() 113 compiler.get_type(imageType.type).basetype; in ExtractSpirvInfo() 135 spirv_cross::SPIRType type = compiler.get_type(info->base_type_id); in ExtractSpirvInfo() 163 compiler.get_type(info->base_type_id).image; in ExtractSpirvInfo()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | glsl_symbol_table.h | 85 const glsl_type *get_type(const char *name);
|
/third_party/elfio/examples/tutorial/ |
H A D | tutorial.cpp | 84 if ( psec->get_type() == SHT_SYMTAB ) { in main()
|
/third_party/elfio/examples/anonymizer/ |
H A D | anonymizer.cpp | 96 if ( section->get_type() == SHT_STRTAB && in main()
|
/third_party/jerryscript/jerry-debugger/ |
H A D | jerry_client.py | 102 res_type = result.get_type() 322 res_type = result.get_type()
|
/third_party/libabigail/tools/ |
H A D | abisym.cc | 152 << (elf_symbol::type) sym->get_type() in main()
|