Searched refs:src_file (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/callgrind/ |
D | callgrind_annotate.in | 982 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/valgrind/cachegrind/ |
D | cg_annotate.in | 656 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/chromium-trace/trace-viewer/tracing/build/ |
D | check_common.py | 31 def CheckListedFilesSorted(src_file, group_name, listed_files): argument 50 {4}\n\n'''.format(group_name, src_file, mismatch, what_is, what_should_be)
|
/external/jpeg/ |
D | wrjpgcom.c | 538 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/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler_util.h | 51 rc_register_file src_file,
|
D | radeon_compiler_util.c | 313 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/compiler-rt/cmake/Modules/ |
D | AddCompilerRT.cmake | 198 set(src_file "${CMAKE_CURRENT_SOURCE_DIR}/${file_name}") variable 201 DEPENDS ${src_file} 202 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src_file} ${dst_file}
|