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

12

  /external/valgrind/callgrind/
callgrind_annotate.in 399 open(INPUTFILE, "< $input_file") || die "File $input_file not opened\n";
404 while(<INPUTFILE>) {
521 while (<INPUTFILE>) {
698 close(INPUTFILE);
    [all...]
  /external/python/cpython2/Mac/Modules/ctl/
ctlsupport.py 17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
510 execfile(INPUTFILE)
  /external/valgrind/massif/
ms_print.in 156 while (my $line = <INPUTFILE>) {
371 open(INPUTFILE, "< $input_file")
468 close(INPUTFILE);
  /external/valgrind/tests/
vg_regtest 317 open(INPUTFILE, "< $f") || die "File $f not openable\n";
319 while (my $line = <INPUTFILE>) {
368 close(INPUTFILE);
vg_regtest.in 317 open(INPUTFILE, "< $f") || die "File $f not openable\n";
319 while (my $line = <INPUTFILE>) {
368 close(INPUTFILE);
  /external/python/cpython2/Mac/Modules/cf/
cfsupport.py 15 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
533 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/file/
filesupport.py 26 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
830 execfile(INPUTFILE)

Completed in 612 milliseconds

12