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

/external/chromium-trace/trace-viewer/tracing/build/
H A Dcheck_common.py31 def CheckListedFilesSorted(src_file, group_name, listed_files):
50 {4}\n\n'''.format(group_name, src_file, mismatch, what_is, what_should_be)
/external/valgrind/cachegrind/
H A Dcg_annotate.in656 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/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h51 rc_register_file src_file,
H A Dradeon_compiler_util.c313 rc_register_file src_file,
320 if (src_file != dst_file || src_idx != dst_idx) {
312 rc_src_reads_dst_mask( rc_register_file src_file, unsigned int src_idx, unsigned int src_swz, rc_register_file dst_file, unsigned int dst_idx, unsigned int dst_mask) argument
/external/valgrind/callgrind/
H A Dcallgrind_annotate.in982 my $src_file = $_[0];
988 @ Source file '$src_file' is more recent than input file '$input_file'.
1001 my ($src_more_recent_than_inputfile, $src_file, $excess_line_nums) = @_;
1006 @@ cause: '$src_file' has changed since information was gathered.
1012 } elsif ($src_file =~ /\.h$/) {
1029 @@ Information recorded about lines past the end of '$src_file'.
1059 foreach my $src_file (keys %all_ann_files) {
1064 my $try_name = $include_dir . $src_file;
1068 ? $src_file
1069 : "$include_dir + $src_file");
[all...]
/external/jpeg/
H A Dwrjpgcom.c538 FILE * src_file; local
545 src_file = (comment_file != NULL ? comment_file : stdin);
546 while ((c = getc(src_file)) != EOF) {

Completed in 189 milliseconds