/sdk/emulator/qtools/ |
hash_table.h | 19 } entry_type; typedef in class:HashTable 26 entry_type* GetFirst(); 27 entry_type* GetNext(); 35 entry_type **table_; 38 entry_type *current_ptr_; 55 table_ = new entry_type*[size_]; 67 entry_type *ptr, *next; 103 for (entry_type *ptr = table_[pos]; ptr; ptr = ptr->next) { 111 entry_type *ptr = new entry_type; [all...] |
/frameworks/compile/mclinker/include/mcld/ADT/ |
HashEntryFactory.h | 22 typedef HashEntryTy entry_type; typedef in class:mcld::HashEntryFactory 26 entry_type* produce(const key_type& pKey) 29 void destroy(entry_type*& pEntry)
|
HashBase.h | 33 typedef HashEntryTy entry_type; typedef in class:mcld::HashBucket 37 entry_type *Entry; 40 static entry_type* getEmptyBucket(); 41 static entry_type* getTombstone(); 76 typedef HashEntryTy entry_type; typedef in class:mcld::HashTableImpl
|
HashIterator.h | 28 typedef typename HashTableImplTy::entry_type entry_type; typedef in class:mcld::ChainIteratorBase 91 inline entry_type* getEntry() { 97 inline const entry_type* getEntry() const { 167 typedef typename HashTableImplTy::entry_type entry_type; typedef in class:mcld::EntryIteratorBase 202 inline entry_type* getEntry() { 208 inline const entry_type* getEntry() const {
|
HashBase.tcc | 36 typename HashBucket<DataType>::entry_type* 39 static entry_type* empty_bucket = reinterpret_cast<entry_type*>(0x0); 44 typename HashBucket<DataType>::entry_type* 47 static entry_type* tombstone = reinterpret_cast<entry_type*>(0x1);
|
HashEntry.h | 78 typedef HashEntryTy entry_type; typedef in class:mcld::EntryFactory
|
HashTable.h | 45 typedef HashEntryTy entry_type; typedef in class:mcld::HashTable 76 entry_type* insert(const key_type& pKey, bool& pExist);
|
/external/chromium_org/third_party/sqlite/src/test/ |
tkt-80ba201079.test | 95 entry_type int, 100 SELECT entry_type, 103 FROM timeline JOIN entry_types ON entry_type = entry_types.id 114 SELECT entry_type, 117 FROM timeline JOIN entry_types ON entry_type = entry_types.id 129 SELECT entry_type, 132 FROM timeline JOIN entry_types ON entry_type = entry_types.id
|
/external/openfst/src/include/fst/extensions/far/ |
compile-strings.h | 53 EntryType entry_type, 58 : nline_(0), strm_(istrm), source_(source), entry_type_(entry_type), 156 typename StringReader<Arc>::EntryType entry_type; local 158 entry_type = StringReader<Arc>::LINE; 160 entry_type = StringReader<Arc>::FILE; 238 (entry_type == StringReader<Arc>::FILE ? 1 : 246 entry_type, token_type, allow_negative_labels, 264 << " and entry_type = " 283 if (entry_type != StringReader<Arc>::FILE) {
|
print-strings.h | 39 const vector<string> &ifilenames, const FarEntryType entry_type, 98 if (entry_type == FET_LINE) { 105 } else if (entry_type == FET_FILE) {
|
farscript.h | 210 const FarEntryType entry_type; member in struct:fst::script::FarPrintStringsArgs 223 const vector<string> &ifilenames, const FarEntryType entry_type, 229 ifilenames(ifilenames), entry_type(entry_type), token_type(token_type), 240 args->ifilenames, args->entry_type, args->token_type, 249 const FarEntryType entry_type,
|
/system/media/camera/docs/ |
docs.html | [all...] |
/frameworks/compile/mclinker/unittests/ |
HashTableTest.cpp | 85 HashTableTy::entry_type* entry = 0; 112 HashTableTy::entry_type* val = hashTable->insert(key, exist); 128 HashTableTy::entry_type* entry = 0; 150 HashTableTy::entry_type* entry = 0; 175 HashTableTy::entry_type* entry = 0; 198 HashTableTy::entry_type* entry = 0; 234 HashTableTy::entry_type* entry = 0; 255 HashTableTy::entry_type* entry = 0; 278 HashTableTy::entry_type* entry = 0; 309 HashTableTy::entry_type* entry = 0 [all...] |
/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) &&
|
/external/openfst/src/extensions/far/ |
farscript.cc | 104 const FarEntryType entry_type, 115 FarPrintStringsArgs args(ifilenames, entry_type, token_type,
|
farprintstrings.cc | 35 DEFINE_string(entry_type, "line", "Entry type: one of : "
|
/frameworks/compile/mclinker/include/mcld/Support/ |
Directory.h | 36 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter); 110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter); 147 DirCache::entry_type* m_pEntry;
|
/external/chromium/third_party/libevent/ |
event_rpcgen.py | [all...] |
/external/chromium_org/third_party/libevent/ |
event_rpcgen.py | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
throw_allocator.h | 162 typedef map_type::value_type entry_type; typedef in class:throw_allocator_base 169 static entry_type 315 throw_allocator_base::entry_type
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
throw_allocator.h | 162 typedef map_type::value_type entry_type; typedef in class:throw_allocator_base 169 static entry_type 315 throw_allocator_base::entry_type
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
throw_allocator.h | 162 typedef map_type::value_type entry_type; typedef in class:throw_allocator_base 169 static entry_type 315 throw_allocator_base::entry_type
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
throw_allocator.h | 162 typedef map_type::value_type entry_type; typedef in class:throw_allocator_base 169 static entry_type 315 throw_allocator_base::entry_type
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
throw_allocator.h | 162 typedef map_type::value_type entry_type; typedef in class:throw_allocator_base 169 static entry_type 315 throw_allocator_base::entry_type
|