/aosp12/frameworks/compile/mclinker/include/mcld/ADT/ |
H A D | HashBase.h | 31 typedef HashEntryTy entry_type; typedef 35 entry_type* Entry; 38 static entry_type* getEmptyBucket(); 39 static entry_type* getTombstone(); 71 typedef HashEntryTy entry_type; typedef
|
H A D | HashIterator.h | 24 typedef typename HashTableImplTy::entry_type entry_type; typedef 83 inline entry_type* getEntry() { in getEntry() 89 inline const entry_type* getEntry() const { in getEntry() 157 typedef typename HashTableImplTy::entry_type entry_type; typedef 187 inline entry_type* getEntry() { in getEntry() 193 inline const entry_type* getEntry() const { in getEntry()
|
H A D | HashBase.tcc | 36 typename HashBucket<DataType>::entry_type* 38 static entry_type* empty_bucket = reinterpret_cast<entry_type*>(0x0); in getEmptyBucket() 43 typename HashBucket<DataType>::entry_type* 45 static entry_type* tombstone = reinterpret_cast<entry_type*>(0x1); in getTombstone()
|
H A D | HashEntryFactory.h | 21 typedef HashEntryTy entry_type; typedef 25 entry_type* produce(const key_type& pKey) { in produce() 29 void destroy(entry_type*& pEntry) { HashEntryTy::Destroy(pEntry); } in destroy()
|
H A D | HashTable.h | 41 typedef HashEntryTy entry_type; typedef 71 entry_type* insert(const key_type& pKey, bool& pExist);
|
H A D | HashEntry.h | 68 typedef HashEntryTy entry_type; typedef
|
H A D | HashTable.tcc | 61 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::entry_type* 69 entry_type* entry = bucket.Entry; in insert()
|
H A D | StringEntry.h | 111 typedef StringEntry<DataType> entry_type; typedef
|
/aosp12/frameworks/base/tools/aapt2/ |
H A D | formats.md | 25 | `4` | `entry_type` | The type of the entry. This can be one of two types: `RES_TABL… 26 … `entry_length` | The length of the data that follows. Do not use if `entry_type` is `RES_FILE`; … 27 …data` | The payload. The contents of this varies based on the `entry_type`. … 29 If the `entry_type` is equal to `RES_TABLE (0x00000000)`, the `data` field contains a serialized 32 If the `entry_type` is equal to `RES_FILE (0x00000001)`, the `data` field contains the following:
|
/aosp12/frameworks/compile/mclinker/unittests/ |
H A D | HashTableTest.cpp | 96 HashTableTy::entry_type* val = hashTable->insert(key, exist); in TEST_F() 113 HashTableTy::entry_type* entry = 0; in TEST_F() 220 HashTableTy::entry_type* entry = 0; in TEST_F() 242 HashTableTy::entry_type* entry = 0; in TEST_F() 265 HashTableTy::entry_type* entry = 0; in TEST_F() 293 HashTableTy::entry_type* entry = 0; in TEST_F()
|
/aosp12/frameworks/base/tools/aapt2/format/ |
H A D | Container.cpp | 323 ::google::protobuf::uint32 entry_type; in Next() 324 if (!coded_in_.ReadLittleEndian32(&entry_type)) { in Next() 339 if (entry_type == ContainerEntryType::kResFile || entry_type == ContainerEntryType::kResTable) { in Next() 340 entry_.type_ = static_cast<ContainerEntryType>(entry_type); in Next() 342 error_ = StringPrintf("entry type 0x%08x is invalid", entry_type); in Next()
|
/aosp12/frameworks/compile/mclinker/include/mcld/Support/ |
H A D | Directory.h | 32 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache( 110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache( 148 DirCache::entry_type* m_pEntry;
|
H A D | FileSystem.h | 89 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
|
/aosp12/system/bt/gd/storage/ |
H A D | mutation_entry.cc | 30 : entry_type(entry_type_param), in MutationEntry() 35 switch (entry_type) { in MutationEntry()
|
H A D | mutation.cc | 33 if (entry.entry_type != MutationEntry::EntryType::SET) { in Add()
|
H A D | mutation_entry.h | 116 EntryType entry_type; variable
|
H A D | config_cache.cc | 308 switch (entry.entry_type) { in Commit()
|
/aosp12/frameworks/compile/mclinker/lib/Support/Windows/ |
H A D | PathV3.inc | 158 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter) { 159 mcld::sys::fs::PathCache::entry_type* entry = 0;
|
H A D | FileSystem.inc | 61 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
|
/aosp12/frameworks/compile/mclinker/lib/LD/ |
H A D | SectionSymbolSet.cpp | 53 SectHashTableType::entry_type* entry = in add()
|
/aosp12/frameworks/compile/mclinker/lib/Support/Unix/ |
H A D | PathV3.inc | 189 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter) { 190 mcld::sys::fs::PathCache::entry_type* entry = 0;
|
H A D | FileSystem.inc | 78 mcld::sys::fs::PathCache::entry_type* entry =
|
/aosp12/system/media/camera/docs/ |
H A D | html.mako | 261 <td class="entry_type"> 325 </td> <!-- entry_type -->
|
/aosp12/frameworks/compile/mclinker/lib/Target/ |
H A D | GNULDBackend.cpp | 950 HashTableType::entry_type* entry = NULL; in emitRegNamePools() 990 HashTableType::entry_type* entry = 0; in emitDynNamePools()
|