Searched refs:GetEntry (Results 26 - 50 of 79) sorted by relevance

1234

/external/openfst/src/include/fst/script/
H A Dscript-impl.h133 return this->GetEntry(make_pair(operation_name, arc_type));
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dfile_stream_writer_unittest.cc137 const FakeEntry* const entry = provided_file_system_->GetEntry(
158 const FakeEntry* const entry = provided_file_system_->GetEntry(
212 const FakeEntry* const entry = provided_file_system_->GetEntry(
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata_storage.h113 FileError GetEntry(const std::string& id, ResourceEntry* out_entry);
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_profile_client.h38 virtual void GetEntry(const dbus::ObjectPath& profile_path,
H A Dshill_profile_client_unittest.cc130 TEST_F(ShillProfileClientTest, GetEntry) {
153 client_->GetEntry(dbus::ObjectPath(kDefaultProfilePath),
/external/chromium_org/content/browser/appcache/
H A Dappcache.cc70 AppCacheEntry* AppCache::GetEntry(const GURL& url) { function in class:content::AppCache
262 AppCacheEntry* entry = GetEntry(url_no_ref);
275 entry = GetEntry(intercept_namespace->target_url);
285 entry = GetEntry(fallback_namespace->target_url);
H A Dappcache_unittest.cc71 EXPECT_EQ(entry1.types(), cache->GetEntry(kFooUrl)->types());
80 EXPECT_EQ(entry2.types(), cache->GetEntry(kBarUrl)->types());
88 cache->GetEntry(kFooUrl)->types());
90 EXPECT_EQ(kFooResponseId, cache->GetEntry(kFooUrl)->response_id());
91 EXPECT_EQ(kFooSize, cache->GetEntry(kFooUrl)->response_size());
94 EXPECT_EQ(entry2.types(), cache->GetEntry(kBarUrl)->types()); // unchanged
613 EXPECT_TRUE(cache->GetEntry(kManifestUrl));
614 EXPECT_TRUE(cache->GetEntry(kInterceptUrl));
615 EXPECT_TRUE(cache->GetEntry(kFallbackUrl));
H A Dappcache_update_job.cc497 group_->newest_complete_cache()->GetEntry(manifest_url_) : NULL;
858 AppCacheEntry* entry = inprogress_cache_->GetEntry(manifest_url_);
1067 entry = group_->newest_complete_cache()->GetEntry(manifest_url_);
1193 group_->newest_complete_cache()->GetEntry(url_to_fetch.url);
1238 inprogress_cache_.get() ? inprogress_cache_->GetEntry(url)
1239 : group_->newest_complete_cache()->GetEntry(url);
1263 AppCacheEntry* entry = cache->GetEntry(url);
1367 AppCacheEntry* copy_me = newest->GetEntry(url);
1415 AppCacheEntry* copy_me = group_->newest_complete_cache()->GetEntry(url);
H A Dappcache_storage_impl.cc436 if (!cache->get()->GetEntry(group_record_.manifest_url)) {
459 if (!cache->get()->GetEntry(group_record_.manifest_url)) {
471 if (!cache->get()->GetEntry(group_record_.manifest_url)) {
484 DCHECK(cache->get()->GetEntry(*iter));
485 cache->get()->GetEntry(*iter)->add_types(AppCacheEntry::FOREIGN);
1472 if (!newest_cache->GetEntry(group->manifest_url())) {
1546 AppCacheEntry* entry = cache->GetEntry(url);
1615 AppCacheEntry* entry = cache->GetEntry(entry_url);
/external/chromium_org/sync/internal_api/public/
H A Dbase_node.h208 virtual const syncable::Entry* GetEntry() const = 0;
H A Dwrite_node.h181 virtual const syncable::Entry* GetEntry() const OVERRIDE;
/external/chromium_org/sync/internal_api/
H A Dread_node.cc72 const syncable::Entry* ReadNode::GetEntry() const { function in class:syncer::ReadNode
/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache.h79 const Entry* GetEntry(const std::string& id) const { function in class:rtc::DiskCache
/external/openfst/src/include/fst/
H A Dgeneric-register.h60 EntryType GetEntry(const KeyType &key) const { function in class:fst::GenericRegister
79 LOG(ERROR) << "GenericRegister::GetEntry : " << dlerror();
88 LOG(ERROR) << "GenericRegister::GetEntry : "
/external/openfst/src/script/
H A Dfst-class.cc118 const IORegistration<VectorFstClass>::Entry &entry = reg->GetEntry(arc_type);
/external/chromium_org/v8/src/
H A Dsafepoint-table.cc58 if (GetPcOffset(i) == pc_offset) return GetEntry(i);
66 SafepointEntry entry = GetEntry(index);
H A Dunicode.cc33 static inline uchar GetEntry(int32_t entry) { function in namespace:unibrow
60 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid));
65 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > value)) {
78 uchar entry = GetEntry(field);
116 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid));
121 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > key)) {
134 uchar entry = GetEntry(field);
H A Dsafepoint-table.h97 SafepointEntry GetEntry(unsigned index) const {
H A Dheap-snapshot-generator.cc1296 int transitions_entry = GetEntry(transitions)->index();
1772 HeapEntry* V8HeapExplorer::GetEntry(Object* obj) { function in class:v8::internal::V8HeapExplorer
1892 HeapEntry* heap_entry = GetEntry(obj);
1930 DCHECK(parent_entry == GetEntry(parent_obj)->index());
1931 HeapEntry* child_entry = GetEntry(child_obj);
1946 DCHECK(parent_entry == GetEntry(parent_obj)->index());
1947 HeapEntry* child_entry = GetEntry(child_obj);
1961 DCHECK(parent_entry == GetEntry(parent_obj)->index());
1962 HeapEntry* child_entry = GetEntry(child_obj);
1977 DCHECK(parent_entry == GetEntry(parent_ob
[all...]
H A Dprofile-generator.cc43 HashMap::Entry* entry = GetEntry(src, len);
65 HashMap::Entry* entry = GetEntry(str, len);
129 HashMap::Entry* StringsStorage::GetEntry(const char* str, int len) { function in class:v8::internal::StringsStorage
/external/chromium_org/net/tools/dump_cache/
H A Ddump_files.cc166 bool GetEntry(disk_cache::EntryStore* entry);
202 bool CacheDumper::GetEntry(disk_cache::EntryStore* entry) { function in class:__anon9752::CacheDumper
363 while (dumper.GetEntry(&entry)) {
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dfake_provided_file_system.h71 const FakeEntry* GetEntry(const base::FilePath& entry_path) const;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.hpp648 const Entry* GetEntry(int idx) const;
792 const BlockEntry* GetEntry(const Track*, long long ns = -1) const;
793 const BlockEntry* GetEntry(const CuePoint&,
807 long GetEntry(long index, const mkvparser::BlockEntry*&) const;
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.hpp739 const Entry* GetEntry(int idx) const;
903 const BlockEntry* GetEntry(const Track*, long long ns = -1) const;
904 const BlockEntry* GetEntry(
922 long GetEntry(long index, const mkvparser::BlockEntry*&) const;
/external/libvpx/libwebm/
H A Dmkvparser.hpp648 const Entry* GetEntry(int idx) const;
792 const BlockEntry* GetEntry(const Track*, long long ns = -1) const;
793 const BlockEntry* GetEntry(const CuePoint&,
807 long GetEntry(long index, const mkvparser::BlockEntry*&) const;

Completed in 591 milliseconds

1234