/external/chromium_org/courgette/ |
versioning_unittest.cc | 15 void TestApplyingOldPatch(const char* src_file, 20 void VersioningTest::TestApplyingOldPatch(const char* src_file, 23 std::string old_buffer = FileContents(src_file);
|
/external/chromium_org/tools/gyp/test/make/ |
gyptest-noload.py | 39 with open('relocate/noload/main.c', 'a') as src_file: 40 src_file.write("\n")
|
/external/chromium_org/remoting/host/installer/ |
build-installer-archive.py | 74 def remapSrcFile(dst_root, src_roots, src_file): 77 Any matching |src_roots| prefix is stripped from |src_file| before 83 src_file = 'host/installer/mac/Scripts/keystone_install.sh' 87 The |src_file| must match one of the |src_roots| prefixes. If there are no 96 src_roots: Array of path prefixes which will be stripped of |src_file| 98 src_file: Source file to be copied. 106 src_file = os.path.normpath(src_file) 107 if os.path.commonprefix([root, src_file]) == root: 108 src_file = os.path.relpath(src_file, root [all...] |
/external/chromium_org/chrome/test/chromedriver/chrome/ |
zip.cc | 98 bool Unzip(const base::FilePath& src_file, const base::FilePath& dest_dir) { 100 if (!reader.Open(src_file)) { 101 DLOG(WARNING) << "Failed to open " << src_file.value();
|
/external/chromium_org/third_party/zlib/google/ |
zip.cc | 118 bool Unzip(const base::FilePath& src_file, const base::FilePath& dest_dir) { 120 if (!reader.Open(src_file)) { 121 DLOG(WARNING) << "Failed to open " << src_file.value();
|
/external/chromium_org/build/android/gyp/ |
process_resources.py | 74 src_file = os.path.join(src_dir, src_file_name) 77 shutil.move(src_file, dst_file)
|
/external/chromium_org/tools/protoc_wrapper/ |
protoc_wrapper.py | 51 with open(os.path.join(path, filename), 'r') as src_file: 53 for line in src_file:
|
/external/valgrind/main/cachegrind/ |
cg_annotate.in | 656 my $src_file = $_[0]; 662 @ Source file '$src_file' is more recent than input file '$input_file'. 675 my ($src_more_recent_than_inputfile, $src_file, $excess_line_nums) = @_; 680 @@ cause: '$src_file' has changed since information was gathered. 686 } elsif ($src_file =~ /\.h$/) { 703 @@ Information recorded about lines past the end of '$src_file'. 733 foreach my $src_file (keys %all_ann_files) { 740 my $try_name = $include_dir . $src_file; 744 ? $src_file 745 : "$include_dir + $src_file"); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_compiler_util.h | 51 rc_register_file src_file,
|
radeon_compiler_util.c | 313 rc_register_file src_file, 320 if (src_file != dst_file || src_idx != dst_idx) {
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_compiler_util.h | 51 rc_register_file src_file,
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
generate_make.py | 170 src_file = FindFile(src_name, root, search_dirs) 171 if not src_file: 175 if os.stat(src_file).st_mtime <= os.stat(dst_file).st_mtime: 177 src_file, dst_file)) 182 buildbot_common.CopyFile(src_file, dst_file)
|
build_sdk.py | 326 src_file = dest_file = file_spec 328 src_file, dest_file = file_spec 330 src_file = os.path.join(src_root, src_file) 333 sources = glob.glob(src_file) 335 sources = [src_file] [all...] |
/external/chromium_org/native_client_sdk/src/tools/ |
oshelpers.py | 369 for src_file in globbed_src_args: 370 src_file = os.path.normpath(src_file) 371 src_files.append(src_file) 372 if options.recursive and os.path.isdir(src_file): 373 for root, dirs, files in os.walk(src_file): 388 new_files_to_add = [OSMakeZipPath(src_file) for src_file in src_files]
|
/external/valgrind/main/callgrind/ |
callgrind_annotate.in | 974 my $src_file = $_[0]; 980 @ Source file '$src_file' is more recent than input file '$input_file'. 993 my ($src_more_recent_than_inputfile, $src_file, $excess_line_nums) = @_; 998 @@ cause: '$src_file' has changed since information was gathered. 1004 } elsif ($src_file =~ /\.h$/) { [all...] |
/external/chromium/chrome/common/ |
zip.cc | 159 bool Unzip(const FilePath& src_file, const FilePath& dest_dir) { 167 std::string src_file_str = src_file.value(); 170 std::string src_file_str = WideToUTF8(src_file.value());
|
/external/chromium_org/content/browser/fileapi/ |
recursive_operation_delegate_unittest.cc | 183 FileSystemURL src_file(CreateFile("src")); 189 context->file_system_context(), src_file, 200 EXPECT_EQ(src_file, entry.url);
|
file_system_operation_impl_unittest.cc | 350 FileSystemURL src_file(CreateFile("src/file")); 353 operation_runner()->Move(src_file, dest_dir, 373 FileSystemURL src_file(CreateFile("src")); 376 operation_runner()->Move(src_file, dest_file, 391 FileSystemURL src_file(CreateFile("src")); 393 operation_runner()->Move(src_file, URLForPath("new"), 520 FileSystemURL src_file(CreateFile("src")); 523 operation_runner()->Copy(src_file, dest_dir, 547 FileSystemURL src_file(CreateFile("src/file")); 549 operation_runner()->Truncate(src_file, 6, RecordStatusCallback()) [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_cache_unittest.cc | 822 base::FilePath src_file; local 823 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir_.path(), &src_file)); 834 it->first, it->second, src_file, FileCache::FILE_OPERATION_COPY)); 847 base::FilePath src_file; local 848 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir_.path(), &src_file)); 853 cache_->Store(id_tmp, md5_tmp, src_file, 861 cache_->Store(id_pinned, md5_pinned, src_file, 978 base::FilePath src_file; local [all...] |
/external/jpeg/ |
wrjpgcom.c | 538 FILE * src_file; local 545 src_file = (comment_file != NULL ? comment_file : stdin); 546 while ((c = getc(src_file)) != EOF) {
|
/external/qemu/distrib/jpeg-6b/ |
wrjpgcom.c | 538 FILE * src_file; local 545 src_file = (comment_file != NULL ? comment_file : stdin); 546 while ((c = getc(src_file)) != EOF) {
|
/external/chromium_org/chrome/tools/build/win/ |
resedit.py | 312 for res_type, res_lang, res_name, src_file in options.update: 313 editor.UpdateResource(res_type, int(res_lang), res_name, src_file)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_shutil.py | 605 self.src_file = os.path.join(self.src_dir, filename) 616 with open(self.src_file, "wb") as f: 643 self._check_move_file(self.src_file, self.dst_file, self.dst_file) 647 self._check_move_file(self.src_file, self.dst_dir, self.dst_file) 654 self._check_move_file(self.src_file, self.file_other_fs, 662 self._check_move_file(self.src_file, self.dir_other_fs, 707 self.assertRaises(shutil.Error, shutil.move, self.src_file, self.dst_dir)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_shutil.py | 605 self.src_file = os.path.join(self.src_dir, filename) 616 with open(self.src_file, "wb") as f: 643 self._check_move_file(self.src_file, self.dst_file, self.dst_file) 647 self._check_move_file(self.src_file, self.dst_dir, self.dst_file) 654 self._check_move_file(self.src_file, self.file_other_fs, 662 self._check_move_file(self.src_file, self.dir_other_fs, 707 self.assertRaises(shutil.Error, shutil.move, self.src_file, self.dst_dir)
|
/external/chromium_org/ppapi/native_client/ |
chrome_main.scons | 201 src_file = open(source[0].abspath, 'r') 202 src_json = json.load(src_file) 203 src_file.close()
|