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

1 2 3

  /external/chromium_org/sync/internal_api/
base_node.cc 48 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()->GetId())
    [all...]
sync_backup_manager_unittest.cc 121 EXPECT_FALSE(pref.GetEntry()->GetId().ServerKnows());
122 EXPECT_TRUE(pref.GetEntry()->GetIsUnsynced());
133 EXPECT_TRUE(pref.GetEntry()->GetId().ServerKnows());
134 EXPECT_FALSE(pref.GetEntry()->GetIsUnsynced());
146 EXPECT_TRUE(pref.GetEntry()->GetId().ServerKnows());
147 EXPECT_FALSE(pref.GetEntry()->GetIsUnsynced());
write_node.cc 156 const sync_pb::EntitySpecifics& old_specifics = GetEntry()->GetSpecifics();
339 syncable::Id parent_id = parent.GetEntry()->GetId();
378 syncable::Id parent_id = parent.GetEntry()->GetId();
450 syncable::Id new_parent_id = new_parent.GetEntry()->GetId();
456 (predecessor && (old == predecessor->GetEntry()->GetId()))) {
472 const syncable::Entry* WriteNode::GetEntry() const {
500 predecessor->GetEntry()->GetId() : syncable::Id();
  /external/lldb/source/DataFormatters/
LibCxxMap.cpp 83 GetEntry ()
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...]
FormatCache.cpp 118 FormatCache::GetEntry (const ConstString& type)
132 auto entry = GetEntry(type);
152 auto entry = GetEntry(type);
172 GetEntry(type).SetSummary(summary_sp);
179 GetEntry(type).SetSynthetic(synthetic_sp);
LibCxxList.cpp 67 GetEntry ()
100 return m_entry.GetEntry();
107 return m_entry.GetEntry();
111 return m_entry.GetEntry();
120 return m_entry.GetEntry();
  /external/chromium_org/sync/internal_api/public/
read_node.h 53 virtual const syncable::Entry* GetEntry() const OVERRIDE;
base_node.h 208 virtual const syncable::Entry* GetEntry() const = 0;
write_node.h 181 virtual const syncable::Entry* GetEntry() const OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache_unittest.cc 160 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(id, &entry))
    [all...]
file_cache.cc 107 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(id, &entry)
    [all...]
resource_metadata.cc 126 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(entry.parent_local_id(), &new_parent)
    [all...]
resource_metadata_storage_unittest.cc 88 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));
273 EXPECT_EQ(FILE_ERROR_OK, storage_->GetEntry(parent_id1, &result));
275 EXPECT_EQ(FILE_ERROR_OK, storage_->GetEntry(child_id1, &result))
    [all...]
resource_metadata_storage.h 115 FileError GetEntry(const std::string& id, ResourceEntry* out_entry);
  /external/chromium_org/chromeos/dbus/
mock_shill_profile_client.h 34 MOCK_METHOD4(GetEntry, void(
shill_profile_client.h 116 // Calls GetEntry method.
118 virtual void GetEntry(const dbus::ObjectPath& profile_path,
shill_profile_client.cc 45 virtual void GetEntry(const dbus::ObjectPath& profile_path,
106 void ShillProfileClientImpl::GetEntry(
fake_shill_profile_client.h 38 virtual void GetEntry(const dbus::ObjectPath& profile_path,
  /external/chromium_org/chromeos/network/
managed_network_configuration_handler_unittest.cc 114 void GetEntry(const dbus::ObjectPath& profile_path,
178 ON_CALL(*mock_profile_client_, GetEntry(_,_,_,_))
180 &ShillProfileTestClient::GetEntry));
347 GetEntry(dbus::ObjectPath(kUser1ProfilePath), _, _, _)).Times(2);
382 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "some_entry_path", _, _));
403 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
436 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
472 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
501 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "entry_path", _, _));
535 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _))
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
register.h 59 return GetEntry(type).reader;
63 return GetEntry(type).converter;
86 Entry GetEntry(const string &type) const {
94 LOG(ERROR) << "FstRegister::GetEntry: " << dlerror();
101 LOG(ERROR) << "FstRegister::GetEntry: " << dlerror();
  /external/lldb/include/lldb/DataFormatters/
FormatCache.h 70 GetEntry (const ConstString& type);
  /external/chromium_org/third_party/libjingle/source/talk/base/
diskcache.cc 173 const Entry* entry = GetEntry(id);
189 const Entry* entry = GetEntry(id);
194 const Entry* entry = GetEntry(id);
332 const Entry* entry = GetEntry(id);
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
peer_channel.cc 99 other.GetEntry());
104 std::string ChannelMember::GetEntry() const {
360 std::string response(member.GetEntry());
364 response += (*i)->GetEntry();
peer_channel.h 59 std::string GetEntry() const;
  /external/chromium_org/third_party/webrtc/base/
diskcache.cc 156 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 285 milliseconds

1 2 3