Home
last modified time | relevance | path

Searched refs:GetEntry (Results 1 – 25 of 67) sorted by relevance

123

/external/chromium_org/sync/internal_api/
Dbase_node.cc48 if (!GetEntry()->GetUniqueServerTag().empty()) in DecryptIfNecessary()
51 GetEntry()->GetSpecifics(); in DecryptIfNecessary()
125 !GetEntry()->GetUniqueServerTag().empty()) { in GetUnencryptedSpecifics()
143 GetEntry()->GetParentId()); in GetParentId()
147 return GetEntry()->GetMetahandle(); in GetId()
151 return GetEntry()->GetMtime(); in GetModificationTime()
155 return GetEntry()->GetIsDir(); in GetIsFolder()
162 GetEntry()->GetSpecifics().has_encrypted()) { in GetTitle()
166 ServerNameToSyncAPIName(GetEntry()->GetNonUniqueName(), in GetTitle()
175 return dir->HasChildren(trans, GetEntry()->GetId()); in HasChildren()
[all …]
Dsync_backup_manager_unittest.cc121 EXPECT_FALSE(pref.GetEntry()->GetId().ServerKnows()); in TEST_F()
122 EXPECT_TRUE(pref.GetEntry()->GetIsUnsynced()); in TEST_F()
133 EXPECT_TRUE(pref.GetEntry()->GetId().ServerKnows()); in TEST_F()
134 EXPECT_FALSE(pref.GetEntry()->GetIsUnsynced()); in TEST_F()
146 EXPECT_TRUE(pref.GetEntry()->GetId().ServerKnows()); in TEST_F()
147 EXPECT_FALSE(pref.GetEntry()->GetIsUnsynced()); in TEST_F()
Dwrite_node.cc156 const sync_pb::EntitySpecifics& old_specifics = GetEntry()->GetSpecifics(); in SetPasswordSpecifics()
339 syncable::Id parent_id = parent.GetEntry()->GetId(); in InitBookmarkByCreation()
378 syncable::Id parent_id = parent.GetEntry()->GetId(); in InitUniqueByCreation()
450 syncable::Id new_parent_id = new_parent.GetEntry()->GetId(); in SetPosition()
456 (predecessor && (old == predecessor->GetEntry()->GetId()))) { in SetPosition()
472 const syncable::Entry* WriteNode::GetEntry() const { in GetEntry() function in syncer::WriteNode
500 predecessor->GetEntry()->GetId() : syncable::Id(); in PutPredecessor()
/external/lldb/source/DataFormatters/
DLibCxxMap.cpp83 GetEntry () in GetEntry() function in MapEntry
116 return m_entry.GetEntry(); in value()
125 return m_entry.GetEntry(); in advance()
129 return m_entry.GetEntry(); in advance()
144 return m_entry.GetEntry(); in advance()
150 m_entry.SetEntry(increment(m_entry.GetEntry())); in next()
169 x.SetEntry(left.GetEntry()); in tree_min()
175 return x.GetEntry(); in tree_min()
190 x.SetEntry(right.GetEntry()); in tree_max()
196 return x.GetEntry(); in tree_max()
[all …]
DFormatCache.cpp118 FormatCache::GetEntry (const ConstString& type) in GetEntry() function in FormatCache
132 auto entry = GetEntry(type); in GetSummary()
152 auto entry = GetEntry(type); in GetSynthetic()
172 GetEntry(type).SetSummary(summary_sp); in SetSummary()
179 GetEntry(type).SetSynthetic(synthetic_sp); in SetSynthetic()
DLibCxxList.cpp67 GetEntry () in GetEntry() function in ListEntry
100 return m_entry.GetEntry(); in value()
107 return m_entry.GetEntry(); in advance()
111 return m_entry.GetEntry(); in advance()
120 return m_entry.GetEntry(); in advance()
/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_cache_unittest.cc160 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id_tmp, &entry)); in TEST_F()
164 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id_pinned, &entry)); in TEST_F()
242 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id, &entry)); in TEST_F()
259 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id, &entry)); in TEST_F()
286 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id, &entry)); in TEST_F()
292 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id, &entry)); in TEST_F()
298 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id, &entry)); in TEST_F()
308 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id_non_present, &entry)); in TEST_F()
314 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id_non_present, &entry)); in TEST_F()
365 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id, &entry)); in TEST_F()
[all …]
Dfile_cache.cc107 FileError error = storage_->GetEntry(id, &entry); in FreeDiskSpaceIfNeededFor()
126 FileError error = storage_->GetEntry(id, &entry); in GetFile()
143 FileError error = storage_->GetEntry(id, &entry); in Store()
196 FileError error = storage_->GetEntry(id, &entry); in Pin()
209 FileError error = storage_->GetEntry(id, &entry); in Unpin()
238 FileError error = storage_->GetEntry(id, &entry); in MarkAsMounted()
271 FileError error = storage_->GetEntry(id, &entry); in OpenForWrite()
307 FileError error = storage_->GetEntry(id, &entry); in UpdateMd5()
330 FileError error = storage_->GetEntry(id, &entry); in ClearDirty()
357 FileError error = storage_->GetEntry(id, &entry); in Remove()
[all …]
Dresource_metadata.cc126 FileError error = storage_->GetEntry(util::kDriveGrandRootLocalId, &entry); in SetUpDefaultEntries()
149 error = storage_->GetEntry(util::kDriveOtherDirLocalId, &entry); in SetUpDefaultEntries()
172 error = storage_->GetEntry(util::kDriveTrashDirLocalId, &entry); in SetUpDefaultEntries()
234 FileError error = storage_->GetEntry(entry.parent_local_id(), &parent); in AddEntry()
246 error = storage_->GetEntry(local_id, &existing_entry); in AddEntry()
281 FileError error = storage_->GetEntry(id, &entry); in RemoveEntry()
294 return storage_->GetEntry(id, out_entry); in GetResourceEntryById()
344 error = storage_->GetEntry(children[i], &entries[i]); in ReadDirectoryById()
359 FileError error = storage_->GetEntry(entry.local_id(), &old_entry); in RefreshEntry()
388 error = storage_->GetEntry(entry.parent_local_id(), &new_parent); in RefreshEntry()
[all …]
Dresource_metadata_storage_unittest.cc88 EXPECT_EQ(FILE_ERROR_NOT_FOUND, storage_->GetEntry(key1, &result)); in TEST_F()
96 EXPECT_EQ(FILE_ERROR_OK, storage_->GetEntry(key1, &result)); in TEST_F()
99 EXPECT_EQ(FILE_ERROR_NOT_FOUND, storage_->GetEntry(key2, &result)); in TEST_F()
110 EXPECT_EQ(FILE_ERROR_OK, storage_->GetEntry(key2, &result)); in TEST_F()
122 EXPECT_EQ(FILE_ERROR_OK, storage_->GetEntry(key3, &result)); in TEST_F()
137 EXPECT_EQ(FILE_ERROR_NOT_FOUND, storage_->GetEntry(key3, &result)); in TEST_F()
139 EXPECT_EQ(FILE_ERROR_NOT_FOUND, storage_->GetEntry(key2, &result)); in TEST_F()
141 EXPECT_EQ(FILE_ERROR_NOT_FOUND, storage_->GetEntry(key1, &result)); in TEST_F()
273 EXPECT_EQ(FILE_ERROR_OK, storage_->GetEntry(parent_id1, &result)); in TEST_F()
275 EXPECT_EQ(FILE_ERROR_OK, storage_->GetEntry(child_id1, &result)); in TEST_F()
[all …]
/external/chromium_org/chromeos/network/
Dmanaged_network_configuration_handler_unittest.cc114 void GetEntry(const dbus::ObjectPath& profile_path, in GetEntry() function in chromeos::__anon2c1dc9140111::ShillProfileTestClient
178 ON_CALL(*mock_profile_client_, GetEntry(_,_,_,_)) in SetUp()
180 &ShillProfileTestClient::GetEntry)); in SetUp()
347 GetEntry(dbus::ObjectPath(kUser1ProfilePath), _, _, _)).Times(2); in TEST_F()
382 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "some_entry_path", _, _)); in TEST_F()
403 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _)); in TEST_F()
436 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _)); in TEST_F()
472 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _)); in TEST_F()
501 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "entry_path", _, _)); in TEST_F()
535 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _)); in TEST_F()
[all …]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dregister.h59 return GetEntry(type).reader; in GetReader()
63 return GetEntry(type).converter; in GetConverter()
86 Entry GetEntry(const string &type) const { in GetEntry() function
/external/chromium_org/content/browser/appcache/
Dappcache_unittest.cc91 EXPECT_EQ(entry1.types(), cache->GetEntry(kFooUrl)->types()); in TEST()
100 EXPECT_EQ(entry2.types(), cache->GetEntry(kBarUrl)->types()); in TEST()
108 cache->GetEntry(kFooUrl)->types()); in TEST()
110 EXPECT_EQ(kFooResponseId, cache->GetEntry(kFooUrl)->response_id()); in TEST()
111 EXPECT_EQ(kFooSize, cache->GetEntry(kFooUrl)->response_size()); in TEST()
114 EXPECT_EQ(entry2.types(), cache->GetEntry(kBarUrl)->types()); // unchanged in TEST()
631 EXPECT_TRUE(cache->GetEntry(kManifestUrl)); in TEST()
632 EXPECT_TRUE(cache->GetEntry(kInterceptUrl)); in TEST()
633 EXPECT_TRUE(cache->GetEntry(kFallbackUrl)); in TEST()
/external/chromium_org/third_party/webrtc/base/
Ddiskcache.cc156 const Entry* entry = GetEntry(id); in ReadResource()
172 const Entry* entry = GetEntry(id); in HasResource()
177 const Entry* entry = GetEntry(id); in HasResourceStream()
315 const Entry* entry = GetEntry(id); in ReleaseResource()
/external/chromium_org/third_party/libjingle/source/talk/base/
Ddiskcache.cc173 const Entry* entry = GetEntry(id); in ReadResource()
189 const Entry* entry = GetEntry(id); in HasResource()
194 const Entry* entry = GetEntry(id); in HasResourceStream()
332 const Entry* entry = GetEntry(id); in ReleaseResource()
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
Dpeer_channel.cc99 other.GetEntry()); in NotifyOfOtherMember()
104 std::string ChannelMember::GetEntry() const { in GetEntry() function in ChannelMember
360 std::string response(member.GetEntry()); in BuildResponseForNewMember()
364 response += (*i)->GetEntry(); in BuildResponseForNewMember()
/external/chromium_org/chromeos/dbus/
Dshill_profile_client.cc45 virtual void GetEntry(const dbus::ObjectPath& profile_path,
106 void ShillProfileClientImpl::GetEntry( in GetEntry() function in chromeos::__anonaddad5f90111::ShillProfileClientImpl
Dmock_shill_profile_client.h34 MOCK_METHOD4(GetEntry, void(
Dshill_profile_client_unittest.cc130 TEST_F(ShillProfileClientTest, GetEntry) { in TEST_F() argument
154 client_->GetEntry(dbus::ObjectPath(kDefaultProfilePath), in TEST_F()
/external/chromium_org/webkit/browser/appcache/
Dappcache.cc70 AppCacheEntry* AppCache::GetEntry(const GURL& url) { in GetEntry() function in appcache::AppCache
262 AppCacheEntry* entry = GetEntry(url_no_ref); in FindResponseForRequest()
273 entry = GetEntry(intercept_namespace->target_url); in FindResponseForRequest()
282 entry = GetEntry(fallback_namespace->target_url); in FindResponseForRequest()
/external/chromium_org/v8/src/
Dheap-snapshot-generator.cc1333 int transitions_entry = GetEntry(transitions)->index(); in ExtractMapReferences()
1799 HeapEntry* V8HeapExplorer::GetEntry(Object* obj) { in GetEntry() function in v8::internal::V8HeapExplorer
1917 HeapEntry* heap_entry = GetEntry(obj); in IterateAndExtractSinglePass()
1955 ASSERT(parent_entry == GetEntry(parent_obj)->index()); in SetContextReference()
1956 HeapEntry* child_entry = GetEntry(child_obj); in SetContextReference()
1971 ASSERT(parent_entry == GetEntry(parent_obj)->index()); in SetNativeBindReference()
1972 HeapEntry* child_entry = GetEntry(child_obj); in SetNativeBindReference()
1986 ASSERT(parent_entry == GetEntry(parent_obj)->index()); in SetElementReference()
1987 HeapEntry* child_entry = GetEntry(child_obj); in SetElementReference()
2002 ASSERT(parent_entry == GetEntry(parent_obj)->index()); in SetInternalReference()
[all …]
Dunicode.cc33 static inline uchar GetEntry(int32_t entry) { in GetEntry() function
60 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupPredicate()
65 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > value)) { in LookupPredicate()
78 uchar entry = GetEntry(field); in LookupPredicate()
116 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupMapping()
121 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > key)) { in LookupMapping()
134 uchar entry = GetEntry(field); in LookupMapping()
/external/chromium_org/sync/internal_api/public/
Dread_node.h53 virtual const syncable::Entry* GetEntry() const OVERRIDE;
/external/libvpx/libvpx/third_party/libwebm/
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/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
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;

123