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

  /external/valgrind/main/cachegrind/
cg_diff.in 166 open(INPUTFILE, "< $input_file")
172 while ($line = <INPUTFILE>) {
187 $line = <INPUTFILE>;
202 while (<INPUTFILE>) {
248 close(INPUTFILE);
cg_annotate.in 314 open(INPUTFILE, "< $input_file")
319 while ($line = <INPUTFILE>) {
334 $line = <INPUTFILE>;
392 while (<INPUTFILE>) {
449 close(INPUTFILE);
741 if (open(INPUTFILE, "< $try_name")) {
817 my $tmp = <INPUTFILE>;
823 while (($. < $high) && ($src_line = <INPUTFILE>)) {
863 close(INPUTFILE);
  /external/chromium_org/third_party/lcov/bin/
gendesc 122 Usage: $tool_name [OPTIONS] INPUTFILE
  /external/valgrind/main/perf/
vg_perf 194 open(INPUTFILE, "< $f") || die "File $f not openable\n";
196 while (my $line = <INPUTFILE>) {
213 close(INPUTFILE);
vg_perf.in 194 open(INPUTFILE, "< $f") || die "File $f not openable\n";
196 while (my $line = <INPUTFILE>) {
213 close(INPUTFILE);
  /external/valgrind/main/callgrind/
callgrind_annotate.in 399 open(INPUTFILE, "< $input_file") || die "File $input_file not opened\n";
404 while(<INPUTFILE>) {
518 while (<INPUTFILE>) {
695 close(INPUTFILE);
    [all...]
  /external/valgrind/main/massif/
ms_print 151 while (my $line = <INPUTFILE>) {
366 open(INPUTFILE, "< $input_file")
463 close(INPUTFILE);
ms_print.in 151 while (my $line = <INPUTFILE>) {
366 open(INPUTFILE, "< $input_file")
463 close(INPUTFILE);
  /external/valgrind/main/tests/
vg_regtest 286 open(INPUTFILE, "< $f") || die "File $f not openable\n";
288 while (my $line = <INPUTFILE>) {
331 close(INPUTFILE);
vg_regtest.in 286 open(INPUTFILE, "< $f") || die "File $f not openable\n";
288 while (my $line = <INPUTFILE>) {
331 close(INPUTFILE);

Completed in 130 milliseconds