Home
last modified time | relevance | path

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

/external/valgrind/main/callgrind/
Dcallgrind_annotate.in974 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$/) {
1021 @@ Information recorded about lines past the end of '$src_file'.
1051 foreach my $src_file (keys %all_ann_files) {
1056 my $try_name = $include_dir . $src_file;
1060 ? $src_file
1061 : "$include_dir + $src_file");
[all …]
/external/valgrind/main/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/qemu/distrib/jpeg-6b/
Dwrjpgcom.c538 FILE * src_file; in main() local
545 src_file = (comment_file != NULL ? comment_file : stdin); in main()
546 while ((c = getc(src_file)) != EOF) { in main()
/external/chromium/chrome/common/
Dzip.cc159 bool Unzip(const FilePath& src_file, const FilePath& dest_dir) { in Unzip() argument
167 std::string src_file_str = src_file.value(); in Unzip()
170 std::string src_file_str = WideToUTF8(src_file.value()); in Unzip()
/external/jpeg/
Dwrjpgcom.c538 FILE * src_file; in main() local
545 src_file = (comment_file != NULL ? comment_file : stdin); in main()
546 while ((c = getc(src_file)) != EOF) { in main()
/external/bluetooth/glib/gio/tests/
Dlive-g-file.c649 GFile *dst_dir, *src_file, *dst_file; in do_copy_move() local
657 src_file = g_file_get_child (root, item.filename); in do_copy_move()
658 g_assert (src_file != NULL); in do_copy_move()
665 g_file_copy (src_file, dst_file, in do_copy_move()
672 g_file_move (src_file, dst_file, G_FILE_COPY_NOFOLLOW_SYMLINKS, NULL, in do_copy_move()
729 g_object_unref (src_file); in do_copy_move()