Searched refs:changed_files (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_change_unittest.cc46 FileChange changed_files; local
47 changed_files.Update(
49 changed_files.Update(
51 changed_files.Update(
53 changed_files.Update(
56 ASSERT_EQ(3u, changed_files.size());
57 ASSERT_EQ(2u, changed_files.CountDirectory(change_dir));
H A Dchange_list_processor_unittest.cc135 FileChange* changed_files) {
145 *changed_files = processor.changed_files();
239 FileChange changed_files; local
241 ApplyChangeList(change_lists.Pass(), &changed_files));
250 EXPECT_EQ(2U, changed_files.size());
251 EXPECT_TRUE(changed_files.count(base::FilePath::FromUTF8Unsafe(
253 EXPECT_TRUE(changed_files.count(
274 FileChange changed_files; local
276 ApplyChangeList(change_lists.Pass(), &changed_files));
134 ApplyChangeList(ScopedVector<ChangeList> changes, FileChange* changed_files) argument
310 FileChange changed_files; local
343 FileChange changed_files; local
377 FileChange changed_files; local
426 FileChange changed_files; local
488 FileChange changed_files; local
593 FileChange changed_files; local
638 FileChange changed_files; local
[all...]
H A Dchange_list_loader_observer.h26 virtual void OnFileChanged(const FileChange& changed_files) {} argument
H A Dchange_list_loader_unittest.cc43 const FileChange& changed_files() const { return changed_files_; } function in class:drive::internal::TestChangeListLoaderObserver
54 virtual void OnFileChanged(const FileChange& changed_files) OVERRIDE {
55 changed_files_.Apply(changed_files);
233 EXPECT_TRUE(observer.changed_files().empty());
286 observer.changed_files().CountDirectory(util::GetDriveMyDriveRootPath()));
359 observer.changed_files().CountDirectory(util::GetDriveMyDriveRootPath()));
392 EXPECT_TRUE(observer.changed_files().empty());
398 observer.changed_files().CountDirectory(util::GetDriveMyDriveRootPath()));
H A Dchange_list_processor.h120 const FileChange& changed_files() const { return *changed_files_; } function in class:drive::internal::ChangeListProcessor
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dmove_operation.cc24 FileChange* changed_files,
41 changed_files->Update(src_path, entry, FileChange::DELETE);
63 changed_files->Update(dest_path, entry, FileChange::ADD_OR_UPDATE);
89 FileChange* changed_files = new FileChange; local
98 changed_files,
103 base::Owned(changed_files),
109 const FileChange* changed_files,
115 delegate_->OnFileChangedByOperation(*changed_files);
21 UpdateLocalState(internal::ResourceMetadata* metadata, const base::FilePath& src_path, const base::FilePath& dest_path, FileChange* changed_files, std::string* local_id) argument
107 MoveAfterUpdateLocalState( const FileOperationCallback& callback, const FileChange* changed_files, const std::string* local_id, FileError error) argument
H A Dcreate_directory_operation.cc25 FileChange* changed_files) {
55 DCHECK(changed_files);
56 changed_files->Update(
64 metadata, local_id, remaining_path, updated_local_ids, changed_files);
72 FileChange* changed_files) {
117 changed_files);
146 FileChange* changed_files(new FileChange);
156 changed_files),
162 base::Owned(changed_files)));
168 const FileChange* changed_files,
21 CreateDirectoryRecursively(internal::ResourceMetadata* metadata, const std::string& parent_local_id, const base::FilePath& relative_file_path, std::set<std::string>* updated_local_ids, FileChange* changed_files) argument
67 UpdateLocalState(internal::ResourceMetadata* metadata, const base::FilePath& directory_path, bool is_exclusive, bool is_recursive, std::set<std::string>* updated_local_ids, FileChange* changed_files) argument
165 CreateDirectoryAfterUpdateLocalState( const FileOperationCallback& callback, const std::set<std::string>* updated_local_ids, const FileChange* changed_files, FileError error) argument
[all...]
H A Doperation_delegate.h36 virtual void OnFileChangedByOperation(const FileChange& changed_files) {} argument
H A Dtouch_operation.cc96 FileChange changed_files; local
97 changed_files.Update(
104 delegate_->OnFileChangedByOperation(changed_files);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A Dconfirmdiff.py66 changed_files = self._tool.scm().changed_files(self._options.git_commit)
68 changed_files=changed_files)
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dentry_revert_performer.cc28 FileChange* changed_files) {
57 changed_files->Update(
62 changed_files->Update(original_path, entry, FileChange::DELETE);
79 changed_files->Update(new_path, entry, FileChange::ADD_OR_UPDATE);
152 FileChange* changed_files = new FileChange; local
161 changed_files),
165 base::Owned(changed_files)));
170 const FileChange* changed_files,
175 delegate_->OnFileChangedByOperation(*changed_files);
24 FinishRevert(ResourceMetadata* metadata, const std::string& local_id, google_apis::GDataErrorCode status, scoped_ptr<google_apis::FileResource> file_resource, FileChange* changed_files) argument
168 RevertEntryAfterFinishRevert( const FileOperationCallback& callback, const FileChange* changed_files, FileError error) argument
H A Dentry_update_performer.cc122 FileChange* changed_files) {
144 changed_files->Update(existing_entry_path, entry, FileChange::DELETE);
173 changed_files->Update(entry_path, entry, FileChange::ADD_OR_UPDATE);
378 FileChange* changed_files = new FileChange; local
387 changed_files),
391 base::Owned(changed_files)));
396 const FileChange* changed_files,
401 delegate_->OnFileChangedByOperation(*changed_files);
118 FinishUpdate(ResourceMetadata* metadata, FileCache* cache, const std::string& local_id, scoped_ptr<google_apis::FileResource> file_resource, FileChange* changed_files) argument
394 UpdateEntryAfterFinish( const FileOperationCallback& callback, const FileChange* changed_files, FileError error) argument
H A Dentry_revert_performer.h73 const FileChange* changed_files,
H A Dentry_update_performer.h82 const FileChange* changed_files,
/external/chromium_org/third_party/libjingle/source/talk/
H A DPRESUBMIT.py84 changed_files = []
86 changed_files.append(f.LocalPath())
87 bad_files = list(set(DO_NOT_SUBMIT_FILES) & set(changed_files))
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
H A Dcheck_chromevox.py63 def CheckChromeVox(changed_files=None):
64 if changed_files is not None:
66 (os.path.relpath(path) for path in changed_files))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dmain.py151 changed_files = paths if options.diff_files else None
152 patch = host.scm().create_patch(options.git_commit, changed_files=changed_files)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dsvn.py160 def changed_files(self, git_commit=None): member in class:SVN
189 def create_patch(self, git_commit=None, changed_files=None):
193 if changed_files == []:
195 elif changed_files == None:
196 changed_files = []
197 return self._run([self._filesystem.join(self.checkout_root, 'Tools', 'Scripts', 'svn-create-patch')] + changed_files,
H A Dgit.py162 def changed_files(self, git_commit=None): member in class:Git
165 # FIXME: I'm not sure we're returning the same set of files that SVN.changed_files is.
216 def create_patch(self, git_commit=None, changed_files=None):
230 if changed_files:
231 command += changed_files
H A Dscm_mock.py111 def changed_files(self): member in class:MockSCM
H A Dscm_unittest.py526 patch = self.scm.create_patch(changed_files=['test_file_commit2'])
533 patch_with_changed_files = self.scm.create_patch(changed_files=['test_file_commit1', 'test_file_commit2'])
592 files = self.scm.changed_files()
597 files = self.scm.changed_files('trunk..')
602 files = self.scm.changed_files('trunk....')
608 files = self.scm.changed_files(git_commit="HEAD^")
614 files = self.scm.changed_files(git_commit="HEAD~2..HEAD")
621 files = self.scm.changed_files(git_commit="HEAD....")
627 files = self.scm.changed_files()
634 files = self.scm.changed_files()
[all...]
/external/chromium_org/media/
H A DPRESUBMIT_test.py73 def __init__(self, changed_files):
74 self._changed_files = changed_files
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Dflakytests_unittest.py23 def changed_files(self): member in class:ChangedExpectationsMockSCM
/external/chromium_org/tools/findit/
H A Dmatch_set.py29 changed_files: The list of files that the CL changed.
53 self.changed_files = []
/external/clang/tools/clang-format/
H A Dgit-clang-format156 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
160 for filename in changed_files:
428 changed_files = run('git', 'diff-tree', '-r', '-z', '--name-only', old_tree,
431 unstaged_files = run('git', 'diff-files', '--name-status', *changed_files)
451 return changed_files

Completed in 416 milliseconds

12