Home
last modified time | relevance | path

Searched refs:src_file (Results 1 – 22 of 22) sorted by relevance

/external/snakeyaml/
Dpatch-android-src30 src_file="$2"
42 if ! [[ $src_file == $src_file_prefix* ]]; then
43 echo "$src_file_prefix is not a valid prefix of $src_file" >&2
47 if ! [[ -f $src_file ]]; then
48 echo "Source file $src_file does not exist." >&2
53 src_file="${src_file#$src_file_prefix}"
55 patch_file_src=$(grep --files-with-matches -R "diff --git a/$src_file" "$ANDROID_PATCHES_DIR")
57 echo "Error: Could not find a corresponding .patch file for $src_file" >&2
75 if [[ $src_file != $src_file_check ]]; then
76 echo "Check-fail: $src_file was not same as found in patch file ($src_file_check)" >&2
/external/vulkan-validation-layers/build-android/
Dbuild.py29 src_file = os.path.join(src_dir, file_name)
32 print('Copying {} to {}...'.format(src_file, dst_file))
33 if os.path.isdir(src_file):
34 _install_dir(src_file, dst_file)
35 elif os.path.islink(src_file):
36 _install_symlink(src_file, dst_file)
38 _install_file(src_file, dst_file)
48 def _install_symlink(src_file, dst_file): argument
52 link_target = os.readlink(src_file)
56 def _install_file(src_file, dst_file): argument
[all …]
/external/valgrind/callgrind/
Dcallgrind_annotate.in985 my $src_file = $_[0];
991 @ Source file '$src_file' is more recent than input file '$input_file'.
1004 my ($src_more_recent_than_inputfile, $src_file, $excess_line_nums) = @_;
1009 @@ cause: '$src_file' has changed since information was gathered.
1015 } elsif ($src_file =~ /\.h$/) {
1032 @@ Information recorded about lines past the end of '$src_file'.
1062 foreach my $src_file (keys %all_ann_files) {
1067 my $try_name = $include_dir . $src_file;
1071 ? $src_file
1072 : "$include_dir + $src_file");
[all …]
/external/python/cpython2/Tools/ssl/
Dtest_multiple_versions.py63 self.src_file = os.path.join(destdir, "src",
104 return os.path.isfile(self.src_file)
122 src_dir = os.path.dirname(self.src_file)
130 log.info("Storing {}".format(self.src_file))
131 with open(self.src_file, "wb") as f:
141 tf = tarfile.open(self.src_file)
171 log.debug("Already has src {}".format(self.src_file))
/external/valgrind/cachegrind/
Dcg_annotate.in656 my $src_file = $_[0];
675 my ($src_more_recent_than_inputfile, $src_file, $excess_line_nums) = @_;
686 } elsif ($src_file =~ /\.h$/) {
703 @@ Information recorded about lines past the end of '$src_file'.
769 my $src_file_CCs = $allCCs{$src_file};
771 print(" No information has been collected for $src_file\n\n");
784 warning_on_src_more_recent_than_inputfile($src_file);
852 $src_file, \@line_nums);
860 print(" <counts for unidentified lines in $src_file>\n\n");
/external/clang/tools/scan-build-py/tests/functional/cases/
Dtest_from_cmd.py84 src_file = os.path.join(target_dir, src_file_name)
86 create_empty_file(src_file)
87 command = ' '.join([compiler, '-c', src_file, '-o', obj_file])
/external/protobuf/objectivec/DevTools/
Dpddm.py661 src_file = SourceFile(f, _ImportResolver)
664 src_file.ProcessContent(strip_expansion=opts.collapse)
670 if src_file.processed_content != src_file.original_content:
674 f.write(src_file.processed_content)
/external/autotest/client/common_lib/cros/
Davahi_utils.py25 def avahi_config(options, src_file='/etc/avahi/avahi-daemon.conf', host=None): argument
42 existing_config = run('cat %s 2> /dev/null' % src_file).stdout
/external/clang/tools/scan-build-py/libear/
D__init__.py171 src_file = 'check.c'
172 with open(os.path.join(work_dir, src_file), 'w') as handle:
175 execute([self.ctx.compiler, src_file] + self.ctx.c_flags,
/external/toolchain-utils/cros_utils/
Dlogger.py86 src_file = '%s.%s' % (os.path.basename(suffixed_basename), extension)
90 os.symlink(src_file, dest_file)
252 src_file = '%s.%s' % (os.path.basename(suffixed_basename), extension)
254 print('MockLogger: Calling os.symlink(%s, %s)' % (src_file, dest_file))
/external/libjpeg-turbo/
Dwrjpgcom.c547 FILE *src_file; in main() local
554 src_file = (comment_file != NULL ? comment_file : stdin); in main()
555 while ((c = getc(src_file)) != EOF) { in main()
/external/toolchain-utils/fdo_scripts/
Ddivide_and_merge_profiles.py61 src_file = os.path.join(input_dir, f)
66 command = 'cp %s %s' % (src_file, dst_file)
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.h499 unsigned src_file, in tgsi_transform_kill_inst() argument
510 inst.Src[0].Register.File = src_file; in tgsi_transform_kill_inst()
526 unsigned src_file, in tgsi_transform_tex_inst() argument
543 inst.Src[0].Register.File = src_file; in tgsi_transform_tex_inst()
/external/python/cpython2/Lib/test/
Dtest_shutil.py666 self.src_file = os.path.join(self.src_dir, filename)
677 with open(self.src_file, "wb") as f:
704 self._check_move_file(self.src_file, self.dst_file, self.dst_file)
708 self._check_move_file(self.src_file, self.dst_dir, self.dst_file)
714 self._check_move_file(self.src_file, self.file_other_fs,
721 self._check_move_file(self.src_file, self.dir_other_fs,
773 self.assertRaises(shutil.Error, shutil.move, self.src_file, self.dst_dir)
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.h78 rc_register_file src_file,
Dradeon_compiler_util.c313 rc_register_file src_file, in rc_src_reads_dst_mask() argument
320 if (src_file != dst_file || src_idx != dst_idx) { in rc_src_reads_dst_mask()
/external/autotest/client/bin/
Dsite_sysinfo.py203 for src_file in self._get_all_files(src_dir):
204 self._copy_new_data_in_file(src_file, src_dir, dest_dir)
/external/compiler-rt/cmake/Modules/
DAddCompilerRT.cmake312 set(src_file "${CMAKE_CURRENT_SOURCE_DIR}/${file_name}") variable
315 DEPENDS ${src_file}
316 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src_file} ${dst_file}
/external/autotest/client/common_lib/
Dutils_unittest.py450 src_file = self.god.create_mock_class(file, "file")
454 .and_return(src_file))
456 utils.shutil.copyfileobj.expect_call(src_file, dest_file)
458 src_file.close.expect_call()
Dutils.py561 src_file = urlopen(url, data=data, timeout=timeout)
565 shutil.copyfileobj(src_file, dest_file)
569 src_file.close()
/external/chromium-trace/catapult/systrace/systrace/test_data/
Dprofile-chrome_systrace_perf_chrome_data1src_file": "../../components/scheduler/base/task_queue_impl.cc"}, "pid": 13931, "ts": 196489505302…
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c1552 const enum tgsi_file_type src_file = tgsi_inst->Src[0].Register.File; in ra_get_type() local
1554 if (dst_file == TGSI_FILE_ADDRESS || src_file == TGSI_FILE_ADDRESS) { in ra_get_type()
1557 else if (src_file == TGSI_FILE_IMMEDIATE && in ra_get_type()