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

1234567

/external/chromium_org/sync/internal_api/public/
H A Duser_share.h16 class Directory;
27 // The Directory itself, which is the parent of Transactions.
28 scoped_ptr<syncable::Directory> directory;
H A Dbase_transaction.h17 class Directory;
25 // whose construction requires an explicit syncable::Directory, a sync
34 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 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 Ddirectory.cc34 const base::FilePath::CharType Directory::kSyncDatabaseFilename[] =
37 Directory::PersistedKernelInfo::PersistedKernelInfo()
47 Directory::PersistedKernelInfo::~PersistedKernelInfo() {}
49 void Directory::PersistedKernelInfo::reset_download_progress(
57 Directory::SaveChangesSnapshot::SaveChangesSnapshot()
61 Directory::SaveChangesSnapshot::~SaveChangesSnapshot() {
66 Directory::Kernel::Kernel(
72 info_status(Directory::KERNEL_SHARE_INFO_VALID),
82 Directory::Kernel::~Kernel() {
87 Directory function in class:syncer::syncable::Directory
[all...]
/external/chromium_org/sync/engine/
H A Dsync_directory_commit_contributor.h17 class Directory;
20 // This class represents the syncable::Directory as a source of items to commit
24 // syncable::Directory. When asked, it will iterate through the directory, grab
29 SyncDirectoryCommitContributor(syncable::Directory* dir, ModelType type);
35 syncable::Directory* dir_;
H A Dapply_control_data_updates.h15 class Directory;
20 SYNC_EXPORT_PRIVATE void ApplyControlDataUpdates(syncable::Directory* dir);
H A Dsync_directory_commit_contribution.h24 class Directory;
28 // have been selected from the syncable Directory and prepared for commit.
45 syncable::Directory* dir,
82 syncable::Directory* directory);
86 syncable::Directory* dir_;
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_mock.cc14 Directory *directory)
H A Dsyncable_mock.h15 using syncable::Directory;
18 class MockDirectory : public Directory {
33 explicit MockSyncableWriteTransaction(Directory *directory);
/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/clang/include/clang/Tooling/
H A DCompilationDatabase.h45 CompileCommand(Twine Directory, ArrayRef<std::string> CommandLine) argument
46 : Directory(Directory.str()), CommandLine(CommandLine) {}
49 std::string Directory; member in struct:clang::tooling::CompileCommand
131 virtual CompilationDatabase *loadFromDirectory(StringRef Directory,
165 /// \param Directory The base directory used in the FixedCompilationDatabase.
168 Twine Directory = ".");
172 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_;
H A Dtest_syncable_utils.h19 class Directory;
42 syncable::Directory *dir,
/external/clang/lib/Tooling/
H A DCompilationDatabase.cpp49 findCompilationDatabaseFromDirectory(StringRef Directory, argument
53 while (!Directory.empty()) {
57 CompilationDatabase::loadFromDirectory(Directory, LoadErrorMessage))
61 ErrorStream << "No compilation database found in " << Directory.str()
66 Directory = llvm::sys::path::parent_path(Directory);
76 StringRef Directory = llvm::sys::path::parent_path(AbsolutePath); local
78 CompilationDatabase *DB = findCompilationDatabaseFromDirectory(Directory,
106 Twine Directory) {
112 return new FixedCompilationDatabase(Directory, CommandLin
104 loadFromCommandLine(int &Argc, const char **Argv, Twine Directory) argument
116 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) argument
[all...]
/external/chromium_org/sync/test/
H A Dtest_directory_backing_store.cc25 Directory::MetahandlesMap* handles_map,
27 Directory::KernelLoadInfo* kernel_load_info) {
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi_mock.h19 explicit MockWriteTransaction(Directory* directory)

Completed in 292 milliseconds

1234567