HomeSort by relevance Sort by last modified time
    Searched refs:src_file (Results 1 - 24 of 24) sorted by null

  /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 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/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,
radeon_compiler_util.c 313 rc_register_file src_file,
320 if (src_file != dst_file || src_idx != dst_idx) {
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_make.py 162 src_file = FindFile(src_name, root, search_dirs)
163 if not src_file:
167 if os.stat(src_file).st_mtime <= os.stat(dst_file).st_mtime:
169 src_file, dst_file))
174 buildbot_common.CopyFile(src_file, dst_file)
build_sdk.py 320 src_file = dest_file = file_spec
322 src_file, dest_file = file_spec
324 src_file = os.path.join(src_root, src_file)
327 sources = glob.glob(src_file)
329 sources = [src_file]
  /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/webkit/browser/fileapi/
file_system_operation_impl_unittest.cc 343 FileSystemURL src_file(CreateFile("src/file"));
346 operation_runner()->Move(src_file, dest_dir, RecordStatusCallback());
363 FileSystemURL src_file(CreateFile("src"));
366 operation_runner()->Move(src_file, dest_file, RecordStatusCallback());
379 FileSystemURL src_file(CreateFile("src"));
381 operation_runner()->Move(src_file, URLForPath("new"), RecordStatusCallback());
490 FileSystemURL src_file(CreateFile("src"));
493 operation_runner()->Copy(src_file, dest_dir, RecordStatusCallback());
512 FileSystemURL src_file(CreateFile("src/file"));
514 operation_runner()->Truncate(src_file, 6, RecordStatusCallback())
    [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 205 src_file = open(source[0].abspath, 'r')
206 src_json = json.load(src_file)
207 src_file.close()
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache_unittest.cc 883 base::FilePath src_file; local
884 ASSERT_TRUE(file_util::CreateTemporaryFileInDir(temp_dir_.path(), &src_file));
889 cache_->Store(resource_id_tmp, md5_tmp, src_file,
    [all...]

Completed in 894 milliseconds