Home
last modified time | relevance | path

Searched refs:entry_type (Results 1 – 24 of 24) sorted by relevance

/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashBase.h31 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 DHashIterator.h24 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 DHashBase.tcc36 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 DHashEntryFactory.h21 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 DHashTable.h41 typedef HashEntryTy entry_type; typedef
71 entry_type* insert(const key_type& pKey, bool& pExist);
H A DHashEntry.h68 typedef HashEntryTy entry_type; typedef
H A DHashTable.tcc61 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::entry_type*
69 entry_type* entry = bucket.Entry; in insert()
H A DStringEntry.h111 typedef StringEntry<DataType> entry_type; typedef
/aosp12/frameworks/base/tools/aapt2/
H A Dformats.md25 | `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 DHashTableTest.cpp96 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 DContainer.cpp323 ::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 DDirectory.h32 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 DFileSystem.h89 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
/aosp12/system/bt/gd/storage/
H A Dmutation_entry.cc30 : entry_type(entry_type_param), in MutationEntry()
35 switch (entry_type) { in MutationEntry()
H A Dmutation.cc33 if (entry.entry_type != MutationEntry::EntryType::SET) { in Add()
H A Dmutation_entry.h116 EntryType entry_type; variable
H A Dconfig_cache.cc308 switch (entry.entry_type) { in Commit()
/aosp12/frameworks/compile/mclinker/lib/Support/Windows/
H A DPathV3.inc158 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter) {
159 mcld::sys::fs::PathCache::entry_type* entry = 0;
H A DFileSystem.inc61 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DSectionSymbolSet.cpp53 SectHashTableType::entry_type* entry = in add()
/aosp12/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc189 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter) {
190 mcld::sys::fs::PathCache::entry_type* entry = 0;
H A DFileSystem.inc78 mcld::sys::fs::PathCache::entry_type* entry =
/aosp12/system/media/camera/docs/
H A Dhtml.mako261 <td class="entry_type">
325 </td> <!-- entry_type -->
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp950 HashTableType::entry_type* entry = NULL; in emitRegNamePools()
990 HashTableType::entry_type* entry = 0; in emitDynNamePools()