Home
last modified time | relevance | path

Searched refs:GetIndex (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/mkvparser/
Dmkvparser.hpp118 virtual size_t GetIndex() const = 0;
138 size_t GetIndex() const;
161 size_t GetIndex() const;
257 size_t GetIndex() const;
603 long GetIndex() const;
Dmkvparser.cpp5124 size_t Track::EOSBlock::GetIndex() const in GetIndex() function in mkvparser::Track::EOSBlock
5235 assert(pCluster->GetIndex() >= 0); in Seek()
5246 Cluster** const i = clusters + pCluster->GetIndex(); in Seek()
5268 assert(pCluster->GetIndex() >= 0); in Seek()
5269 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters)); in Seek()
5433 assert(pCluster->GetIndex() >= 0); in Seek()
5444 Cluster** const i = clusters + pCluster->GetIndex(); in Seek()
5466 assert(pCluster->GetIndex() >= 0); in Seek()
5467 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters)); in Seek()
6811 long Cluster::GetIndex() const in GetIndex() function in mkvparser::Cluster
[all …]
/external/chromium/chrome/browser/autocomplete/
Dhistory_quick_provider.cc69 if (GetIndex()) { in Start()
95 ScoredHistoryMatches matches = GetIndex()->HistoryItemsForTerms(terms); in DoAutocomplete()
180 history::InMemoryURLIndex* HistoryQuickProvider::GetIndex() { in GetIndex() function in HistoryQuickProvider
Dhistory_quick_provider.h63 history::InMemoryURLIndex* GetIndex();
/external/v8/src/
Dnatives.h54 static int GetIndex(const char* name);
Ddebug.cc866 !CompileDebuggerScript(Natives::GetIndex("mirror")) || in Load()
867 !CompileDebuggerScript(Natives::GetIndex("debug")); in Load()
871 !CompileDebuggerScript(Natives::GetIndex("liveedit")); in Load()
Dd8.cc468 int source_index = i::NativesCollection<i::D8>::GetIndex("d8"); in Initialize()
Dobjects.cc3697 return CodeCache::cast(code_cache())->GetIndex(name, code); in IndexInCodeCache()
3918 int CodeCache::GetIndex(Object* name, Code* code) { in GetIndex() function in v8::internal::CodeCache
3922 return cache->GetIndex(String::cast(name), code->flags()); in GetIndex()
3938 ASSERT(cache->GetIndex(String::cast(name), code->flags()) == index); in RemoveByIndex()
4042 int CodeCacheHashTable::GetIndex(String* name, Code::Flags flags) { in GetIndex() function in v8::internal::CodeCacheHashTable
Dobjects.h5101 int GetIndex(Object* name, Code* code);
5168 int GetIndex(String* name, Code::Flags flags);
/external/chromium/chrome/browser/
Dlanguage_order_table_model.h37 int GetIndex(const std::string& language);
Dlanguage_order_table_model.cc71 int LanguageOrderTableModel::GetIndex(const std::string& language) { in GetIndex() function in LanguageOrderTableModel
/external/v8/src/extensions/experimental/
Di18n-extension.cc46 int index = NativesCollection<I18N>::GetIndex("i18n"); in GetScriptSource()
/external/v8/test/cctest/
Dtest-log.cc788 size_t GetIndex(Address addr) { in GetIndex() function in __anon8f813ed80311::Interval
793 return (max_addr_ - min_addr_ + 1) + next_->GetIndex(addr); in GetIndex()
865 return bounds.GetIndex(addr); in GetIndexForAddress()