Home
last modified time | relevance | path

Searched refs:get_entry (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.cpp139 symbol_table_entry *existing = get_entry(v->name); in add_variable()
179 symbol_table_entry *entry = get_entry(name); in add_interface()
196 symbol_table_entry *existing = get_entry(f->name); in add_function()
217 if (!get_entry(name)) in add_default_precision_qualifier()
233 symbol_table_entry *entry = get_entry(name); in get_variable()
239 symbol_table_entry *entry = get_entry(name); in get_type()
246 symbol_table_entry *entry = get_entry(name); in get_interface()
252 symbol_table_entry *entry = get_entry(name); in get_function()
259 symbol_table_entry *entry = get_entry(name); in get_default_precision_qualifier()
265 symbol_table_entry *glsl_symbol_table::get_entry(const char *name) in get_entry() function in glsl_symbol_table
[all …]
Dglsl_symbol_table.h106 symbol_table_entry *get_entry(const char *name);
/third_party/elfio/tests/
DELFIOTest2.cpp155 EXPECT_EQ( array.get_entry( 0, addr ), true ); in TEST()
157 EXPECT_EQ( array.get_entry( 1, addr ), true ); in TEST()
173 EXPECT_EQ( array.get_entry( 0, addr ), true ); in TEST()
175 EXPECT_EQ( array.get_entry( 1, addr ), true ); in TEST()
191 EXPECT_EQ( array.get_entry( 0, addr ), true ); in TEST()
193 EXPECT_EQ( array.get_entry( 1, addr ), true ); in TEST()
201 EXPECT_EQ( arrayf.get_entry( 0, addr ), true ); in TEST()
217 EXPECT_EQ( array.get_entry( 0, addr ), true ); in TEST()
219 EXPECT_EQ( array.get_entry( 1, addr ), true ); in TEST()
225 EXPECT_EQ( array.get_entry( 0, addr ), true ); in TEST()
[all …]
DELFIOTest.cpp57 EXPECT_EQ( reader.get_entry(), entry ); in checkHeader()
171 ASSERT_EQ( pRT->get_entry( index, offset, symbolValue, symbolName, type, in checkRelocation()
937 da.get_entry( 0, tag, value, str ); in TEST()
940 da.get_entry( 1, tag, value, str ); in TEST()
943 da.get_entry( 2, tag, value, str ); in TEST()
946 da.get_entry( 19, tag, value, str ); in TEST()
949 da.get_entry( 20, tag, value, str ); in TEST()
971 da.get_entry( 0, tag, value, str ); in TEST()
974 da.get_entry( 1, tag, value, str ); in TEST()
977 da.get_entry( 18, tag, value, str ); in TEST()
[all …]
DELFIOTest1.cpp831 rela.get_entry( i, offset, symbol, rtype, addend ); in TEST()
865 rel.get_entry( i, offset, symbol, rtype, addend ); in TEST()
/third_party/elfio/elfio/
Delfio_versym.hpp52 bool get_entry( Elf_Word no, Elf_Half& value ) const in get_entry() function in ELFIO::versym_section_accessor_template
121 if ( dynamic_section_acc.get_entry( i, tag, value, str ) && in versym_r_section_accessor_template()
133 bool get_entry( Elf_Word no, in get_entry() function in ELFIO::versym_r_section_accessor_template
Delfio_relocation.hpp87 bool get_entry( Elf_Xword index, in get_entry() function in ELFIO::relocation_section_accessor_template
122 bool get_entry( Elf_Xword index, in get_entry() function in ELFIO::relocation_section_accessor_template
132 bool ret = get_entry( index, offset, symbol, type, addend ); in get_entry()
302 get_entry( i, offset, symbol, rtype, addend ); in swap_symbols()
Delfio_dynamic.hpp62 get_entry( i, tag, value, str ); in get_entries_num()
73 bool get_entry( Elf_Xword index, in get_entry() function in ELFIO::dynamic_section_accessor_template
Delfio_array.hpp49 bool get_entry( Elf_Xword index, Elf64_Addr& address ) const in get_entry() function in ELFIO::array_section_accessor_template
Delfio_dump.hpp709 << "0x" << std::hex << reader.get_entry() << std::endl in header()
1096 dynamic.get_entry( i, tag, value, str ); in dynamic_tags()
/third_party/elfio/
DREADME-OH.md91 1. 调用relocation_section_accessor的get_entry\(\)接口获取relocation section。
101 reloc.get_entry(i, offset, symbolValue, symbolName, type, addend, calcValue);
/third_party/elfio/examples/c_wrapper/
Delfio_c_wrapper.cpp288 return prelocation->get_entry( index, *offset, *symbol, *type, *addend ); in elfio_relocation_get_entry()
458 bool ret = pdynamic->get_entry( index, *tag, *value, str_str ); in elfio_dynamic_get_entry()
492 bool ret = parray->get_entry( index, *paddress ); in elfio_array_get_entry()
/third_party/elfio/c_wrapper/
Delfio_c_wrapper.cpp287 return prelocation->get_entry( index, *offset, *symbol, *type, *addend ); in elfio_relocation_get_entry()
457 bool ret = pdynamic->get_entry( index, *tag, *value, str_str ); in elfio_dynamic_get_entry()
490 bool ret = parray->get_entry( index, *paddress ); in elfio_array_get_entry()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-common.hh513 const Entry<Extra> &get_entry (int state, unsigned int klass) const in get_entry() function
759 const EntryT &entry = machine.get_entry (state, klass); in drive()
808 wouldbe_entry = &machine.get_entry (StateTableT::STATE_START_OF_TEXT, klass) in drive()
823 !c->is_actionable (this, machine.get_entry (state, StateTableT::CLASS_END_OF_TEXT)) in drive()
/third_party/harfbuzz/src/
Dhb-aat-layout-common.hh510 const Entry<Extra> &get_entry (int state, unsigned int klass) const in get_entry() function
756 const EntryT &entry = machine.get_entry (state, klass); in drive()
805 wouldbe_entry = &machine.get_entry (StateTableT::STATE_START_OF_TEXT, klass) in drive()
820 !c->is_actionable (this, machine.get_entry (state, StateTableT::CLASS_END_OF_TEXT)) in drive()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-common.hh510 const Entry<Extra> &get_entry (int state, unsigned int klass) const in get_entry() function
752 const Entry<EntryData> &entry = machine.get_entry (state, klass); in drive()
771 …const Entry<EntryData> &end_entry = machine.get_entry (state, StateTable<Types, EntryData>::CLASS_… in drive()
/third_party/python/Lib/test/
Dtest_os.py4199 def get_entry(self, name): member in TestScandir
4210 return self.get_entry(os.path.basename(filename))
4246 entry = self.get_entry('dir')