Searched refs:Directory (Results 1 - 25 of 156) sorted by relevance

1234567

/external/chromium_org/sync/internal_api/public/
H A Duser_share.h17 class Directory;
28 // The Directory itself, which is the parent of Transactions.
29 scoped_ptr<syncable::Directory> directory;
H A Dbase_transaction.h17 class Directory;
25 // whose construction requires an explicit syncable::Directory, a sync
37 syncable::Directory* GetDirectory() const {
/external/chromium_org/sync/syncable/
H A Dinvalid_directory_backing_store.cc18 Directory::MetahandlesMap* handles_map,
20 Directory::KernelLoadInfo* kernel_load_info) {
H A Dscoped_kernel_lock.cc12 ScopedKernelLock::ScopedKernelLock(const Directory* dir)
13 : scoped_lock_(dir->kernel_->mutex), dir_(const_cast<Directory*>(dir)) {
H A Dscoped_kernel_lock.h14 class Directory;
18 explicit ScopedKernelLock(const Directory* dir);
22 Directory* const dir_;
H A Don_disk_directory_backing_store.h24 Directory::MetahandlesMap* handles_map,
26 Directory::KernelLoadInfo* kernel_load_info) OVERRIDE;
31 Directory::MetahandlesMap* handles_map,
33 Directory::KernelLoadInfo* kernel_load_info);
H A Dinvalid_directory_backing_store.h21 Directory::MetahandlesMap* handles_map,
23 Directory::KernelLoadInfo* kernel_load_info) OVERRIDE;
H A Ddeferred_on_disk_directory_backing_store.h27 Directory::MetahandlesMap* handles_map,
29 Directory::KernelLoadInfo* kernel_load_info) OVERRIDE;
30 virtual bool SaveChanges(const Directory::SaveChangesSnapshot& snapshot)
H A Dsyncable_base_transaction.h15 class Directory;
38 Directory* directory() const;
46 // bool and calls the Directory to handle the unrecoverable error.
56 Directory* directory);
70 Directory* const directory_;
H A Dsyncable_base_write_transaction.cc14 Directory* directory)
H A Dsyncable_read_transaction.cc11 Directory* directory)
H A Din_memory_directory_backing_store.h28 Directory::MetahandlesMap* handles_map,
30 Directory::KernelLoadInfo* kernel_load_info) OVERRIDE;
H A Din_memory_directory_backing_store.cc17 Directory::MetahandlesMap* handles_map,
19 Directory::KernelLoadInfo* kernel_load_info) {
H A Don_disk_directory_backing_store.cc38 Directory::MetahandlesMap* handles_map,
40 Directory::KernelLoadInfo* kernel_load_info) {
66 Directory::MetahandlesMap* handles_map,
68 Directory::KernelLoadInfo* kernel_load_info) {
/external/llvm/utils/
H A Dfindsym.pl12 my $Directory = $ARGV[0];
17 opendir DIR,$Directory;
26 "nm $Directory/$lib | grep '$Symbol' | sort --key=3 | uniq |";
/external/chromium_org/sync/engine/
H A Ddirectory_commit_contributor.h18 class Directory;
23 // This class represents the syncable::Directory as a source of items to commit
27 // syncable::Directory. When asked, it will iterate through the directory, grab
32 DirectoryCommitContributor(syncable::Directory* dir,
41 syncable::Directory* dir_;
H A Dprocess_updates_util.h24 class Directory;
33 syncable::Directory* dir,
42 void ExpireEntriesByVersion(syncable::Directory* dir,
H A Dapply_control_data_updates.h15 class Directory;
20 SYNC_EXPORT_PRIVATE void ApplyControlDataUpdates(syncable::Directory* dir);
H A Dget_commit_ids.cc37 const syncable::Directory::Metahandles& unsynced_handles,
57 syncable::Directory::Metahandles* out) {
58 syncable::Directory* dir = trans->directory();
63 syncable::Directory::Metahandles all_unsynced_handles;
194 const syncable::Directory::Metahandles& unsynced_handles,
196 for (syncable::Directory::Metahandles::const_iterator iter =
221 syncable::Directory::Metahandles* out);
236 syncable::Directory::Metahandles* result) const;
240 syncable::Directory::Metahandles* result) const;
245 syncable::Directory
[all...]
H A Dcommit_contributor.h18 class Directory;
H A Ddirectory_commit_contribution.h27 class Directory;
31 // have been selected from the syncable Directory and prepared for commit.
49 syncable::Directory* dir,
88 syncable::Directory* directory,
93 syncable::Directory* dir_;
H A Ddirectory_commit_contributor.cc13 syncable::Directory* dir,
/external/clang/include/clang/Tooling/
H A DCompilationDatabase.h45 CompileCommand(Twine Directory, std::vector<std::string> CommandLine) argument
46 : Directory(Directory.str()), CommandLine(std::move(CommandLine)) {}
49 std::string Directory; member in struct:clang::tooling::CompileCommand
145 virtual CompilationDatabase *loadFromDirectory(StringRef Directory,
179 /// \param Directory The base directory used in the FixedCompilationDatabase.
182 Twine Directory = ".");
186 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine);
/external/chromium_org/sync/test/engine/
H A Dtest_directory_setter_upper.h6 // syncable::Directory instance for unit tests that require one.
45 class Directory;
55 // Create a Directory instance open it.
58 // Create a Directory instance using |directory_store| as backend storage.
68 syncable::Directory* directory() { return directory_.get(); }
84 scoped_ptr<syncable::Directory> directory_;
/external/chromium_org/sync/test/
H A Dtest_directory_backing_store.cc25 Directory::MetahandlesMap* handles_map,
27 Directory::KernelLoadInfo* kernel_load_info) {

Completed in 247 milliseconds

1234567