HomeSort by relevance Sort by last modified time
    Searched refs:entry_type (Results 1 - 25 of 45) sorted by null

1 2

  /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 30 typedef HashEntryTy entry_type; typedef in class:mcld::HashBucket
34 entry_type *Entry;
37 static entry_type* getEmptyBucket();
38 static entry_type* getTombstone();
73 typedef HashEntryTy entry_type; typedef in class:mcld::HashTableImpl
HashIterator.h 25 typedef typename HashTableImplTy::entry_type entry_type; typedef in class:mcld::ChainIteratorBase
88 inline entry_type* getEntry() {
94 inline const entry_type* getEntry() const {
164 typedef typename HashTableImplTy::entry_type entry_type; typedef in class:mcld::EntryIteratorBase
199 inline entry_type* getEntry() {
205 inline const entry_type* getEntry() const {
HashEntry.h 75 typedef HashEntryTy entry_type; typedef in class:mcld::EntryFactory
HashTable.h 42 typedef HashEntryTy entry_type; typedef in class:mcld::HashTable
73 entry_type* insert(const key_type& pKey, bool& pExist);
StringEntry.h 132 typedef StringEntry<DataType> entry_type; typedef in class:mcld::StringEntryFactory
  /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,
  /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/compile/mclinker/include/mcld/Support/
Directory.h 33 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
107 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
144 DirCache::entry_type* m_pEntry;
FileSystem.h 93 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
  /external/chromium_org/chrome/renderer/extensions/
file_browser_handler_custom_bindings.cc 50 blink::WebDOMFileSystem::EntryType entry_type = local
62 entry_type, local
  /external/openfst/src/extensions/far/
farcompilestrings.cc 40 DEFINE_string(entry_type, "line", "Entry type: one of : "
farprintstrings.cc 35 DEFINE_string(entry_type, "line", "Entry type: one of : "
farscript.cc 104 const FarEntryType entry_type,
115 FarPrintStringsArgs args(ifilenames, entry_type, token_type,
  /external/chromium_org/third_party/libevent/
event_rpcgen.py     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeInference.py 343 def set_entry_type(self, entry, entry_type):
344 entry.type = entry_type
346 e.type = entry_type
449 entry_type = py_object_type
453 entry_type = spanning_type(
456 self.set_entry_type(entry, 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
  /frameworks/compile/mclinker/lib/LD/
SectionSymbolSet.cpp 56 SectHashTableType::entry_type* entry =
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 227 return entry.entry_type == BrowsingHistoryHandler::HistoryEntry::LOCAL_ENTRY;
271 BrowsingHistoryHandler::HistoryEntry::EntryType entry_type,
276 this->entry_type = entry_type;
289 : entry_type(EMPTY_ENTRY), is_search_result(false), blocked_visit(false) {
712 if (entry->entry_type != it->entry_type) {
713 entry->entry_type =
    [all...]
  /external/chromium_org/extensions/renderer/
file_system_natives.cc 93 blink::WebDOMFileSystem::EntryType entry_type = local
107 entry_type, local

Completed in 792 milliseconds

1 2