Searched refs:GetEntry (Results 1 - 25 of 79) sorted by relevance

1234

/external/chromium_org/sync/internal_api/
H A Dbase_node.cc48 if (!GetEntry()->GetUniqueServerTag().empty())
51 GetEntry()->GetSpecifics();
125 !GetEntry()->GetUniqueServerTag().empty()) {
143 GetEntry()->GetParentId());
147 return GetEntry()->GetMetahandle();
151 return GetEntry()->GetMtime();
155 return GetEntry()->GetIsDir();
162 GetEntry()->GetSpecifics().has_encrypted()) {
166 ServerNameToSyncAPIName(GetEntry()->GetNonUniqueName(),
175 return dir->HasChildren(trans, GetEntry()
[all...]
H A Dsync_backup_manager_unittest.cc126 EXPECT_FALSE(pref.GetEntry()->GetId().ServerKnows());
127 EXPECT_TRUE(pref.GetEntry()->GetIsUnsynced());
138 EXPECT_TRUE(pref.GetEntry()->GetId().ServerKnows());
139 EXPECT_FALSE(pref.GetEntry()->GetIsUnsynced());
160 EXPECT_TRUE(pref.GetEntry()->GetId().ServerKnows());
161 EXPECT_FALSE(pref.GetEntry()->GetIsUnsynced());
H A Dwrite_node.cc156 const sync_pb::EntitySpecifics& old_specifics = GetEntry()->GetSpecifics();
339 syncable::Id parent_id = parent.GetEntry()->GetId();
378 syncable::Id parent_id = parent.GetEntry()->GetId();
459 syncable::Id new_parent_id = new_parent.GetEntry()->GetId();
465 (predecessor && (old == predecessor->GetEntry()->GetId()))) {
481 const syncable::Entry* WriteNode::GetEntry() const { function in class:syncer::WriteNode
509 predecessor->GetEntry()->GetId() : syncable::Id();
/external/lldb/source/DataFormatters/
H A DLibCxxMap.cpp83 GetEntry () function in class:MapEntry
116 return m_entry.GetEntry();
125 return m_entry.GetEntry();
129 return m_entry.GetEntry();
144 return m_entry.GetEntry();
150 m_entry.SetEntry(increment(m_entry.GetEntry()));
169 x.SetEntry(left.GetEntry());
175 return x.GetEntry();
190 x.SetEntry(right.GetEntry());
196 return x.GetEntry();
[all...]
H A DFormatCache.cpp118 FormatCache::GetEntry (const ConstString& type) function in class:FormatCache
132 auto entry = GetEntry(type);
152 auto entry = GetEntry(type);
172 GetEntry(type).SetSummary(summary_sp);
179 GetEntry(type).SetSynthetic(synthetic_sp);
H A DLibCxxList.cpp67 GetEntry () function in class:ListEntry
100 return m_entry.GetEntry();
107 return m_entry.GetEntry();
111 return m_entry.GetEntry();
120 return m_entry.GetEntry();
/external/openfst/src/script/
H A Dweight-class.cc34 StrToWeightImplBaseT stw = reg->GetEntry(weight_type);
/external/chromium_org/content/browser/android/
H A Dsystem_ui_resource_manager_impl.cc134 GetEntry(type);
139 return GetEntry(type)->GetUIResourceId();
142 SystemUIResourceManagerImpl::Entry* SystemUIResourceManagerImpl::GetEntry( function in class:content::SystemUIResourceManagerImpl
155 DCHECK(GetEntry(type)->bitmap().empty());
176 GetEntry(type)->SetBitmap(*bitmap_holder);
H A Dsystem_ui_resource_manager_impl.h41 Entry* GetEntry(ResourceType type);
/external/openfst/src/include/fst/script/
H A Dregister.h57 return this->GetEntry(arc_type).reader;
61 return this->GetEntry(arc_type).creator;
65 return this->GetEntry(arc_type).converter;
/external/chromium_org/chromeos/dbus/
H A Dmock_shill_profile_client.h34 MOCK_METHOD4(GetEntry, void(
H A Dshill_profile_client.cc45 virtual void GetEntry(const dbus::ObjectPath& profile_path,
106 void ShillProfileClientImpl::GetEntry( function in class:chromeos::__anon6142::ShillProfileClientImpl
H A Dshill_profile_client.h116 // Calls GetEntry method.
118 virtual void GetEntry(const dbus::ObjectPath& profile_path,
/external/chromium_org/sync/internal_api/public/
H A Dread_node.h53 virtual const syncable::Entry* GetEntry() const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_cache.cc107 FileError error = storage_->GetEntry(id, &entry);
126 FileError error = storage_->GetEntry(id, &entry);
143 FileError error = storage_->GetEntry(id, &entry);
196 FileError error = storage_->GetEntry(id, &entry);
209 FileError error = storage_->GetEntry(id, &entry);
238 FileError error = storage_->GetEntry(id, &entry);
271 FileError error = storage_->GetEntry(id, &entry);
307 FileError error = storage_->GetEntry(id, &entry);
330 FileError error = storage_->GetEntry(id, &entry);
357 FileError error = storage_->GetEntry(i
[all...]
H A Dresource_metadata.cc126 FileError error = storage_->GetEntry(util::kDriveGrandRootLocalId, &entry);
149 error = storage_->GetEntry(util::kDriveOtherDirLocalId, &entry);
172 error = storage_->GetEntry(util::kDriveTrashDirLocalId, &entry);
234 FileError error = storage_->GetEntry(entry.parent_local_id(), &parent);
246 error = storage_->GetEntry(local_id, &existing_entry);
281 FileError error = storage_->GetEntry(id, &entry);
294 return storage_->GetEntry(id, out_entry);
344 error = storage_->GetEntry(children[i], &entries[i]);
359 FileError error = storage_->GetEntry(entry.local_id(), &old_entry);
388 error = storage_->GetEntry(entr
[all...]
H A Dfile_cache_unittest.cc160 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id_tmp, &entry));
164 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id_pinned, &entry));
242 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id, &entry));
259 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id, &entry));
286 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id, &entry));
292 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id, &entry));
298 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id, &entry));
308 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id_non_present, &entry));
314 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(id_non_present, &entry));
365 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->GetEntry(i
[all...]
H A Dresource_metadata_storage_unittest.cc88 EXPECT_EQ(FILE_ERROR_NOT_FOUND, storage_->GetEntry(key1, &result));
96 EXPECT_EQ(FILE_ERROR_OK, storage_->GetEntry(key1, &result));
99 EXPECT_EQ(FILE_ERROR_NOT_FOUND, storage_->GetEntry(key2, &result));
110 EXPECT_EQ(FILE_ERROR_OK, storage_->GetEntry(key2, &result));
122 EXPECT_EQ(FILE_ERROR_OK, storage_->GetEntry(key3, &result));
137 EXPECT_EQ(FILE_ERROR_NOT_FOUND, storage_->GetEntry(key3, &result));
139 EXPECT_EQ(FILE_ERROR_NOT_FOUND, storage_->GetEntry(key2, &result));
141 EXPECT_EQ(FILE_ERROR_NOT_FOUND, storage_->GetEntry(key1, &result));
272 EXPECT_EQ(FILE_ERROR_OK, storage_->GetEntry(parent_id1, &result));
274 EXPECT_EQ(FILE_ERROR_OK, storage_->GetEntry(child_id
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dregister.h59 return GetEntry(type).reader;
63 return GetEntry(type).converter;
86 Entry GetEntry(const string &type) const { function in class:fst::FstRegister
94 LOG(ERROR) << "FstRegister::GetEntry: " << dlerror();
101 LOG(ERROR) << "FstRegister::GetEntry: " << dlerror();
/external/openfst/src/include/fst/
H A Dregister.h65 return this->GetEntry(type).reader;
69 return this->GetEntry(type).converter;
/external/chromium_org/chromeos/network/
H A Dmanaged_network_configuration_handler_unittest.cc114 void GetEntry(const dbus::ObjectPath& profile_path, function in class:chromeos::__anon6171::ShillProfileTestClient
202 ON_CALL(*mock_profile_client_, GetEntry(_,_,_,_))
204 &ShillProfileTestClient::GetEntry));
406 GetEntry(dbus::ObjectPath(kUser1ProfilePath), _, _, _)).Times(2);
441 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "some_entry_path", _, _));
462 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
495 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
531 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
560 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "entry_path", _, _));
594 GetEntry(dbu
[all...]
/external/lldb/include/lldb/DataFormatters/
H A DFormatCache.h70 GetEntry (const ConstString& type);
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
H A Dpeer_channel.cc104 other.GetEntry());
109 std::string ChannelMember::GetEntry() const { function in class:ChannelMember
365 std::string response(member.GetEntry());
369 response += (*i)->GetEntry();
H A Dpeer_channel.h59 std::string GetEntry() const;
/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache.cc156 const Entry* entry = GetEntry(id);
172 const Entry* entry = GetEntry(id);
177 const Entry* entry = GetEntry(id);
315 const Entry* entry = GetEntry(id);

Completed in 5260 milliseconds

1234