/frameworks/compile/mclinker/include/mcld/ADT/ |
HashEntryFactory.h | 21 typedef HashEntryTy entry_type; typedef in class:mcld::HashEntryFactory 25 entry_type* produce(const key_type& pKey) { 29 void destroy(entry_type*& pEntry) { HashEntryTy::Destroy(pEntry); }
|
HashBase.h | 31 typedef HashEntryTy entry_type; typedef in class:mcld::HashBucket 35 entry_type* Entry; 38 static entry_type* getEmptyBucket(); 39 static entry_type* getTombstone(); 71 typedef HashEntryTy entry_type; typedef in class:mcld::HashTableImpl
|
HashIterator.h | 24 typedef typename HashTableImplTy::entry_type entry_type; typedef in class:mcld::ChainIteratorBase 83 inline entry_type* getEntry() { 89 inline const entry_type* getEntry() const { 157 typedef typename HashTableImplTy::entry_type entry_type; typedef in class:mcld::EntryIteratorBase 187 inline entry_type* getEntry() { 193 inline const entry_type* getEntry() const {
|
HashBase.tcc | 36 typename HashBucket<DataType>::entry_type* 38 static entry_type* empty_bucket = reinterpret_cast<entry_type*>(0x0); 43 typename HashBucket<DataType>::entry_type* 45 static entry_type* tombstone = reinterpret_cast<entry_type*>(0x1);
|
HashTable.h | 41 typedef HashEntryTy entry_type; typedef in class:mcld::HashTable 71 entry_type* insert(const key_type& pKey, bool& pExist);
|
HashEntry.h | 68 typedef HashEntryTy entry_type; typedef in class:mcld::EntryFactory
|
StringEntry.h | 111 typedef StringEntry<DataType> entry_type; typedef in class:mcld::StringEntryFactory
|
HashTable.tcc | 61 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::entry_type* 69 entry_type* entry = bucket.Entry;
|
/external/jsoncpp/devtools/ |
antglob.py | 99 entry_type = FILE, 106 entry_type_filter = entry_type 143 entry_type = is_file and FILE_LINK or DIR_LINK 145 entry_type = is_file and FILE or DIR 146 ## print '=> type: %d' % entry_type, 147 if (entry_type & entry_type_filter) != 0:
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
TrackerEntry.java | 35 static final String ENTRY_TYPE = "Type"; 58 ID_COL, TIMESTAMP, TAG, ENTRY_TYPE, ACCURACY, LATITUDE, LONGITUDE, 173 cValues.put(ENTRY_TYPE, mType.toString()); 211 String sType = cursor.getString(cursor.getColumnIndex(ENTRY_TYPE));
|
CSVFormatter.java | 32 if (!TrackerEntry.ENTRY_TYPE.equals(col) &&
|
/frameworks/compile/mclinker/unittests/ |
HashTableTest.cpp | 96 HashTableTy::entry_type* val = hashTable->insert(key, exist); 113 HashTableTy::entry_type* entry = 0; 220 HashTableTy::entry_type* entry = 0; 242 HashTableTy::entry_type* entry = 0; 265 HashTableTy::entry_type* entry = 0; 293 HashTableTy::entry_type* entry = 0;
|
/external/conscrypt/src/main/java/org/conscrypt/ct/ |
CertificateEntry.java | 34 * LogEntryType entry_type; 35 * select(entry_type) {
|
/frameworks/compile/mclinker/include/mcld/Support/ |
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;
|
FileSystem.h | 89 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
|
/external/libevent/ |
event_rpcgen.py | [all...] |
/system/media/camera/docs/ |
docs.html | [all...] |
/external/conscrypt/src/test/java/org/conscrypt/ct/ |
SerializationTest.java | 140 0x00, 0x00, // entry_type 156 0x00, 0x01, // entry_type
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
PathV3.inc | 189 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter) { 190 mcld::sys::fs::PathCache::entry_type* entry = 0;
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
PathV3.inc | 158 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter) { 159 mcld::sys::fs::PathCache::entry_type* entry = 0;
|
FileSystem.inc | 61 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
|
/toolchain/binutils/binutils-2.25/bfd/ |
hash.c | 225 @var{entry_type} is the type of an entry in the hash table you 237 . struct @var{entry_type} *ret = (@var{entry_type} *) entry; 249 . ret = ((@var{entry_type} *) 261 @var{entry_type} is <<struct bfd_link_hash_entry>>.
|
/frameworks/compile/mclinker/lib/LD/ |
SectionSymbolSet.cpp | 53 SectHashTableType::entry_type* entry =
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
throw_allocator.h | 181 typedef map_type::value_type entry_type; typedef in struct:annotate_base 188 entry_type
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
throw_allocator.h | 181 typedef map_type::value_type entry_type; typedef in struct:annotate_base 188 entry_type
|